pgAdmin 4 commit: Fixed 'Remove the unnecessary boolean literals' code

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed 'Remove the unnecessary boolean literals' code
Date: 2022-09-09 09:53:25
Message-ID: E1oWahR-0007ZW-3x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed 'Remove the unnecessary boolean literals' code smell.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b95a416ca8c9e3d9ee88b79ef0f0006bbb27f4f

Modified Files
--------------
.../server_groups/servers/static/js/server.js | 4 +-
web/pgadmin/browser/static/js/browser.js | 186 ++++++++++----------
web/pgadmin/browser/static/js/node.js | 190 +++++++++++----------
.../static/js/quick_search/trigger_search.js | 8 +-
web/pgadmin/static/js/Dialogs/index.jsx | 2 +-
web/pgadmin/static/js/custom_hooks.js | 1 -
.../tools/import_export_servers/__init__.py | 2 +-
.../js/components/sections/GraphVisualiser.jsx | 5 +-
.../static/js/components/sections/ResultSet.jsx | 2 +-
web/pgadmin/utils/sqlautocomplete/autocomplete.py | 7 +-
.../feature_tests/browser_tool_bar_test.py | 2 +-
web/regression/feature_tests/file_manager_test.py | 6 +-
.../feature_tests/keyboard_shortcut_test.py | 2 +-
.../feature_tests/pg_datatype_validation_test.py | 2 +-
.../pg_utilities_backup_restore_test.py | 4 +-
.../feature_tests/pg_utilities_maintenance_test.py | 2 +-
.../feature_tests/query_tool_journey_test.py | 6 +-
.../feature_tests/test_copy_sql_to_query_tool.py | 2 +-
.../xss_checks_pgadmin_debugger_test.py | 2 +-
web/regression/feature_utils/locators.py | 2 +-
web/regression/feature_utils/pgadmin_page.py | 8 +-
21 files changed, 221 insertions(+), 224 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2022-09-09 12:21:50 [pgAdmin4][Patch]: Remove Backgrid & Backform
Previous Message Akshay Joshi 2022-09-09 06:12:38 pgAdmin 4 commit: Added a fix to the context menu and panel issue intro