Обсуждение: pgAdmin 4 commit: Support SSH tunneling with keys that don't have apas

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Support SSH tunneling with keys that don't have apas

От
Dave Page
Дата:
Support SSH tunneling with keys that don't have a passphrase. Fixes #3468

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce768c7f8a3be5ea8163d67b58e412b27e4becd8
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst                   |  1 +
.../browser/server_groups/servers/__init__.py      |  4 +--
web/pgadmin/utils/driver/psycopg2/connection.py    |  4 +--
.../utils/driver/psycopg2/server_manager.py        | 33 +++++++++++++---------
4 files changed, 24 insertions(+), 18 deletions(-)