pgAdmin 4 commit: Added capability to deploy PostgreSQL servers on Micr

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added capability to deploy PostgreSQL servers on Micr
Date: 2022-06-15 06:08:18
Message-ID: E1o1MCQ-0001oC-PR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-15 06:08:40 Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure
Previous Message Akshay Joshi 2022-06-15 05:41:17 Re: [Patch] - Feature #7332 - pgadmin docker container doesn't work properly with secrets