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
providers
cluster_spec.rb
clusters_hierarchy_spec.rb
group_spec.rb
kubernetes_namespace_spec.rb
project_spec.rb