pgAdmin 4 commit: Fixed a couple of SonarQube issues. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed a couple of SonarQube issues.
Date
Msg-id E1oWwF7-00013q-F8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed a couple of SonarQube issues.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b128ba2f57393c1402a963e745acf69101916723
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/static/js/server.ui.js   |   2 +-
web/pgadmin/dashboard/static/js/Dashboard.jsx      |   6 +-
web/pgadmin/misc/cloud/static/js/azure.js          |   2 +-
.../misc/cloud/static/js/azure_schema.ui.js        |   6 +-
web/pgadmin/static/js/Explain/Analysis.jsx         |   5 +-
web/pgadmin/static/js/SchemaView/FieldSetView.jsx  |  27 ++--
web/pgadmin/static/js/SchemaView/FormView.jsx      |  52 +++----
web/pgadmin/static/js/SchemaView/MappedControl.jsx |   6 +-
web/pgadmin/static/js/SchemaView/index.jsx         |   4 +-
web/pgadmin/static/js/components/PgTable.jsx       | 152 +++++++++++----------
web/pgadmin/static/js/pgadmin.js                   |   2 +-
web/pgadmin/static/js/validators.js                |   2 +-
.../search_objects/static/js/SearchObjects.jsx     |   6 +-
.../js/components/QueryToolDataGrid/index.jsx      |  44 +++---
.../static/js/components/sections/ResultSet.jsx    |   2 +-
web/webpack.test.config.js                         |   2 +-
16 files changed, 175 insertions(+), 145 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Sonarqube bug fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: Remove Backgrid & Backform