pgAdmin 4 v3.1 Released

2018-06-28 Thread Dave Page
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 3.1. This release of pgAdmin 4 includes over 30 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_3_1.html. pgAdmin is the leading Open So

pgAdmin 4 commit: Fix bug number, per Khushboo

2018-06-28 Thread Dave Page
Fix bug number, per Khushboo Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6afaa4f4007ba9a0b1db5d71b6c1293dab3c9d4a Modified Files -- docs/en_US/release_notes_3_1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: pgAdmin v3.1 candidate builds and source...

2018-06-28 Thread Christoph Berg
Re: Dave Page 2018-06-27 > On Tue, Jun 26, 2018 at 8:28 PM, Christoph Berg wrote: > > > Re: Dave Page 2018-06-26 > rd6qnxa5ynh-x+-rpn...@mail.gmail.com> > > > ... can be found at https://developer.pgadmin.org/builds/2018-06-26-3.1/ > > > and dpage/pgadmin4:2018-06-26-3.1 on Docker Hub. > > > >

[pgAdmin4][Patch]: Fix Python wheel dependency

2018-06-28 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the python wheel dependency. Thanks, Khushboo diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py index 4179f2a..92df74e 100644 --- a/pkg/pip/setup_pip.py +++ b/pkg/pip/setup_pip.py @@ -87,26 +87,26 @@ setup( extras_require={ # ...

pgAdmin 4 commit: Fix stupid typo

2018-06-28 Thread Dave Page
Fix stupid typo Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fbbf9d1de2e1c2c870381fb898de1e15c0c65220 Modified Files -- pkg/pip/build.sh | 2 +- pkg/src/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Fix wheel deps

2018-06-28 Thread Dave Page
Fix wheel deps Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43aa0c9f3c6df0e00167b4b14b3d22cfd0ce131f Author: Khushboo Vashi Modified Files -- pkg/pip/setup_pip.py | 18 +- 1 file changed, 9 insertions(+), 9 delet

Re: [pgAdmin4][Patch]: Fix Python wheel dependency

2018-06-28 Thread Dave Page
Thanks, applied. On Thu, Jun 28, 2018 at 12:58 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the python wheel dependency. > > Thanks, > Khushboo > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:

Re: pgAdmin v3.1 candidate builds and source...

2018-06-28 Thread Dave Page
Hi On Thu, Jun 28, 2018 at 12:47 PM, Christoph Berg wrote: > Re: Dave Page 2018-06-27 nsr8...@mail.gmail.com> > > On Tue, Jun 26, 2018 at 8:28 PM, Christoph Berg wrote: > > > > > Re: Dave Page 2018-06-26 > > rd6qnxa5ynh-x+-rpn...@mail.gmail.com> > > > > ... can be found at https://developer.p

Re: pgAdmin v3.1 candidate builds and source...

2018-06-28 Thread Devrim Gündüz
Hi, On Thu, 2018-06-28 at 13:47 +0200, Christoph Berg wrote: > I'm not going to "pip install" or whatever from the build system. With full respect to you, and given that I also spent *tons* of time RPMifing the dependencies, those dependent packages are needed only for pgAdmin4. Also once we up

pgAdmin 4 commit: Minor tweaks to the Debian build.

2018-06-28 Thread Dave Page
Minor tweaks to the Debian build. Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=352592e4bdfaadcf3e94917895b0e9bf7330df96 Modified Files -- pkg/build-linux.sh | 3 +-- pkg/setup-linux.sh | 2 +- 2 files changed, 2 insertions(+), 3

pgAdmin 4 commit: The Debian package needs libpq5.

2018-06-28 Thread Dave Page
The Debian package needs libpq5. Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=646885afcc4e3fc15dd431c727a18085b75aeeef Modified Files -- electron/package.json | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-)