Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 63c7d1463824d54f784b943ca325cfd076814d0c https://github.com/pgadmin-org/pgadmin4/commit/63c7d1463824d54f784b943ca325cfd076814d0c Author: Yogesh Mahajan <yogesh.maha...@enterprisedb.com> Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths: M docs/en_US/cloud_aws_rds.rst A docs/en_US/cloud_azure_database.rst R docs/en_US/cloud_azure_postgresql.rst M docs/en_US/cloud_deployment.rst M docs/en_US/cloud_edb_biganimal.rst A docs/en_US/cloud_google_cloud_sql.rst R docs/en_US/images/cloud_aws_provider.png R docs/en_US/images/cloud_azure_provider.png R docs/en_US/images/cloud_biganimal_provider.png A docs/en_US/images/cloud_google_credentials.png A docs/en_US/images/cloud_google_database.png A docs/en_US/images/cloud_google_deployment_tree.png A docs/en_US/images/cloud_google_instance.png A docs/en_US/images/cloud_google_network.png A docs/en_US/images/cloud_google_review.png A docs/en_US/images/cloud_provider_for_postgresql.png M requirements.txt A web/pgacloud/providers/google.py M web/pgadmin/misc/cloud/__init__.py A web/pgadmin/misc/cloud/google/__init__.py M web/pgadmin/misc/cloud/static/js/CloudWizard.jsx M web/pgadmin/misc/cloud/static/js/azure.js M web/pgadmin/misc/cloud/static/js/cloud.js M web/pgadmin/misc/cloud/static/js/cloud_components.jsx M web/pgadmin/misc/cloud/static/js/cloud_constants.js A web/pgadmin/misc/cloud/static/js/google.js A web/pgadmin/misc/cloud/static/js/google_schema.ui.js M web/pgadmin/misc/cloud/utils/__init__.py M web/pgadmin/static/img/azure.svg A web/pgadmin/static/img/google-cloud-1.svg M web/pgadmin/static/js/components/ExternalIcon.jsx M web/pgadmin/utils/ajax.py Log Message: ----------- Added capability to deploy PostgreSQL servers on Google Cloud. #5750