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

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 EDB
Date: 2022-04-26 11:12:02
Message-ID: E1njJ6w-0007GI-1h@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added capability to deploy PostgreSQL servers on EDB BigAnimal. Fixes #7179

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5677b1e5f80520aae7f45e1fe3b27c83d2d2dc59
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/cloud_aws_rds.rst | 93 ++++
docs/en_US/cloud_deployment.rst | 93 +---
docs/en_US/cloud_edb_biganimal.rst | 91 ++++
...t_credentials.png => cloud_aws_credentials.png} | Bin
...loyment_database.png => cloud_aws_database.png} | Bin
...loyment_instance.png => cloud_aws_instance.png} | Bin
docs/en_US/images/cloud_aws_provider.png | Bin 0 -> 68743 bytes
..._deployment_review.png => cloud_aws_review.png} | Bin
docs/en_US/images/cloud_biganimal_credentials.png | Bin 0 -> 87046 bytes
docs/en_US/images/cloud_biganimal_database.png | Bin 0 -> 75803 bytes
docs/en_US/images/cloud_biganimal_instance.png | Bin 0 -> 150517 bytes
docs/en_US/images/cloud_biganimal_provider.png | Bin 0 -> 70440 bytes
docs/en_US/images/cloud_biganimal_review.png | Bin 0 -> 146258 bytes
docs/en_US/images/cloud_deployment_provider.png | Bin 75351 -> 0 bytes
docs/en_US/release_notes_6_9.rst | 1 +
web/pgacloud/pgacloud.py | 2 -
web/pgacloud/providers/biganimal.py | 181 ++++++++
web/pgacloud/providers/rds.py | 29 +-
web/pgacloud/utils/io.py | 13 +-
web/pgadmin/misc/bgprocess/process_executor.py | 3 +-
web/pgadmin/misc/cloud/__init__.py | 235 ++--------
web/pgadmin/misc/cloud/biganimal/__init__.py | 432 ++++++++++++++++++
web/pgadmin/misc/cloud/rds/__init__.py | 330 ++++++++++++++
.../cloud/{utils/aws_regions.py => rds/regions.py} | 0
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx | 496 ++++++++-------------
web/pgadmin/misc/cloud/static/js/aws.js | 243 ++++++++++
web/pgadmin/misc/cloud/static/js/biganimal.js | 206 +++++++++
.../misc/cloud/static/js/cloud_components.jsx | 106 +++++
.../cloud/static/js/cloud_db_details_schema.ui.js | 459 ++++++++++++++++---
web/pgadmin/misc/cloud/utils/__init__.py | 61 ++-
web/pgadmin/misc/cloud/utils/rds.py | 175 --------
web/pgadmin/static/img/aws.svg | 1 +
web/pgadmin/static/js/components/ExternalIcon.jsx | 4 +
.../static/js/components/FormComponents.jsx | 3 +-
web/pgadmin/utils/constants.py | 2 +-
web/yarn.lock | 10 +-
36 files changed, 2399 insertions(+), 870 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-26 11:12:24 Re: [pgAdmin4][Patch] - RM #7179 - PostgreSQL deployment on EDB BigAnimal
Previous Message Akshay Joshi 2022-04-26 11:00:10 Re: [pgAdmin][RM7333] ERD Tool: drag table throws Uncaught TypeError