pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
Дата
Msg-id E1k3DtD-000863-Nx@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=6a406f466db6b0f0f5c6dead520072e316ccface
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.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(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4 ] Limit the scope of CSS
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Patch for SonarQube code scan fixes.