gitlab-org--gitlab-foss/app/models/clusters
Dylan Griffith dcdc04ab46 Fix performance issue in Helm#can_uninstall?
Calling #present? was causing a DB query to happen each time around the
loop. We only wanted to check for nil as it's nil in the first loop
around so there is no need for #present?
2019-08-13 15:18:59 +10:00
..
applications Fix performance issue in Helm#can_uninstall? 2019-08-13 15:18:59 +10:00
concerns Enable GitLabb runner to be uninstalled from cluster 2019-07-16 16:11:10 +00:00
platforms Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
providers Inherit from ApplicationRecord instead of ActiveRecord::Base 2019-03-28 16:18:23 +00:00
cluster.rb Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
clusters_hierarchy.rb Create CTE query for clusters hierarchy 2019-07-08 06:03:09 +00:00
group.rb Inherit from ApplicationRecord instead of ActiveRecord::Base 2019-03-28 16:18:23 +00:00
instance.rb Remove instance_clusters feature_flag 2019-06-28 01:24:05 +12:00
kubernetes_namespace.rb Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
project.rb Remove legacy Kubernetes #actual_namespace 2019-05-21 11:38:11 -05:00