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-21 08:22:19
Message-ID: E1k92JX-0005rl-BB@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=19491d79a51fcc8579ad4ee01b78300657abdeea
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
.../foreign_servers/__init__.py | 121 +++++++++++++--------
web/pgadmin/misc/bgprocess/processes.py | 80 +++++++++-----
web/pgadmin/tools/schema_diff/directory_compare.py | 55 ++++++++--
web/pgadmin/tools/sqleditor/__init__.py | 119 +++++++++++++-------
4 files changed, 248 insertions(+), 127 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-21 08:22:41 Re: Patch for SonarQube code scan fixes.
Previous Message Nikhil Mohite 2020-08-21 06:53:36 Patch for SonarQube code scan fixes.