From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add support for the hostaddr connection parameter. Th |
Date: | 2017-06-26 19:49:12 |
Message-ID: | E1dPa0W-0005wq-PZ@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Add support for the hostaddr connection parameter. This helps us play nicely with Kerberos/SSPI and friends. Fixes #2191
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15cb9fc35b41736a331a452b9303a79e8f13ee36
Author: Atul Sharma <atul(dot)sharma(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/images/server_advanced.png | Bin 0 -> 75902 bytes
docs/en_US/server_dialog.rst | 7 +++
web/migrations/versions/3c1e4b6eda55_.py | 35 ++++++++++++
.../browser/server_groups/servers/__init__.py | 47 +++++++++++++++-
.../server_groups/servers/static/js/server.js | 60 +++++++++++++++++++--
web/pgadmin/model/__init__.py | 3 ++
web/pgadmin/utils/driver/psycopg2/__init__.py | 4 ++
7 files changed, 149 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-06-26 19:50:11 | Re: [pgAdmin4][Patch][RM_2191] : Add support for the hostaddr connection parameter |
Previous Message | Surinder Kumar | 2017-06-26 19:37:15 | [pgAdmin4]: Webpacking of static JS/CSS |