| 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-07-24 06:46:03 |
| Message-ID: | E1jyrT1-0005Al-6y@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | 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=1fbf298d30acef69b98f11b6d711ad5ff38587fa
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Modified Files
--------------
.../tables/constraints/foreign_key/utils.py | 163 ++++++---
.../databases/schemas/tables/rules/__init__.py | 38 ++-
.../databases/schemas/tables/triggers/__init__.py | 3 +-
.../databases/schemas/tables/triggers/utils.py | 83 +++--
.../servers/databases/schemas/views/__init__.py | 363 +++++++++++++--------
.../server_groups/servers/databases/utils.py | 45 ++-
6 files changed, 437 insertions(+), 258 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2020-07-24 06:46:32 | Re: [pgAdmin][SonarQube] Complete the implementation of empty methods |
| Previous Message | Dave Page | 2020-07-23 14:59:40 | Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React |