pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Date
Msg-id E1k8JDl-0007H1-IP@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed cognitive complexity issues reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b56962c1b72d49820f0dcc158073001363ab3ac
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../servers/databases/languages/__init__.py        |  37 ++--
.../databases/schemas/foreign_tables/__init__.py   | 165 ++++++++------
.../databases/schemas/tables/schema_diff_utils.py  | 109 +++++----
.../servers/databases/schemas/utils.py             | 246 +++++++++++++--------
.../servers/databases/schemas/views/__init__.py    |  29 ++-
web/pgadmin/tools/schema_diff/directory_compare.py | 190 ++++++++++++----
6 files changed, 514 insertions(+), 262 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM5344][Code Coverage] Improve API test cases for Grant Wizard
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.