ubicloud/routes/project
Jeremy Evans 53e11cb6b0 Replace unnecessary new_with_id calls with new
If you don't need the id before saving the object, you should use
new instead of new_with_id. new_with_id should only be used if you
need the id before the object is saved.
2025-08-06 01:55:51 +09:00
..
location Change all create_with_id to create 2025-08-06 01:55:51 +09:00
billing.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
discount_code.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
firewall.rb Use check_visible_location when creating firewall via web request 2025-05-20 05:49:38 +09:00
github.rb Allow 100GB of free cache storage if premium runners are enabled 2025-06-21 11:18:22 +03:00
inference_api_key.rb Switch String matchers to :ubid_uuid matchers 2025-06-20 05:14:52 +09:00
inference_endpoint.rb Change order of models 2025-06-27 19:24:15 +02:00
inference_playground.rb Change order of models 2025-06-27 19:24:15 +02:00
kubernetes_cluster.rb Add api support to kubernetes routes 2025-07-02 10:34:03 +02:00
load_balancer.rb Switch to typecast_params in project/* routes to create objects 2025-05-20 05:49:38 +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 Delegate fall back to default logic for flavors to typecast_params 2025-06-20 07:56:16 +03:00
private_location.rb Rename has_resources to has_resources? 2025-06-25 06:52:58 +09:00
private_subnet.rb Switch to typecast_params in project/* routes to create objects 2025-05-20 05:49:38 +09:00
token.rb Replace unnecessary new_with_id calls with new 2025-08-06 01:55:51 +09:00
usage_alert.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
user.rb Replace unnecessary new_with_id calls with new 2025-08-06 01:55:51 +09:00
vm.rb Switch to typecast_params in project/* routes to create objects 2025-05-20 05:49:38 +09:00