ubicloud/spec/routes/api
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
..
cli Allow creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09: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