public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Add RE-SQL tests for Roles and Resource Groups. Fixes
2+ messages / 1 participants
[nested] [flat]

* pgAdmin 4 commit: Add RE-SQL tests for Roles and Resource Groups. Fixes
@ 2019-07-03 13:38  Dave Page <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Dave Page @ 2019-07-03 13:38 UTC (permalink / raw)
  To: [email protected]

Add RE-SQL tests for Roles and Resource Groups. Fixes #4415

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=588e3814d157c6af75092876ebbf05f386cc...
Author: Murtuza Zabuawala <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst                  |   2 +
.../servers/resource_groups/__init__.py            |  45 ++++----
.../resource_groups/sql/{ => default}/create.sql   |   0
.../resource_groups/sql/{ => default}/delete.sql   |   0
.../resource_groups/sql/{ => default}/getoid.sql   |   0
.../resource_groups/sql/{ => default}/nodes.sql    |   0
.../sql/{ => default}/properties.sql               |   0
.../resource_groups/sql/{ => default}/update.sql   |   2 +-
.../tests/default/alter_resource_group_name.sql    |   8 ++
.../tests/default/alter_resource_group_options.sql |   8 ++
.../tests/default/create_resource_group.sql        |   8 ++
.../resource_groups/tests/default/test.json        |  48 ++++++++
.../tests/9.1_plus/alter_role_description.sql      |  12 ++
.../roles/tests/9.1_plus/alter_role_name.sql       |  12 ++
.../roles/tests/9.1_plus/alter_role_options.sql    |  15 +++
.../tests/9.1_plus/alter_user_description.sql      |  15 +++
.../roles/tests/9.1_plus/alter_user_name.sql       |  15 +++
.../roles/tests/9.1_plus/alter_user_options.sql    |  12 ++
.../servers/roles/tests/9.1_plus/create_role.sql   |  10 ++
.../servers/roles/tests/9.1_plus/create_user.sql   |  13 +++
.../servers/roles/tests/9.1_plus/test.json         | 124 +++++++++++++++++++++
.../tests/9.4_plus/alter_role_description.sql      |  12 ++
.../roles/tests/9.4_plus/alter_role_name.sql       |  12 ++
.../roles/tests/9.4_plus/alter_role_options.sql    |  12 ++
.../tests/9.4_plus/alter_user_description.sql      |  12 ++
.../roles/tests/9.4_plus/alter_user_name.sql       |  12 ++
.../roles/tests/9.4_plus/alter_user_options.sql    |  12 ++
.../servers/roles/tests/9.4_plus/create_role.sql   |  10 ++
.../servers/roles/tests/9.4_plus/create_user.sql   |  10 ++
.../servers/roles/tests/9.4_plus/test.json         | 124 +++++++++++++++++++++
web/regression/python_test_utils/test_utils.py     |   2 +
web/regression/re_sql/tests/test_resql.py          |  71 +++++++++++-
web/regression/runtests.py                         |   1 +
33 files changed, 612 insertions(+), 27 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgAdmin 4 commit: Add RE-SQL tests for Roles and Resource Groups. Fixes
@ 2019-07-25 09:23  Dave Page <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
  To: [email protected]

Add RE-SQL tests for Roles and Resource Groups. Fixes #4415

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b73120229a4f52450de855e51f928ab7a1c7...
Author: Murtuza Zabuawala <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst                  |   2 +
.../servers/resource_groups/__init__.py            |  45 ++++----
.../resource_groups/sql/{ => default}/create.sql   |   0
.../resource_groups/sql/{ => default}/delete.sql   |   0
.../resource_groups/sql/{ => default}/getoid.sql   |   0
.../resource_groups/sql/{ => default}/nodes.sql    |   0
.../sql/{ => default}/properties.sql               |   0
.../resource_groups/sql/{ => default}/update.sql   |   2 +-
.../tests/default/alter_resource_group_name.sql    |   8 ++
.../tests/default/alter_resource_group_options.sql |   8 ++
.../tests/default/create_resource_group.sql        |   8 ++
.../resource_groups/tests/default/test.json        |  48 ++++++++
.../tests/9.1_plus/alter_role_description.sql      |  12 ++
.../roles/tests/9.1_plus/alter_role_name.sql       |  12 ++
.../roles/tests/9.1_plus/alter_role_options.sql    |  15 +++
.../tests/9.1_plus/alter_user_description.sql      |  15 +++
.../roles/tests/9.1_plus/alter_user_name.sql       |  15 +++
.../roles/tests/9.1_plus/alter_user_options.sql    |  12 ++
.../servers/roles/tests/9.1_plus/create_role.sql   |  10 ++
.../servers/roles/tests/9.1_plus/create_user.sql   |  13 +++
.../servers/roles/tests/9.1_plus/test.json         | 124 +++++++++++++++++++++
.../tests/9.4_plus/alter_role_description.sql      |  12 ++
.../roles/tests/9.4_plus/alter_role_name.sql       |  12 ++
.../roles/tests/9.4_plus/alter_role_options.sql    |  12 ++
.../tests/9.4_plus/alter_user_description.sql      |  12 ++
.../roles/tests/9.4_plus/alter_user_name.sql       |  12 ++
.../roles/tests/9.4_plus/alter_user_options.sql    |  12 ++
.../servers/roles/tests/9.4_plus/create_role.sql   |  10 ++
.../servers/roles/tests/9.4_plus/create_user.sql   |  10 ++
.../servers/roles/tests/9.4_plus/test.json         | 124 +++++++++++++++++++++
web/regression/python_test_utils/test_utils.py     |   2 +
web/regression/re_sql/tests/test_resql.py          |  71 +++++++++++-
web/regression/runtests.py                         |   1 +
33 files changed, 612 insertions(+), 27 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2019-07-25 09:23 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03 13:38 pgAdmin 4 commit: Add RE-SQL tests for Roles and Resource Groups. Fixes Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add RE-SQL tests for Roles and Resource Groups. Fixes Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox