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-18 09:08:25
Message-ID: E1nKzFZ-0000t6-3e@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-18 09:09:59 Re: [pgAdmin4][Patch] - Cloud Deployment Fixes
Previous Message Khushboo Vashi 2022-02-18 08:53:32 [pgAdmin4][Patch] - Cloud Deployment Fixes