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 E1kAYII-0005pG-Fj@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=d2577e32e669d980384212a21b41e948afdd4410
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/databases/__init__.py    |  61 +++--
web/pgadmin/tools/restore/__init__.py              | 262 ++++++++++++-------
web/pgadmin/utils/sqlautocomplete/autocomplete.py  | 282 ++++++++++++++-------
3 files changed, 405 insertions(+), 200 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Patch for SonarQube code scan fixes.
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.