ubicloud/spec/routes/web
mohi-kalantari 61f98a4110 Use KubernetesNode instead of Vm in Kubernetes progs
All the logics related to k8s (provisioning, bootstrapping, upgrades)
now all rely on the KuberneteNode object. The former methods for Vm
are still kept in place until the code is deployed and in another
commit those parts with their DB tables will be removed altogether.

Code will no longer try to add vms to the join tables for the
many_to_many tables of both KubernetesCluster and KubernetesNodepool

Instead kubernetes_node object will be used to find the right Vms
of nodepools and clusters.
2025-08-28 10:36:02 +02:00
..
project Switch from using [] to using member methods for when using the invoice serializer 2025-08-26 02:08:44 +09:00
webhook Use create_with_id in the specs 2025-08-07 02:13:08 +09:00
access_control_spec.rb Use handle_validation_failure to handle attempts to modify Admin subject tag 2025-08-08 01:52:14 +09:00
account_spec.rb Use HTTP header instead of meta tag for OTP lockout refresh 2025-08-01 05:23:15 +09:00
auth_spec.rb Fix validation/generation account names for social login 2025-08-26 02:27:47 +09:00
cli_spec.rb Add Web Shell 2025-08-23 05:16:59 +09:00
clover_web_spec.rb Render error template if route did not use handle_validation_failure 2025-08-27 04:31:18 +09:00
firewall_spec.rb Use handle_validation_failure in the firewall attach/detach subnet route 2025-08-08 01:52:14 +09:00
github_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
inference_api_key_spec.rb Disable Lint/UnderscorePrefixedVariableName 2025-03-27 12:34:37 +03:00
inference_endpoint_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
inference_playground_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
kubernetes_cluster_spec.rb Use KubernetesNode instead of Vm in Kubernetes progs 2025-08-28 10:36:02 +02:00
load_balancer_spec.rb Require vm attached to load balancer be in same location 2025-08-23 04:18:26 +09:00
private_location_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
private_subnet_spec.rb Use normal HTML form submission for delete button with POST method 2025-08-08 01:52:14 +09:00
project_spec.rb Use handle_validation_failure earlier in project create route 2025-08-08 01:52:14 +09:00
spec_helper.rb Switch to multi phase login 2025-07-09 04:32:44 +09:00
token_spec.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
vm_spec.rb Use request.POST as fallback in cases where flash["old"] is not set 2025-08-08 01:52:14 +09:00