pgAdmin 4 commit: Use Python3 'ipaddress' module to validate the IPv4 a - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Use Python3 'ipaddress' module to validate the IPv4 a
Date
Msg-id E1k55wA-00079Z-Mb@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use Python3 'ipaddress' module to validate the IPv4 and IPv6 addresses.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7a0bfecfc5ac6034cb183bf41a8fa07be81fecfe
Author: Cyril Jouve <jv.cyril@gmail.com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py      | 12 ++---
.../servers/tests/test_is_valid_address.py         | 40 ++++++++++++++
web/pgadmin/browser/server_groups/servers/utils.py |  9 ++++
web/pgadmin/utils/ip.py                            | 61 ----------------------
4 files changed, 55 insertions(+), 67 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5526] Copy and paste multiline cells
Next
From: Akshay Joshi
Date:
Subject: Re: Bug #5664 SQL DDL output generator for view