ubicloud/routes/project
Jeremy Evans 00fe997f18 Make *_NAME_OR_UBID matchers yield uuid instead of ubid
This DRYs up some route code.

Implement this using a symbol matcher that does the ubid to uuid
conversion.

This also avoids an unnecessary query to look up a resource when
the route segment looks like a ubid, but is not a valid ubid.
2025-09-24 02:41:47 +09:00
..
location Make *_NAME_OR_UBID matchers yield uuid instead of ubid 2025-09-24 02:41:47 +09:00
billing.rb Set nil when billing info attributes are empty 2025-09-17 21:46:20 +03:00
cli.rb Handle errors raised by String#shellsplit in web shell 2025-09-18 06:44:42 +09:00
discount_code.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
firewall.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
github.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
inference_api_key.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +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 Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
load_balancer.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +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 Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
private_location.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
private_subnet.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
token.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
usage_alert.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
user.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
vm.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00