pgAdmin 4 commit: Fixed SonarQube issues.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed SonarQube issues.
Date: 2022-08-05 13:28:10
Message-ID: E1oJxN4-0004l6-5d@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed SonarQube issues.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d1c94ac73db20e15002dce655dea3bc8cfe4aff4

Modified Files
--------------
web/pgacloud/providers/azure.py | 14 +++++++-------
web/pgacloud/utils/io.py | 1 -
web/pgadmin/misc/file_manager/__init__.py | 16 +++++-----------
web/pgadmin/misc/statistics/static/js/Statistics.jsx | 10 +++++-----
web/pgadmin/static/js/components/CodeMirror.jsx | 12 ++++++------
web/pgadmin/static/js/utils.js | 2 +-
.../static/js/components/sections/ResultSet.jsx | 6 +++---
7 files changed, 27 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-08-08 03:56:40 Re: Brazilian portuguese language support
Previous Message Akshay Joshi 2022-08-05 10:35:20 Re: [Patch] - Housekeeping #7344 - Port Role Reassign dialog to React