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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added Grant Wizard option under Package node. Fixes #
Date: 2021-06-04 07:18:06
Message-ID: E1lp45m-0003h4-MS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added Grant Wizard option under Package node. Fixes #1591

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac8e8961ce6f95e0515860c87036aa8c8daba0d7
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-04 07:19:26 Re: [patch][pgAdmin] RM1591 [Web Based] Grant Wizard should also add under package node
Previous Message Akshay Joshi 2021-06-03 14:06:57 Re: Feature #5370 User should be able to set the binary path for each database server