pgAdmin 4 commit: Fixed issues 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 issues reported by SonarQube.
Date: 2021-01-18 07:36:22
Message-ID: E1l1P5K-0003Et-VD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issues reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4a3e4d92c397fc8789f3f5dde45c61c04138bf1
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/register_browser_preferences.py | 10 ++---
web/pgadmin/misc/file_manager/static/js/utility.js | 20 ++++-----
web/pgadmin/preferences/__init__.py | 6 +--
web/pgadmin/tools/debugger/static/js/debugger.js | 12 ++---
.../tools/debugger/static/js/debugger_ui.js | 4 +-
.../tools/debugger/static/js/debugger_utils.js | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 1 -
web/pgadmin/utils/driver/psycopg2/connection.py | 1 -
web/pgadmin/utils/preferences.py | 51 ++++++++++++----------
9 files changed, 56 insertions(+), 51 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-18 07:39:41 Re: Patch for SonarQube fixes.
Previous Message Khushboo Vashi 2021-01-18 07:30:37 Re: [pgAdmin4][Patch] - RM 5457 - Kerberos Authentication - Phase 1