pgAdmin 4 commit: Fixed code smell 'Functions, methods, and lambdas sho

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'Functions, methods, and lambdas sho
Date: 2020-07-07 14:16:36
Message-ID: E1jsoOi-0004r5-Bo@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b4c25bdc0a3d27540a1a9716384fc979d996f432

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 14 +++---
.../schemas/tables/compound_triggers/__init__.py | 4 +-
.../schemas/tables/compound_triggers/utils.py | 17 +++----
.../databases/schemas/tables/indexes/__init__.py | 33 ++++++++++----
.../databases/schemas/tables/indexes/utils.py | 45 +++++++++---------
.../schemas/tables/partitions/__init__.py | 4 +-
.../databases/schemas/tables/schema_diff_utils.py | 37 ++++++++-------
.../databases/schemas/tables/triggers/__init__.py | 29 ++++++------
.../databases/schemas/tables/triggers/utils.py | 47 +++++++++----------
.../servers/databases/schemas/tables/utils.py | 53 ++++++++++++----------
web/pgadmin/tools/schema_diff/compare.py | 16 ++++---
web/pgadmin/tools/schema_diff/directory_compare.py | 33 +++++++-------
12 files changed, 184 insertions(+), 148 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2020-07-08 09:29:32 [pgAdmin4][Patch] - SonarQube Fixes
Previous Message Akshay Joshi 2020-07-07 12:25:59 Re: [pgAdmin][RM5622]: Permissive or restricted policy on table from PG 10 and above