ubicloud/helpers
Jeremy Evans aeacc6f0bb Allow authorization methods to accept objects in addition to ids
Previously, project_id and subject_id needed to be a uuid, and
object_id could be a uuid or ubid. This allows accepting an
object for all three. This simplifies almost all callers of
these methods. It also doesn't require either parsing a ubid
or generating a ubid. Previously, even if a uuid was given, it
would turn it into a ubid in order to extract the class, and
guess ApiKey if it was an et ubid.
2025-09-18 02:56:28 +09:00
..
api.rb Have Pagination#paginated_result take serializer argument 2025-05-20 05:49:38 +09:00
firewall.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
general.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
github.rb Make runner row more compact with more information 2025-05-15 15:31:18 +03:00
inference.rb Add UI for inference router models 2025-04-29 10:27:18 -04: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
postgres.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
runtime.rb Configure Octokit timeouts 2025-05-06 03:31:38 +09:00
vm.rb Allow authorization methods to accept objects in addition to ids 2025-09-18 02:56:28 +09:00
web.rb Replace components/form/hidden template with hidden_inputs method 2025-09-09 01:40:49 +09:00