Skip to content

Commit 94a7687

Browse files
asheshvclaude
authored andcommitted
chore(cloud): remove EDB BigAnimal cloud deployment feature (pgadmin-org#10018)
Removes the EDB BigAnimal cloud-deployment integration from the Cloud Wizard. AWS RDS, Azure Database, and Google Cloud SQL remain as the supported deployment targets. Covers the backend blueprint and pgacloud provider, the frontend wizard steps/components/constants/icons, the documentation page and screenshots, and stray BigAnimal references in docstrings. The BigAnimal-only "Cluster Type" wizard step is removed and the remaining steps renumber from 0-5 to 0-4. As a side effect, the Azure cluster-name availability check (previously dead code at activeStep == 2, skipped past by the now-removed step) is now exercised. Two latent bugs in that check are fixed at the same time: it inspected res.data.success although checkClusternameAvailbility already resolves res.data, so a name collision was never reported; and it passed an Error object to gettext(), which cannot render it. It now uses res.success and surfaces error.message with a readable fallback. A 9.16 Housekeeping release-note entry is added documenting the removal. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1a8dcd8 commit 94a7687

24 files changed

Lines changed: 38 additions & 2156 deletions
-97 KB
Binary file not shown.

docs/en_US/cloud_deployment.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
`PostgreSQL Cloud Deployment`:index:
55
*************************************
66

7-
A PostgreSQL server can be deployed on the Amazon, EDB BigAnimal, Azure,
8-
Google cloud using this module. In future more cloud provider options will
9-
be available.
7+
A PostgreSQL server can be deployed on the Amazon, Azure, Google cloud
8+
using this module. In future more cloud provider options will be
9+
available.
1010

1111
To launch the *Cloud Deployment...* tool, right click on the *Server Group* or
1212
*Server* of the tree control, and select *Deploy a Cloud Instance* from the
@@ -16,6 +16,5 @@ To launch the *Cloud Deployment...* tool, right click on the *Server Group* or
1616
:maxdepth: 2
1717

1818
cloud_aws_rds
19-
cloud_edb_biganimal
2019
cloud_azure_database
2120
cloud_google_cloud_sql

docs/en_US/cloud_edb_biganimal.rst

Lines changed: 0 additions & 110 deletions
This file was deleted.
-93 KB
Binary file not shown.
-86.3 KB
Binary file not shown.
-64.3 KB
Binary file not shown.
-131 KB
Binary file not shown.
-134 KB
Binary file not shown.

docs/en_US/release_notes_9_16.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ New features
2323
Housekeeping
2424
************
2525

26+
| `Issue #10018 <https://github.com/pgadmin-org/pgadmin4/issues/10018>`_ - Remove the EDB BigAnimal cloud deployment support.
27+
2628
Bug fixes
2729
*********

web/pgacloud/providers/biganimal.py

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)