ubicloud/spec/routes/api/cli/ps
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
..
connect_spec.rb Allow connecting to postgres private subnets in the api/cli/sdk 2025-09-15 11:54:00 -07:00
create_spec.rb Allow ps create cli -f option to accept firewall name 2025-08-27 04:12:30 +09:00
destroy_spec.rb Ensure cli response bodies end with newline 2025-02-21 09:32:10 -08:00
disconnect_spec.rb Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
rename_spec.rb Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00