pgAdmin 4 commit: Fixed SonarQube issues with the tag unused. All the u

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed SonarQube issues with the tag unused. All the u
Date: 2020-06-25 06:58:57
Message-ID: E1joLqb-0000vs-4h@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed SonarQube issues with the tag unused. All the unused variables, assignments, code comments are fixed.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d3b3d07f2e8864d8bd3a1595e4679ea77e632708
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/rules/static/js/rule.js | 5 ++--
web/pgadmin/dashboard/__init__.py | 1 -
.../feature_tests/pg_datatype_validation_test.py | 4 ---
web/pgadmin/feature_tests/query_tool_tests.py | 14 +++--------
.../xss_checks_panels_and_query_tool_test.py | 1 -
web/pgadmin/misc/file_manager/__init__.py | 1 -
web/pgadmin/setup/user_info.py | 2 +-
web/pgadmin/static/js/backgrid.pgadmin.js | 10 ++++----
web/pgadmin/static/js/keyboard_shortcuts.js | 2 +-
web/pgadmin/static/vendor/backform/backform.js | 29 +++++++++-------------
web/pgadmin/static/vendor/backgrid/backgrid.js | 16 ++++++------
.../tools/grant_wizard/static/js/grant_wizard.js | 7 +++---
.../tools/schema_diff/static/js/schema_diff_ui.js | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 1 -
web/pgadmin/utils/ajax.py | 2 +-
web/pgadmin/utils/csrf.py | 2 +-
web/pgadmin/utils/driver/registry.py | 2 +-
web/regression/feature_utils/pgadmin_page.py | 1 -
.../python_test_utils/csrf_test_client.py | 2 +-
19 files changed, 40 insertions(+), 64 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-25 06:59:57 Re: [pgAdmin][patch] SonarQube reported issues tagged - unused
Previous Message Akshay Joshi 2020-06-25 06:58:26 Re: [pgAdmin4][Patch] - SonarQube Issues - 6 (A conditionally executed single line should be denoted by indentation, A "while" loop should be used instead of a "for" loop, Variables should be declared explicitly)