ubicloud/views
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
..
account Use handle_validation_failure in account login method routes 2025-08-08 01:52:14 +09:00
auth Use HTTP header instead of meta tag for OTP lockout refresh 2025-08-01 05:23:15 +09:00
components Remove flash["old"] 2025-08-27 04:31:18 +09:00
email Make EmailRenderer a Roda app using the mailer plugin 2025-02-05 10:16:51 -08:00
github Stop using serializer for github cache route 2025-08-26 02:08:44 +09:00
inference Add LoadBalancer#health_check_url 2025-08-27 04:31:08 +09:00
kubernetes-cluster Use KubernetesNode instead of Vm in Kubernetes progs 2025-08-28 10:36:02 +02:00
layouts Replace remaining use of @project_data with @project_permissions 2025-08-26 02:08:44 +09:00
networking Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
postgres Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
private-location Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
project Remove flash["old"] 2025-08-27 04:31:18 +09:00
vm Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
cli.erb Add Web Shell 2025-08-23 05:16:59 +09:00
error.erb Revert "Revert "Update error response title with PascalCase type"" 2024-04-25 00:06:04 -07:00