pgAdmin 4 commit: Fixed the following issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the following issues:
Date: 2022-05-12 12:59:37
Message-ID: E1np8Pp-0006bl-LP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-12 13:02:33 Re: [pgAdmin][patch] Query tool GUI test cases
Previous Message Akshay Joshi 2022-05-12 12:53:48 pgAdmin 4 commit: Tag REL-6_9 has been created.