pgAdmin 4 commit: Allow selection of SSL certificates and pgpassfiles

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow selection of SSL certificates and pgpassfiles
Дата
Msg-id E1dxUiM-0000nf-LA@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow selection of SSL certificates and pgpass files in connection properties. Fixes #2649. Fixes #2650

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f855ed88ce447a0c58c1f063c61f33a6bef14dc0
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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update release notes.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Dead code cleanup.