Обсуждение: pgAdmin 4 commit: Moved the ip-address check functionality to a separat

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Moved the ip-address check functionality to a separat

От
Ashesh Vashi
Дата:
Moved the ip-address check functionality to a separate file to improve
the maintainability of the code.

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/__init__.py      | 42 +++------------
web/pgadmin/utils/ip.py                            | 61 ++++++++++++++++++++++
2 files changed, 69 insertions(+), 34 deletions(-)