pgAdmin 4 commit: Port change ownership dialog to React. Fixes #7590

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Port change ownership dialog to React. Fixes #7590
Date: 2022-08-05 08:41:28
Message-ID: E1oJstc-0006QY-RB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Port change ownership dialog to React. Fixes #7590

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/password.png | Bin 38311 -> 43346 bytes
docs/en_US/release_notes_6_13.rst | 1 +
.../browser/server_groups/servers/__init__.py | 2 +-
.../servers/databases/static/js/database.js | 2 +-
.../server_groups/servers/static/js/server.js | 2 +-
web/pgadmin/browser/static/js/browser.js | 2 +-
.../static/js/Dialogs/ChangeOwnershipContent.jsx | 88 ++++++
.../js/Dialogs}/ChangePassowrdContent.jsx | 5 +-
.../js/Dialogs}/ConnectServerContent.jsx | 6 +-
.../js/Dialogs}/MasterPassowrdContent.jsx | 6 +-
.../js/Dialogs}/NamedRestoreContent.jsx | 6 +-
.../js/Dialogs/index.jsx} | 211 ++++++++------
web/pgadmin/static/js/helpers/ModalProvider.jsx | 4 +-
.../tools/schema_diff/static/js/schema_diff_ui.js | 2 +-
.../static/js/components/QueryToolComponent.jsx | 6 +-
.../js/components/dialogs/NewConnectionDialog.jsx | 2 +-
web/pgadmin/tools/user_management/__init__.py | 3 -
.../user_management/static/js/user_management.js | 304 ++-------------------
18 files changed, 263 insertions(+), 389 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-05 08:42:14 Re: [patch] -Bug #7497 - [Azure PostgreSQL] Authentication message is chopped-off
Previous Message Yogesh Mahajan 2022-08-05 06:50:09 [patch] -Bug #7497 - [Azure PostgreSQL] Authentication message is chopped-off