pgAdmin 4 commit: Fixed the following issues:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed the following issues:
Дата
Msg-id E1np8Pp-0006bl-LP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed the following issues:
 1. Feature test cases for the new query tool.
 2. Query tool panel rename is not persisting.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca8e14455f926b4ed8969789369b7c7179eda58d
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../copy_selected_query_results_feature_test.py    |  27 ++--
.../feature_tests/query_tool_journey_test.py       | 150 ++++++++++-----------
web/pgadmin/feature_tests/query_tool_tests.py      | 102 +++++++-------
web/pgadmin/feature_tests/view_data_dml_queries.py |  62 ++++-----
.../xss_checks_panels_and_query_tool_test.py       |  62 +++------
web/pgadmin/static/js/Explain/Graphical.jsx        |   2 +-
web/pgadmin/static/js/components/Buttons.jsx       |  14 +-
web/pgadmin/static/js/components/ExternalIcon.jsx  |  30 ++---
web/pgadmin/static/js/components/Loader.jsx        |   4 +-
web/pgadmin/static/js/components/Menu.jsx          |  14 +-
.../static/js/components/QueryToolComponent.jsx    |  18 ++-
.../js/components/QueryToolDataGrid/Editors.jsx    |   6 +-
.../js/components/QueryToolDataGrid/index.jsx      |  43 ++++--
.../static/js/components/sections/MainToolBar.jsx  |   6 +
.../js/components/sections/Notifications.jsx       |   8 +-
.../static/js/components/sections/QueryHistory.jsx |  10 +-
.../static/js/components/sections/ResultSet.jsx    |   2 +-
.../js/components/sections/ResultSetToolbar.jsx    |   1 +
web/regression/feature_utils/locators.py           | 129 +++++++++---------
web/regression/feature_utils/pgadmin_page.py       | 148 ++++++++++----------
web/regression/runtests.py                         |   2 +-
21 files changed, 425 insertions(+), 415 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Tag REL-6_9 has been created.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][patch] Query tool GUI test cases