pgAdmin 4 commit: Added capability to deploy PostgreSQL servers on Micr - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added capability to deploy PostgreSQL servers on Micr
Date
Msg-id E1o1MCQ-0001oC-PR@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added capability to deploy PostgreSQL servers on Microsoft Azure. Fixes #7178

Branch
------
master

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

Modified Files
--------------
docs/en_US/cloud_azure_postgresql.rst              | 120 ++++
docs/en_US/cloud_deployment.rst                    |   3 +-
docs/en_US/images/cloud_aws_provider.png           | Bin 68743 -> 132942 bytes
.../images/cloud_azure_bg_process_watcher.png      | Bin 0 -> 232609 bytes
docs/en_US/images/cloud_azure_credentials.png      | Bin 0 -> 232938 bytes
docs/en_US/images/cloud_azure_database.png         | Bin 0 -> 243127 bytes
docs/en_US/images/cloud_azure_instance.png         | Bin 0 -> 241843 bytes
docs/en_US/images/cloud_azure_network.png          | Bin 0 -> 277729 bytes
docs/en_US/images/cloud_azure_provider.png         | Bin 0 -> 139930 bytes
docs/en_US/images/cloud_azure_review.png           | Bin 0 -> 237199 bytes
docs/en_US/images/cloud_biganimal_provider.png     | Bin 70440 -> 129735 bytes
docs/en_US/release_notes_6_11.rst                  |   1 +
requirements.txt                                   |   4 +
web/pgacloud/providers/azure.py                    | 343 ++++++++++
web/pgadmin/misc/cloud/__init__.py                 |  18 +-
web/pgadmin/misc/cloud/azure/__init__.py           | 693 +++++++++++++++++++++
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   | 272 +++++---
web/pgadmin/misc/cloud/static/js/azure.js          | 298 +++++++++
.../misc/cloud/static/js/azure_schema.ui.js        | 683 ++++++++++++++++++++
web/pgadmin/misc/cloud/static/js/cloud.js          |  10 +
.../misc/cloud/static/js/cloud_components.jsx      |   6 +-
web/pgadmin/misc/cloud/utils/__init__.py           |   4 +-
web/pgadmin/static/img/azure.svg                   |   1 +
web/pgadmin/static/js/SchemaView/MappedControl.jsx |  13 +-
web/pgadmin/static/js/components/ExternalIcon.jsx  |   4 +
.../static/js/components/FormComponents.jsx        |  19 +
26 files changed, 2388 insertions(+), 104 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [Patch] - Feature #7332 - pgadmin docker container doesn't work properly with secrets
Next
From: Akshay Joshi
Date:
Subject: Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure