pgAdmin 4 commit: Allow selection of SSL certificates and pgpassfiles - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow selection of SSL certificates and pgpassfiles
Date
Msg-id E1dyWEx-0007HE-04@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow selection of SSL certificates and pgpass files in connection properties. Fixes #2649. Fixes #2650

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=83ca7eb453a459b8cd4ff966034752d8c96acf51
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/server_advanced.png              | Bin 86133 -> 35463 bytes
docs/en_US/images/server_connection.png            | Bin 78869 -> 42649 bytes
docs/en_US/images/server_general.png               | Bin 51272 -> 39091 bytes
docs/en_US/images/server_ssl.png                   | Bin 0 -> 40339 bytes
docs/en_US/server_dialog.rst                       |  89 ++++++++++++----
web/migrations/versions/ef590e979b0d_.py           |  46 ++++++++
.../browser/server_groups/servers/__init__.py      |  98 +++++++++++++++--
.../server_groups/servers/static/js/server.js      | 116 +++++++++++++++++++--
web/pgadmin/misc/file_manager/__init__.py          |  46 ++++++--
.../misc/file_manager/static/css/file_manager.css  |   5 +-
web/pgadmin/misc/file_manager/static/js/utility.js |  42 +++++++-
.../file_manager/js/file_manager_config.json       |   1 +
web/pgadmin/model/__init__.py                      |  19 ++--
web/pgadmin/utils/driver/psycopg2/__init__.py      |  35 ++++++-
14 files changed, 439 insertions(+), 58 deletions(-)


pgadmin-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: pgAdmin 4 debian packaging (?)
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved the logo issue.