pgAdmin 4 commit: Fixed code smell 'Variables should not be shadowed'.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'Variables should not be shadowed'.
Date: 2020-07-14 10:28:36
Message-ID: E1jvIAu-0007tm-04@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Variables should not be shadowed'.
Fixed all the duplicate CSS blocks issues raised by SonarQube.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/node.js | 127 ++++++++++-----------
web/pgadmin/static/js/pgadmin.js | 58 +++++-----
web/pgadmin/static/scss/_alertify.overrides.scss | 5 +-
web/pgadmin/static/scss/_backgrid.overrides.scss | 16 +--
web/pgadmin/static/scss/_bootstrap.overrides.scss | 18 +--
web/pgadmin/static/scss/_codemirror.overrides.scss | 7 --
web/pgadmin/static/scss/_pgadmin.style.scss | 37 +++---
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 4 -
.../schema_diff/static/scss/_schema_diff.scss | 7 +-
.../tools/sqleditor/static/css/sqleditor.css | 4 -
.../user_management/static/css/user_management.css | 0
11 files changed, 118 insertions(+), 165 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-14 10:35:33 Re: Patch for SonarQube code scan fixes
Previous Message Akshay Joshi 2020-07-14 10:28:35 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu