pgAdmin 4 commit: Fixed 'Remove the unnecessary boolean literals' code - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed 'Remove the unnecessary boolean literals' code
Date
Msg-id E1oWahR-0007ZW-3x@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Added a fix to the context menu and panel issue intro
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Remove Backgrid & Backform