Обсуждение: pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345

Поиск
Список
Период
Сортировка

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

От
Akshay Joshi
Дата:
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(-)