ubicloud/routes/project
Jeremy Evans b3d8a774b1 Add support for renaming objects to api/sdk/cli
This uses a shared route for all 6 objects, as well as shared
cli and sdk code. Unfortunately, there is not a way to share
such code in openapi.yml, so that part ends up quite verbose.

Eventually, we should add a web interface for this, but it's
best to wait until we refactor the web interfaces for the objects
to consistently use the current postgres web interface.
2025-08-26 02:54:13 +09:00
..
location Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00
billing.rb Switch from using [] to using member methods for when using the invoice serializer 2025-08-26 02:08:44 +09: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 Stop using serializer for github cache route 2025-08-26 02:08:44 +09:00
inference_api_key.rb Remove serializer usage for inference api key route 2025-08-26 02:08:44 +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 the path methods to reduce verbosity in r.redirect calls 2025-08-26 02:08:44 +09:00
private_subnet.rb Use handle_validation_failure in private subnet create route 2025-08-08 01:52:14 +09:00
token.rb Use the path methods to reduce verbosity in r.redirect calls 2025-08-26 02:08:44 +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 Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
vm.rb Stop using serializer for vm index web route 2025-08-26 02:08:44 +09:00