pgAdmin 4 commit: Fixed an issue where the server is not able to connec

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the server is not able to connec
Date: 2020-09-22 11:19:19
Message-ID: E1kKgKN-0007pK-El@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the server is not able to connect using the service. Fixes #5841

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=458036ad6ba3e3dd936330de56b2fbc1708084d7
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 1 +
web/pgadmin/browser/server_groups/servers/__init__.py | 15 +++++----------
.../browser/server_groups/servers/static/js/server.js | 2 +-
.../server_groups/servers/templates/servers/password.html | 10 ++++++++--
.../servers/templates/servers/tunnel_password.html | 8 +++++++-
5 files changed, 22 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-22 11:32:29 Re: [pgAdmin][RM5330]: [Code Coverage] Improve API test cases for Functions
Previous Message Aditya Toshniwal 2020-09-22 11:18:26 Re: [pgAdmin][SonarQube] Reduce cognitive complexity