pgAdmin 4 commit: 1) Added support for Default Partition. Fixes #3938

2019-04-11 Thread Akshay Joshi
1) Added support for Default Partition. Fixes #3938 2) Ensure that record should be add/edited for root partition table with primary keys. Fixes #4104 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a9d964b5ca04bbe00bf5585d5c19bdfdf603c8a9 Aut

Re: [pgAdmin4][Patch] - RM 4104 & RM 3938 - Partition table fixes

2019-04-11 Thread Akshay Joshi
Thanks patch applied. On Thu, Apr 11, 2019 at 11:30 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Akshay, > > On Thu, Apr 4, 2019 at 7:02 PM Akshay Joshi > wrote: > >> Hi Khushboo >> >> Below are the review comments: >> >>- Can you please add the help message for 'Default'

pgAdmin 4 commit: Depend on psycopg2-binary in the Python wheel, rather

2019-04-11 Thread Dave Page
Depend on psycopg2-binary in the Python wheel, rather than psycopg2. Fixes #4165 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ded446fe8aedfea9d7f2cb7c8a804cc48424d591 Modified Files -- docs/en_US/release_notes_4_6.rst | 1 + pkg/

little messages update

2019-04-11 Thread fred . escallier
hello for upcoming release Fred messages-fr.tar.xz Description: application/xz-compressed-tar

[pgAdmin4] Add API tests for Download CSV route in query tool

2019-04-11 Thread Murtuza Zabuawala
Hi, PFA patch to add API tests for Download CSV route in query tool. > python runtests.py --pkg tools.sqleditor.tests --exclude feature_tests -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company download_csv_tests.diff Description: Binary da

pgAdmin 4 commit: Configuration page added to change port, python and a

2019-04-11 Thread Aditya Toshniwal
Configuration page added to change port, python and app paths. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2d1761febe055e350c3c6881facbdee50d203eb Modified Files -- electron/package.json| 3 + electron/

pgAdmin 4 commit: Update French translation.

2019-04-11 Thread Dave Page
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fd3337024f7ecbe75568d8ba5e88d8199f5953c2 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 157367 -> 157512

Re: little messages update

2019-04-11 Thread Dave Page
Thanks, committed! On Thu, Apr 11, 2019 at 10:44 AM wrote: > hello > for upcoming release > Fred > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: [pgAdmin4] Add API tests for Download CSV route in query tool

2019-04-11 Thread Dave Page
Hi On Thu, Apr 11, 2019 at 12:21 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to add API tests for Download CSV route in query tool. > > python runtests.py --pkg tools.sqleditor.tests --exclude feature_tests > Nice addition, but can you modify it so it do

Re: [pgAdmin4] Add API tests for Download CSV route in query tool

2019-04-11 Thread Murtuza Zabuawala
Hi Dave, PFA updated patch with suggested changes. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Apr 11, 2019 at 6:27 PM Dave Page wrote: > Hi > > On Thu, Apr 11, 2019 at 12:21 PM Murtuza Zabuawala < > murtuza.zabuaw...@ente

pgAdmin 4 commit: Add tests for the CSV download.

2019-04-11 Thread Dave Page
Add tests for the CSV download. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a25bb2b7db72799cf97523d0bdca67a3e1bc7e92 Author: Murtuza Zabuawala Modified Files -- .../tests/test_download_csv_query_tool.py | 135

Re: [pgAdmin4] Add API tests for Download CSV route in query tool

2019-04-11 Thread Dave Page
Thanks - committed! On Thu, Apr 11, 2019 at 3:30 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Dave, > > PFA updated patch with suggested changes. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > >