pgAdmin 4 commit: Fixed cognitive complexity 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 cognitive complexity reported by SonarQube.
Date: 2021-01-19 08:11:17
Message-ID: E1l1m6f-0006qs-5o@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed cognitive complexity reported by SonarQube.

Branch
------
master

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

Modified Files
--------------
.../databases/schemas/tables/schema_diff_utils.py | 46 ++--
web/pgadmin/misc/bgprocess/processes.py | 302 +++++++++++----------
web/pgadmin/tools/schema_diff/directory_compare.py | 78 +++---
3 files changed, 239 insertions(+), 187 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-19 08:11:54 Re: [pgAdmin]: Fix for kerberos test cases.
Previous Message Akshay Joshi 2021-01-19 08:10:59 Re: [pgAdmin] RM6098 Manually deleting from table view hangs