ubicloud/routes
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
..
project Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
runtime Use r.is to check for fully routed path only once instead of twice 2025-06-20 05:14:52 +09:00
webhook Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
account.rb Add raise_web_error method to DRY up web-specific CloverError raising 2025-08-08 05:06:18 +09:00
cli.rb Use the Roda response_content_type plugin 2025-08-20 05:25:48 +09:00
github.rb Support path with Project objects 2025-08-27 07:56:29 +09:00
project.rb Support path with Project objects 2025-08-27 07:56:29 +09:00