ubicloud/helpers
Jeremy Evans aeee59ff86 Fix GitHub captialization in omniauth code
The omniauth_provider_name method previously used provider.capitalize,
as that's what the code it replaced used, but while that works fine for
google, it doesn't work well for github. Use the name in
omniauth_providers, which has the correct capitalization.
2025-07-10 02:29:37 +09:00
..
api.rb Have Pagination#paginated_result take serializer argument 2025-05-20 05:49:38 +09:00
firewall.rb Use typecast_params in firewall helper 2025-05-20 05:49:38 +09:00
general.rb Reduce duplication for postgres firewall rule patch/delete routes 2025-06-25 07:27:46 +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 Set defaults for CP node count and worker count in kubernetes APIs 2025-07-02 10:34:03 +02:00
load_balancer.rb Use typecast_params in load_balancer_post 2025-05-20 05:49:38 +09:00
postgres.rb Use .aws? helper method 2025-07-07 10:52:33 +03:00
private_subnet.rb Use typecast_params in private_subnet_post 2025-05-20 05:49:38 +09:00
runtime.rb Configure Octokit timeouts 2025-05-06 03:31:38 +09:00
vm.rb Split VM creation page into GPU/non-GPU if get_ff_gpu_vm feature flag is set 2025-06-20 06:00:14 +09:00
web.rb Fix GitHub captialization in omniauth code 2025-07-10 02:29:37 +09:00