pgAdmin 4 commit: PEP-8 fix.

2019-09-27 Thread Dave Page
PEP-8 fix. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c662ae67238b2c6aa91750838b27b1c4f3162f0 Modified Files -- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Tidy up formatting and wording.

2019-09-27 Thread Dave Page
Tidy up formatting and wording. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8249e66419da028d741566c947bdf56b5219944a Modified Files -- docs/en_US/container_deployment.rst | 19 ++- web/config.py

Re: [pgAdmin][RM4769] pgAdmin Query Tool Won’t open on IE

2019-09-27 Thread Akshay Joshi
Thanks, patch applied. On Fri, Sep 27, 2019 at 12:34 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Just for the information, there was an extra comma in the function > arguments (an empty argument) while starting the query tool. > Other browser had no problems,

pgAdmin 4 commit: Unable to open Query tool on Internet Explorer.

2019-09-27 Thread Akshay Joshi
Unable to open Query tool on Internet Explorer. Remove extra comma in the function argument while starting the query tool. Other browsers had no problems, but it is an issue on Internet explorer. Fixes #4769 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a

pgAdmin 4 commit: Fix PEP8 issue

2019-09-27 Thread Akshay Joshi
Fix PEP8 issue Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c580c9d4b360c5c80bc6ac155211300238d871c2 Modified Files -- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Fix documentation issue single quote is not allowed i

2019-09-27 Thread Akshay Joshi
Fix documentation issue single quote is not allowed in reStructuredText. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e974b80ca8e063f8b734467a8289d0fa1881700 Modified Files -- docs/en_US/container_deployment.rst | 2 +- 1 file c

Re: [pgAdmin][RM4768] Reverse proxy on non-standard port

2019-09-27 Thread Akshay Joshi
Thanks, patch applied. On Fri, Sep 27, 2019 at 12:17 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to allow pgAdmin to run behind reverse proxy on a > non standard port. > The middleware - > https://werkzeug.palletsprojects.com/en/0.15.x/m

pgAdmin 4 commit: pgAdmin4 unable to work behind Nginx reverse proxy ru

2019-09-27 Thread Akshay Joshi
pgAdmin4 unable to work behind Nginx reverse proxy running on a non-standard port. Werkzeug middleware allows us to set the number of trusted ports and few other params behind the proxy. By default values are set to zero. Added 'X-Forwarded-*' configuration options and set the default value of t

Re: [pgAdmin][RM4769] pgAdmin Query Tool Won’t open on IE

2019-09-27 Thread Aditya Toshniwal
Hi Hackers, Just for the information, there was an extra comma in the function arguments (an empty argument) while starting the query tool. Other browser had no problems, but IE doesn't seem to be so generous :/ On Fri, Sep 27, 2019 at 10:59 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com