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 E1k5R6H-0003hA-5T@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=8129df42da8a355a89f2c7213389d469eeac5a90
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../servers/pgagent/schedules/__init__.py          |  16 +--
.../servers/pgagent/steps/__init__.py              |  81 ++++++------
web/pgadmin/dashboard/__init__.py                  |  51 +++-----
web/pgadmin/setup/user_info.py                     |  97 +++++++-------
web/pgadmin/utils/preferences.py                   | 142 +++++++++------------
5 files changed, 175 insertions(+), 212 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin][Patch] - Bug #5567 - Conversion of bytea to binary string representation works in psql but results in error in pgadmin
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Reduce cognitive complexity