pgAdmin 4 commit: Fixed redundant tagged issue reported by SonarQube.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed redundant tagged issue reported by SonarQube.
Date: 2020-06-18 05:45:06
Message-ID: E1jlnMI-0006HI-HK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed redundant tagged issue reported by SonarQube.

Branch
------
master

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

Modified Files
--------------
.../databases/extensions/static/js/extension.js | 2 +-
.../check_constraint/static/js/check_constraint.js | 2 +-
.../databases/schemas/tables/indexes/__init__.py | 6 ++----
.../databases/schemas/tables/rules/static/js/rule.js | 2 +-
.../schemas/tables/triggers/static/js/trigger.js | 5 ++---
.../servers/databases/schemas/views/static/js/mview.js | 4 ++--
.../servers/databases/schemas/views/static/js/view.js | 4 ++--
.../servers/pgagent/steps/static/js/pga_jobstep.js | 2 +-
.../server_groups/servers/roles/static/js/role.js | 4 ++--
web/pgadmin/browser/static/js/browser.js | 2 +-
web/pgadmin/browser/static/js/node.js | 3 +--
web/pgadmin/misc/statistics/static/js/statistics.js | 18 ++++++++----------
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
web/pgadmin/static/js/keyboard_shortcuts.js | 4 +---
web/pgadmin/static/js/pgadmin.js | 2 +-
web/pgadmin/static/js/slickgrid/editors.js | 2 +-
.../static/js/sqleditor/query_tool_notifications.js | 2 +-
web/pgadmin/static/js/utils.js | 2 +-
web/pgadmin/tools/debugger/static/js/direct.js | 2 +-
.../tools/grant_wizard/static/js/grant_wizard.js | 2 +-
web/pgadmin/tools/maintenance/static/js/maintenance.js | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
22 files changed, 34 insertions(+), 42 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-18 05:45:40 Re: [pgAdmin][patch] Sonarqube issues tagged as redundant
Previous Message Aditya Toshniwal 2020-06-18 05:05:14 [pgAdmin][patch] Sonarqube issues tagged as redundant