| 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-05 07:31:07 |
| Message-ID: | E1k3DtD-000863-Nx@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=6a406f466db6b0f0f5c6dead520072e316ccface
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Modified Files
--------------
.../servers/databases/schemas/domains/__init__.py | 104 ++++++++------
.../schemas/domains/domain_constraints/__init__.py | 52 ++++---
.../databases/schemas/tables/columns/__init__.py | 153 ++++++++++++---------
.../databases/schemas/tables/columns/utils.py | 77 +++++++----
.../constraints/exclusion_constraint/utils.py | 76 ++++++----
.../servers/databases/schemas/types/__init__.py | 43 +++---
6 files changed, 310 insertions(+), 195 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2020-08-05 07:32:05 | Re: Patch for SonarQube code scan fixes. |
| Previous Message | Akshay Joshi | 2020-08-05 07:12:35 | Re: [pgAdmin4 ] Limit the scope of CSS |