ubicloud/spec/routes/api
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
..
cli Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
project Support IPv6 connections to PostgreSQL databases by default 2025-09-03 02:09:02 +09:00
auth_spec.rb Remove old login-based API authentication 2025-04-10 13:10:23 -07:00
committee_spec.rb Make missing openapi.yml entries raise in tests 2025-08-27 04:30:56 +09:00
project_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
show_errors_spec.rb Remove old login-based API authentication 2025-04-10 13:10:23 -07:00
spec_helper.rb Fix the specs to avoid defining methods on Object 2025-05-03 03:33:24 +09:00