pgAdmin 4 commit: Added support for Azure PostgreSQL deployment in serv

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for Azure PostgreSQL deployment in serv
Date: 2022-07-06 06:14:13
Message-ID: E1o8yIf-0002Nd-Fu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-06 06:14:28 Re: Bug #7522 - Support Azure PostgreSQL deployment in Server mode
Previous Message Yogesh Mahajan 2022-07-06 05:58:09 Bug #7522 - Support Azure PostgreSQL deployment in Server mode