pgAdmin 4 commit: 1) Fix issue where SSH tunnel connection using passwo

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fix issue where SSH tunnel connection using passwo
Date: 2019-06-05 06:40:09
Message-ID: E1hYPaj-0002hO-BM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fix issue where SSH tunnel connection using password is failing, it's regression of Master Password. Fixes #4320
2) Fix some more issues related to SSH Tunnel(By: Akshay Joshi)

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a588c2994da949db8043b50f74470b2feaae3506
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_9.rst | 16 ++++++++++++++++
.../browser/server_groups/servers/static/js/server.js | 10 +++++-----
.../servers/templates/servers/tunnel_password.html | 2 +-
web/pgadmin/utils/driver/psycopg2/server_manager.py | 13 ++++++++++---
5 files changed, 33 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-06-05 06:41:05 Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password
Previous Message Aditya Toshniwal 2019-06-05 06:08:19 Re: [pgAdmin][RM4035] ELSIF not correctly highlighted in editor