pgAdmin 4 commit: Appropriately set the cookie path. Fixes #3197

2018-03-19 Thread Dave Page
Appropriately set the cookie path. Fixes #3197 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=534f1f35fea9ffd3f1757fd3106fbee812dcfc88 Author: Khushboo Vashi Modified Files -- web/config.py | 7 +++ web/

[pgadmin4][patch] Update karma to 2.0 #3222

2018-03-19 Thread Joao De Almeida Pereira
Hi Hackers, Attached you can find the patch that updates karma to 2.0 and also other plugins from karma. The only plugins that are not updated are the jasmine ones because we are waiting on the support for jasmine 3.0 on karma-jasmine Thanks Joao karma-plugins-update.diff Description: Binary da

Re: Proposal for changes in official Docker image

2018-03-19 Thread Dave Page
Hi On Mon, Mar 19, 2018 at 11:19 AM, Dave Page wrote: > Hi > > On Fri, Mar 16, 2018 at 8:52 PM, Максим Кольцов > wrote: >> >> >> I've switched to Gunicorn, adding SSL support. It has the same >> interface as the original container: PGADMIN_ENABLE_TLS, >> /certs/server.key and /certs/server.cert

pgAdmin 4 commit: Use a common function for sever setup in the testsuit

2018-03-19 Thread Dave Page
Use a common function for sever setup in the testsuite. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2abff8f5d4d4098ff456e34dfca76c53cc895b41 Author: Murtuza Zabuawala Modified Files -- .../xss_checks_pgadmin_debugger_test.py

Re: [pgAdmin4][RM#3200] Don't set empty string for host/hostaddr in model when service is used

2018-03-19 Thread Dave Page
Thanks, applied. On Mon, Mar 19, 2018 at 10:07 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where pgAdmin4 was not able to utilise the host > parameter from service file. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.en

pgAdmin 4 commit: Ensure the host parameter is correctly pickup up from

2018-03-19 Thread Dave Page
Ensure the host parameter is correctly pickup up from the service file. Fixes #3200 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34f1ebc88eb3044f129c84698551844097849310 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/

Re: french translation for 3.0 release

2018-03-19 Thread Dave Page
Thanks - committed! On Sun, Mar 18, 2018 at 4:41 PM, wrote: > > hi > french translation (almost) completed ! > for commit > thanks > fred > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

pgAdmin 4 commit: French translation update.

2018-03-19 Thread Dave Page
French translation update. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=60893bcdd1e4ffe362534c6c490eda916898a05f Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 146937 -> 14749

Re: Proposal for changes in official Docker image

2018-03-19 Thread Dave Page
Hi On Fri, Mar 16, 2018 at 8:52 PM, Максим Кольцов wrote: > > > I've switched to Gunicorn, adding SSL support. It has the same > interface as the original container: PGADMIN_ENABLE_TLS, > /certs/server.key and /certs/server.cert. > I also incorporated building of sphinx manual in Dockerfile, so n

pgAdmin 4 commit: Pass the service name to external processes. Fixes #3

2018-03-19 Thread Dave Page
Pass the service name to external processes. Fixes #3195 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c312b03f6f8b61cf5e77cac019af2145db15f9f5 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/misc/bgprocess/processes.py

Re: [pgAdmin4][RM#3195] Include service name when executing Backup, Restore etc tools

2018-03-19 Thread Dave Page
Thanks, applied. On Thu, Mar 15, 2018 at 4:15 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch which will allow tools to pickup Service name properly. > Please review. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Ent

pgAdmin 4 commit: Ensure the file manager properly escapes file & direc

2018-03-19 Thread Dave Page
Ensure the file manager properly escapes file & directory names. Fixes #3196 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ea118ca572707cac87ee5182ec5ce1538cca22f Author: Murtuza Zabuawala Modified Files -- .../feature_tests/xs

[pgAdmin4][RM#3200] Don't set empty string for host/hostaddr in model when service is used

2018-03-19 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where pgAdmin4 was not able to utilise the host parameter from service file. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_3200.diff Description: Binary data

Re: [pgAdmin4][RM#3219] Update Chrome web driver

2018-03-19 Thread Dave Page
Thanks, applied. On Mon, Mar 19, 2018 at 10:02 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to update chrome web driver to latest version because newer > version of Chrome is no longer compatible with it. > > Steps: > 1) activate virtual env > 2) pip unin

pgAdmin 4 commit: Update required ChromeDriver version for current vers

2018-03-19 Thread Dave Page
Update required ChromeDriver version for current versions of Chrome. Fixes #3219 This requires an update to build/test envs: pip uninstall chromedriver_installer pip install -r regression/requirements.txt Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=co

[pgAdmin4][RM#3219] Update Chrome web driver

2018-03-19 Thread Murtuza Zabuawala
Hi, PFA patch to update chrome web driver to latest version because newer version of Chrome is no longer compatible with it. Steps: 1) activate virtual env 2) pip uninstall chromedriver_installer 3) apply patch 4) pip install -r regression/requirements.txt -- Regards, Murtuza Zabuawala Enterpri