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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed following issues related to cloud deployment:
Дата
Msg-id E1nKzFZ-0000t6-3e@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed following issues related to cloud deployment:
  1) No options are shown in the instance type.
  2) No options for the last 2 types.
  3) Unable to change Storage config - size and iops
  4) Unable to create an instance when pgAdmin is installed using the installer in Desktop mode
  5) Can not create cloud instance with the temporary credentials.
  6) Mapped region display name (hardcoded) with region code.

Branch
------
master

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

Modified Files
--------------
web/pgacloud/providers/rds.py                      |  4 +--
web/pgadmin/misc/bgprocess/processes.py            | 36 +++++++++++++---------
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   |  2 +-
.../cloud/static/js/cloud_db_details_schema.ui.js  | 36 +++++++++++++---------
web/pgadmin/misc/cloud/utils/aws_regions.py        | 36 ++++++++++++++++++++++
web/pgadmin/misc/cloud/utils/rds.py                | 11 ++++---
6 files changed, 89 insertions(+), 36 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Cloud Deployment Fixes
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Cloud Deployment Fixes