gitlab-org--gitlab-foss/spec/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
platforms Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
providers Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
cluster_spec.rb Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
clusters_hierarchy_spec.rb Create CTE query for clusters hierarchy 2019-07-08 06:03:09 +00:00
group_spec.rb Associate clusters model to groups 2018-10-29 16:21:31 +13:00
kubernetes_namespace_spec.rb Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
project_spec.rb Remove legacy Kubernetes #actual_namespace 2019-05-21 11:38:11 -05:00