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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed following issues related to cloud deployment:
Дата
Msg-id E1nOfY6-0002gH-Bv@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC:
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - AWS Cloud Deployment fixes