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(-)
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
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,
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
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(-)
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
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
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
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