pgAdmin 4 commit: Fixed some cloud deployment issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed some cloud deployment issues:
Date: 2022-06-09 08:37:59
Message-ID: E1nzDfz-0003C6-JQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed some cloud deployment issues:
- Added High Availability option
- Server group renamed to pgAdmin server group
- Removed the Private option from Networking otherwise, it would not be possible to connect the server from pgAdmin.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1c5a06bf001e7f774976d9f0140843303e4158a
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgacloud/providers/biganimal.py | 7 +-
web/pgadmin/misc/cloud/biganimal/__init__.py | 6 +-
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx | 6 +-
web/pgadmin/misc/cloud/static/js/biganimal.js | 7 +-
.../cloud/static/js/cloud_db_details_schema.ui.js | 108 +++++++++------------
web/pgadmin/static/js/SchemaView/index.jsx | 5 +
.../javascript/SchemaView/SchemaView.spec.js | 11 ++-
7 files changed, 78 insertions(+), 72 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-09 08:39:20 Re: [pgAdmin 4][Patch] - Cloud Deployment - Fixed Review Comments
Previous Message Akshay Joshi 2022-06-09 08:36:45 Re: [pgAdmin][RM7351]: Templates not displayed