public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Grant wizard.
Date: Wed, 13 Apr 2016 15:11:48 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Grant wizard.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40c592a9888b412b475e6f9f2f42c93940a93...
Author: Surinder Kumar <[email protected]>
Modified Files
--------------
web/pgadmin/browser/static/css/wizard.css | 143 +++
web/pgadmin/browser/static/js/node.ui.js | 3 +-
web/pgadmin/browser/static/js/wizard.js | 233 +++++
web/pgadmin/static/css/overrides.css | 4 +
web/pgadmin/tools/grant_wizard/__init__.py | 461 ++++++++
.../tools/grant_wizard/static/css/grant_wizard.css | 109 ++
.../templates/grant_wizard/js/grant_wizard.js | 1101 ++++++++++++++++++++
.../templates/grant_wizard/pg/9.1_plus/acl.json | 30 +
.../grant_wizard/pg/9.1_plus/sql/function.sql | 23 +
.../grant_wizard/pg/9.1_plus/sql/get_schemas.sql | 19 +
.../pg/9.1_plus/sql/grant_function.sql | 10 +
.../pg/9.1_plus/sql/grant_sequence.sql | 9 +
.../grant_wizard/pg/9.1_plus/sql/grant_table.sql | 9 +
.../grant_wizard/pg/9.1_plus/sql/sequence.sql | 15 +
.../grant_wizard/pg/9.1_plus/sql/table.sql | 19 +
.../grant_wizard/pg/9.1_plus/sql/view.sql | 28 +
.../templates/grant_wizard/ppas/9.1_plus/acl.json | 30 +
.../grant_wizard/ppas/9.1_plus/sql/function.sql | 23 +
.../grant_wizard/ppas/9.1_plus/sql/get_schemas.sql | 19 +
.../ppas/9.1_plus/sql/grant_function.sql | 10 +
.../ppas/9.1_plus/sql/grant_sequence.sql | 9 +
.../grant_wizard/ppas/9.1_plus/sql/grant_table.sql | 9 +
.../grant_wizard/ppas/9.1_plus/sql/sequence.sql | 15 +
.../grant_wizard/ppas/9.1_plus/sql/table.sql | 19 +
.../grant_wizard/ppas/9.1_plus/sql/view.sql | 28 +
25 files changed, 2377 insertions(+), 1 deletion(-)
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: Grant wizard.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox