ubicloud/helpers
Jeremy Evans 5e67c45687 Allow creating a PostgreSQL database without firewall rules in api/sdk/cli
The reason for allowing this is it allows you to create a locked-down
PostgreSQL database without parsing output of previous commands.
Previously, to create a locked-down database, you needed to create the
database, then remove the default firewall rules for it, then add your
own. Using this, you add the database without rules, and then add the
rules you need.
2025-09-03 02:23:35 +09:00
..
api.rb Have Pagination#paginated_result take serializer argument 2025-05-20 05:49:38 +09:00
firewall.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
general.rb Correctly validate KubernetesCluster name when renaming 2025-09-03 02:08:38 +09:00
github.rb Make runner row more compact with more information 2025-05-15 15:31:18 +03:00
inference.rb Add UI for inference router models 2025-04-29 10:27:18 -04:00
kubernetes_cluster.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
load_balancer.rb Change load balancer IP stack order 2025-08-29 14:02:29 -07:00
postgres.rb Allow creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09:00
private_subnet.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
runtime.rb Configure Octokit timeouts 2025-05-06 03:31:38 +09:00
vm.rb Support path with Project objects 2025-08-27 07:56:29 +09:00
web.rb Support path with Project objects 2025-08-27 07:56:29 +09:00