pgAdmin 4 commit: More code cleanup for SonarQube.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: More code cleanup for SonarQube.
Date: 2020-06-18 15:20:36
Message-ID: E1jlwLE-0003HW-J6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

More code cleanup for SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bc24e3643fc9508f3f7f7f0b72e26335a312f86e
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
.../misc/file_manager/static/js/select_dialogue.js | 2 +-
web/pgadmin/misc/file_manager/static/js/utility.js | 21 ++++---
web/pgadmin/static/js/selection/grid_selector.js | 2 +-
.../js/sqleditor/history/query_history_entries.js | 3 +-
.../static/js/tree/pgadmin_tree_save_state.js | 14 ++---
web/pgadmin/static/js/tree/tree.js | 4 +-
web/pgadmin/tools/backup/static/js/backup.js | 14 ++---
web/pgadmin/tools/datagrid/static/js/show_data.js | 2 +-
web/pgadmin/tools/debugger/static/js/debugger.js | 5 +-
.../tools/grant_wizard/static/js/grant_wizard.js | 2 +
web/pgadmin/tools/restore/static/js/restore.js | 4 +-
.../sqleditor/query_tool_actions_spec.js | 16 ++---
web/yarn.lock | 71 ++++++++--------------
13 files changed, 73 insertions(+), 87 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-06-18 15:27:04 Re: [pgAdmin][patch] Fixed issues reported by SonarQube
Previous Message Akshay Joshi 2020-06-18 13:16:44 [pgAdmin][patch] Fixed issues reported by SonarQube