pgAdmin 4 commit: Grant wizard.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Grant wizard.
Дата
Msg-id E1aqMSK-0004Mq-U5@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Grant wizard.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40c592a9888b412b475e6f9f2f42c93940a93f13
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

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(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Added canAddRow/canEditRow/canDeleteRow functionality for grid
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Grant Wizard