pgAdmin 4 commit: Fixed some cloud deployment issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed some cloud deployment issues:
Date
Msg-id E1nzDfz-0003C6-JQ@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7351]: Templates not displayed
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin 4][Patch] - Cloud Deployment - Fixed Review Comments