ubicloud/helpers
Jeremy Evans 90078b3bfc Avoid renaming objects if the name didn't change
Before, worst case scenario was an extra database write. Now, it
would perform an unnecessary certificate change for postgres
resources. It's best to just skip the updates if the name is the
same.
2025-09-17 01:43:20 +09:00
..
api.rb Have Pagination#paginated_result take serializer argument 2025-05-20 05:49:38 +09:00
firewall.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
general.rb Avoid renaming objects if the name didn't change 2025-09-17 01:43:20 +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 Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
load_balancer.rb Change load balancer IP stack order 2025-08-29 14:02:29 -07:00
postgres.rb Allow different AWS storage size options for different families 2025-09-15 19:13:52 +02:00
private_subnet.rb Use Roda redirect_path plugin 2025-08-27 07:56:29 +09:00
runtime.rb Configure Octokit timeouts 2025-05-06 03:31:38 +09:00
vm.rb Support creating private subnet when creating virtual machine 2025-09-12 01:09:24 +09:00
web.rb Replace components/form/hidden template with hidden_inputs method 2025-09-09 01:40:49 +09:00