public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F
2+ messages / 1 participants
[nested] [flat]

* pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F
@ 2019-07-05 13:40  Dave Page <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

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

Use different folders for pg vs. ppas RE-SQL tests. Fall back to the tests folder without a subdirectory if neither exist.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11a3aa56bee96e044be6fb67b145909b2399...
Author: Akshay Joshi <[email protected]>

Modified Files
--------------
.../{ => pg}/9.3_plus/alter_fdw_change_opt2.sql    |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_comment.sql  |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt1.sql     |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt2.sql     |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_rename.sql   |   0
.../{ => pg}/9.3_plus/alter_fdw_validator.sql      |   0
.../tests/{ => pg}/9.3_plus/create_fdw.sql         |   0
.../tests/{ => pg}/9.3_plus/test.json              |   5 +-
.../{ => pg}/default/alter_fdw_change_opt2.sql     |   0
.../tests/{ => pg}/default/alter_fdw_comment.sql   |   0
.../tests/{ => pg}/default/alter_fdw_opt1.sql      |   0
.../tests/{ => pg}/default/alter_fdw_opt2.sql      |   0
.../tests/{ => pg}/default/alter_fdw_rename.sql    |   0
.../tests/{ => pg}/default/alter_fdw_validator.sql |   0
.../tests/{ => pg}/default/create_fdw.sql          |   0
.../tests/{ => pg}/default/test.json               |   5 +-
.../9.4_plus}/alter_resource_group_name.sql        |   0
.../9.4_plus}/alter_resource_group_options.sql     |   0
.../9.4_plus}/create_resource_group.sql            |   0
.../tests/{default => ppas/9.4_plus}/test.json     |   5 -
.../sqleditor/static/img/save_data_changes.svg     |  12 +
.../tools/sqleditor/tests/execute_query_utils.py   |  41 +++
.../tests/test_is_query_resultset_updatable.py     | 125 ++++++++
.../sqleditor/tests/test_save_changed_data.py      | 347 +++++++++++++++++++++
.../utils/is_query_resultset_updatable.py          | 120 +++++++
.../tools/sqleditor/utils/save_changed_data.py     | 317 +++++++++++++++++++
web/regression/re_sql/tests/test_resql.py          |  81 +----
27 files changed, 984 insertions(+), 74 deletions(-)



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

* pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F
@ 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]

Use different folders for pg vs. ppas RE-SQL tests. Fall back to the tests folder without a subdirectory if neither exist.

Branch
------
electron2

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

Modified Files
--------------
.../{ => pg}/9.3_plus/alter_fdw_change_opt2.sql    |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_comment.sql  |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt1.sql     |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt2.sql     |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_rename.sql   |   0
.../{ => pg}/9.3_plus/alter_fdw_validator.sql      |   0
.../tests/{ => pg}/9.3_plus/create_fdw.sql         |   0
.../tests/{ => pg}/9.3_plus/test.json              |   5 +-
.../{ => pg}/default/alter_fdw_change_opt2.sql     |   0
.../tests/{ => pg}/default/alter_fdw_comment.sql   |   0
.../tests/{ => pg}/default/alter_fdw_opt1.sql      |   0
.../tests/{ => pg}/default/alter_fdw_opt2.sql      |   0
.../tests/{ => pg}/default/alter_fdw_rename.sql    |   0
.../tests/{ => pg}/default/alter_fdw_validator.sql |   0
.../tests/{ => pg}/default/create_fdw.sql          |   0
.../tests/{ => pg}/default/test.json               |   5 +-
.../9.4_plus}/alter_resource_group_name.sql        |   0
.../9.4_plus}/alter_resource_group_options.sql     |   0
.../9.4_plus}/create_resource_group.sql            |   0
.../tests/{default => ppas/9.4_plus}/test.json     |   5 -
.../sqleditor/static/img/save_data_changes.svg     |  12 +
.../tools/sqleditor/tests/execute_query_utils.py   |  41 +++
.../tests/test_is_query_resultset_updatable.py     | 125 ++++++++
.../sqleditor/tests/test_save_changed_data.py      | 347 +++++++++++++++++++++
.../utils/is_query_resultset_updatable.py          | 120 +++++++
.../tools/sqleditor/utils/save_changed_data.py     | 317 +++++++++++++++++++
web/regression/re_sql/tests/test_resql.py          |  81 +----
27 files changed, 984 insertions(+), 74 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-05 13:40 pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F 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