ubicloud/routes/project
Jeremy Evans f930ca132a Allow disconnecting from postgres private subnets in the api/cli/sdk
Similar to connecting, this uses a separate option. Rather than copying
the connect route code to disconnect and modify it, since the majority
of the route code is the same, this combines the private subnet connect
and disconnect routes using a private_subnet_connection_action helper
method.

In order to tell the difference between postgres and private subnet
ids, we need to keep in ubid format so we can check the first two
characters. Add ubid typecast param and symbol matcher to support that.
2025-09-15 11:54:52 -07:00
..
location Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
billing.rb Add note to payment method success page about pre-authorization 2025-09-08 17:19:03 +03:00
cli.rb Add Web Shell 2025-08-23 05:16:59 +09:00
discount_code.rb Use the path methods to reduce verbosity in r.redirect calls 2025-08-26 02:08:44 +09:00
firewall.rb Stop using serializer for firewall index web route 2025-08-26 02:08:44 +09:00
github.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
inference_api_key.rb Support path with Project objects 2025-08-27 07:56:29 +09:00
inference_endpoint.rb Stop using serializer for inference endpoint route 2025-08-26 02:08:44 +09:00
inference_playground.rb Stop using serializers in the inference playground route 2025-08-26 02:08:44 +09:00
kubernetes_cluster.rb Use handle_validation_failure in kubernetes cluster create route 2025-08-08 01:52:14 +09:00
load_balancer.rb Use handle_validation_failure in load balancer create route 2025-08-08 01:52:14 +09:00
location.rb Enforce project location access in routes 2025-04-07 08:53:50 -07:00
object_info.rb Allow id to location/name lookup for kc cli commands 2025-08-01 04:18:57 +09:00
postgres.rb Use handle_validation_failure in postgres create route 2025-08-08 01:52:14 +09:00
private_location.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
private_subnet.rb Use handle_validation_failure in private subnet create route 2025-08-08 01:52:14 +09:00
token.rb Support path with Project objects 2025-08-27 07:56:29 +09:00
usage_alert.rb Use the path methods to reduce verbosity in r.redirect calls 2025-08-26 02:08:44 +09:00
user.rb Support path with Project objects 2025-08-27 07:56:29 +09:00
vm.rb Stop using serializer for vm index web route 2025-08-26 02:08:44 +09:00