pgAdmin 4 commit: Fixed following issues related to cloud deployment: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following issues related to cloud deployment:
Date
Msg-id E1nOfY6-0002gH-Bv@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed following issues related to cloud deployment:
1) The Mumbai region issue has been resolved
2) Display name of regions has been modified appropriately
3) The password field has been validated the same way as AWS
4) Added support for a list of IP addresses in the public IP address range field.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ffc1c6c3b7ec8c9ec5acc9c1f7ea74916e1c28fa
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgacloud/providers/rds.py                      | 24 +++++++++++---------
web/pgadmin/misc/cloud/__init__.py                 | 14 ++++++++++--
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   | 21 ++++++++++++++---
web/pgadmin/misc/cloud/static/js/cloud.js          |  1 +
.../cloud/static/js/cloud_db_details_schema.ui.js  | 19 ++++++++++++----
web/pgadmin/misc/cloud/utils/__init__.py           | 26 ++++++++++++++++++++++
web/pgadmin/misc/cloud/utils/aws_regions.py        | 18 +++++++++------
7 files changed, 97 insertions(+), 26 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC:
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - AWS Cloud Deployment fixes