ubicloud/helpers
Philip Dubé 3f6354ea96 Allow Postgres configuration in create API to support failover slots
Postgres's default configuration prevents creating failover replication slots.
Previously, this required a second API call to update settings after creation.

Add a configuration field to the create API payload,
allowing users to enable these slots (and other settings) upon creation.

Also expose PgBouncer configuration in the same way for consistency.
2025-11-26 12:48:54 +01:00
..
api.rb Allow specifying serializer options when using paginated_result helper 2025-11-01 02:46:00 +09:00
firewall.rb Use eager loading to avoid N+1 query issues in a bunch of places 2025-10-14 03:56:43 +09:00
general.rb Fix issues in the delete all cache entries prog implementation 2025-11-18 09:35:36 +09:00
github.rb Make runner row more compact with more information 2025-05-15 15:31:18 +03:00
inference.rb Make AI models visible to selected projects 2025-10-27 12:01:00 +01:00
kubernetes_cluster.rb Apply Style/ParenthesesAroundCondition cop 2025-10-15 20:46:13 +03:00
load_balancer.rb Fix N+1 query issue on load balancer list page 2025-11-14 09:17:58 +09:00
postgres.rb Allow Postgres configuration in create API to support failover slots 2025-11-26 12:48:54 +01:00
private_subnet.rb Support adding a firewall rule using private subnet name or id instead of cidr in the API/SDK/CLI 2025-11-05 02:08:52 +09:00
runtime.rb Apply Layout/EmptyLineAfterGuardClause cop 2025-10-15 20:46:13 +03:00
ssh_public_key.rb Add support for managing SSH public keys via the api 2025-10-04 01:36:33 +09:00
vm.rb Support provisioning vms with 4 or 8 gpus 2025-11-12 11:33:08 +01:00
web.rb Add allow_unescaped web helper method 2025-11-18 09:33:33 +09:00