pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345
Date: 2022-08-11 04:56:24
Message-ID: E1oM0F6-0001cF-1R@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Port User Management dialog to React. Fixes #7345

Branch
------
master

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

Modified Files
--------------
docs/en_US/change_ownership.rst | 27 +
docs/en_US/getting_started.rst | 1 +
docs/en_US/images/add_user.png | Bin 48112 -> 128438 bytes
docs/en_US/images/change_ownership.png | Bin 0 -> 56342 bytes
docs/en_US/images/change_ownership_info.png | Bin 0 -> 54986 bytes
docs/en_US/images/user.png | Bin 53787 -> 132774 bytes
docs/en_US/release_notes_6_13.rst | 1 +
docs/en_US/user_management.rst | 23 +-
web/pgadmin/browser/templates/browser/index.html | 6 +-
web/pgadmin/static/js/Dialogs/index.jsx | 19 +-
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 71 +-
web/pgadmin/static/js/SchemaView/FormView.jsx | 4 +-
web/pgadmin/static/js/SchemaView/MappedControl.jsx | 2 +-
web/pgadmin/static/js/SchemaView/index.jsx | 2 +-
web/pgadmin/tools/user_management/__init__.py | 493 +++++------
.../static/js/UserManagementDialog.jsx | 381 +++++++++
.../user_management/static/js/user_management.js | 936 +--------------------
17 files changed, 746 insertions(+), 1220 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-11 05:23:32 pgAdmin 4 commit: Ensure that the children of information_schema and pg
Previous Message Aditya Toshniwal 2022-08-11 04:55:38 [pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog