Thread: pgAdmin 4 commit: Fixed following issues related to cloud deployment:

pgAdmin 4 commit: Fixed following issues related to cloud deployment:

From
Akshay Joshi
Date:
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(-)