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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following issues related to cloud deployment:
Date: 2022-02-28 12:54:46
Message-ID: E1nOfY6-0002gH-Bv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-28 12:55:35 Re: [pgAdmin4][Patch] - AWS Cloud Deployment fixes
Previous Message Akshay Joshi 2022-02-28 12:53:57 Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC: