pgAdmin 4 commit: Added Grant Wizard option under Package node. Fixes #

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added Grant Wizard option under Package node. Fixes #
Дата
Msg-id E1ltpGa-0007Bj-Ld@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Added Grant Wizard option under Package node. Fixes #1591

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac8e8961ce6f95e0515860c87036aa8c8daba0d7
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst                   |  1 +
web/pgadmin/tools/grant_wizard/__init__.py         | 50 +++++++++++++++++++++-
.../tools/grant_wizard/static/js/grant_wizard.js   |  3 ++
.../tools/grant_wizard/static/js/menu_utils.js     |  1 +
.../grant_wizard/ppas/12_plus/sql/package.sql      | 15 +++++++
.../templates/grant_wizard/ppas/9.1_plus/acl.json  |  4 ++
.../ppas/9.1_plus/sql/grant_package.sql            |  9 ++++
.../grant_wizard/ppas/9.1_plus/sql/package.sql     | 14 ++++++
.../grant_wizard/tests/grant_wizard_test_data.json | 32 ++++++++++++++
.../tests/test_grant_wizard_get_sql.py             | 37 +++++++++++++---
10 files changed, 159 insertions(+), 7 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Test cases failure fix
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.