pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Дата
Msg-id E1k8JDl-0007H1-IP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed cognitive complexity issues reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b56962c1b72d49820f0dcc158073001363ab3ac
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../servers/databases/languages/__init__.py        |  37 ++--
.../databases/schemas/foreign_tables/__init__.py   | 165 ++++++++------
.../databases/schemas/tables/schema_diff_utils.py  | 109 +++++----
.../servers/databases/schemas/utils.py             | 246 +++++++++++++--------
.../servers/databases/schemas/views/__init__.py    |  29 ++-
web/pgadmin/tools/schema_diff/directory_compare.py | 190 ++++++++++++----
6 files changed, 514 insertions(+), 262 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM5344][Code Coverage] Improve API test cases for Grant Wizard
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Patch for SonarQube code scan fixes.