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-25 07:11:13
Message-ID: E1kAT6v-00071p-A3@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=275c671576f08f83f0c580b6cf5ee93cb7fff3d9
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/packages/edbfuncs/__init__.py | 28 +-
.../servers/databases/schemas/types/__init__.py | 364 ++++++++++-----------
.../servers/databases/schemas/utils.py | 25 ++
.../server_groups/servers/pgagent/__init__.py | 32 +-
web/pgadmin/misc/bgprocess/process_executor.py | 62 ++--
web/pgadmin/tools/backup/__init__.py | 242 +++++++-------
6 files changed, 397 insertions(+), 356 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-25 07:11:51 Re: LDAP auth pathc
Previous Message Aditya Toshniwal 2020-08-25 07:02:13 Re: [pgAdmin][SonarQube] Cognitive complexity