pgAdmin 4 commit: Port connect server password dialog to React. Fixes #

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Port connect server password dialog to React. Fixes #
Date: 2022-05-16 10:51:21
Message-ID: E1nqYJt-00036P-A9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Port connect server password dialog to React. Fixes #7337

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=44f9ba4a57c9542faf1c097f250150cb3d3387e7

Modified Files
--------------
docs/en_US/images/connect_to_server.png | Bin 30424 -> 30667 bytes
docs/en_US/images/connect_to_tunneled_server.png | Bin 37811 -> 47098 bytes
docs/en_US/release_notes_6_10.rst | 1 +
.../browser/server_groups/servers/__init__.py | 25 ++--
.../servers/databases/static/js/database.js | 5 +-
.../server_groups/servers/static/js/server.js | 90 +-------------
.../browser/static/js/ConnectServerContent.jsx | 36 ++++--
web/pgadmin/browser/static/js/node.js | 13 +-
web/pgadmin/browser/static/js/password_dialogs.jsx | 132 +++++++++++++++++++++
web/pgadmin/feature_tests/browser_tool_bar_test.py | 2 +-
web/pgadmin/static/js/helpers/ModalProvider.jsx | 4 +
.../tools/schema_diff/static/js/schema_diff_ui.js | 84 ++-----------
web/pgadmin/tools/sqleditor/__init__.py | 29 ++---
web/regression/feature_utils/locators.py | 2 +-
14 files changed, 205 insertions(+), 218 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2022-05-17 04:59:26 [pgAdmin][RM-7383]: Not able to save preferences setting when maximise
Previous Message Dave Page 2022-05-13 12:55:45 pgAdmin 4 commit: Tell Docker to always pull the latest base images whe