pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Date: 2020-08-19 08:13:21
Message-ID: E1k8JDl-0007H1-IP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-19 08:14:06 Re: Patch for SonarQube code scan fixes.
Previous Message Nikhil Mohite 2020-08-19 07:46:32 [pgAdmin][RM5344][Code Coverage] Improve API test cases for Grant Wizard