pgAdmin 4 commit: Added support for Azure PostgreSQL deployment in serv - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for Azure PostgreSQL deployment in serv
Date
Msg-id E1o8yIf-0002Nd-Fu@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support for Azure PostgreSQL deployment in server mode. Fixes #7522

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59f5c0d95523e336938fb32fe200a3597665252f
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/cloud_azure_postgresql.rst              |   2 -
docs/en_US/release_notes_6_12.rst                  |   3 +-
web/pgacloud/providers/azure.py                    |  73 ++++++-----
web/pgadmin/misc/bgprocess/processes.py            |   7 +-
web/pgadmin/misc/cloud/__init__.py                 |  13 +-
web/pgadmin/misc/cloud/azure/__init__.py           | 139 +++++++++++++--------
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   |   9 +-
web/pgadmin/misc/cloud/static/js/azure.js          |  23 +++-
.../misc/cloud/static/js/azure_schema.ui.js        |  78 ++++++++++--
web/pgadmin/static/js/SchemaView/MappedControl.jsx |  12 ++
web/pgadmin/static/js/SchemaView/index.jsx         |  22 ++--
.../static/js/components/FormComponents.jsx        |   8 +-
12 files changed, 261 insertions(+), 128 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: Bug #7522 - Support Azure PostgreSQL deployment in Server mode
Next
From: Akshay Joshi
Date:
Subject: Re: Bug #7522 - Support Azure PostgreSQL deployment in Server mode