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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Moved the ip-address check functionality to a separat
Date: 2020-04-08 11:22:12
Message-ID: E1jM8ma-0002fY-3N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-04-08 15:38:10 RM4292 - Dark mode support for Windows/macOS
Previous Message Ashesh Vashi 2020-04-08 09:04:39 pgAdmin 4 commit: Fixed pep8 issue