gitlab-org--gitlab-foss/spec/models/clusters
Thong Kuah 3bc76511a0 Create CTE query for clusters hierarchy
- This enables us to use a scope to query all clusters in group
hierarchy order in one query, and also enables us to union to instance
clusters later.

- Handle case where clusters not present at level. In which case the
query should go ahead and return the next level's clusters.

- Swap with new CTE query behind Feature flag. This FF is default
disabled.
2019-07-08 06:03:09 +00:00
..
applications
platforms
providers
cluster_spec.rb
clusters_hierarchy_spec.rb Create CTE query for clusters hierarchy 2019-07-08 06:03:09 +00:00
group_spec.rb
kubernetes_namespace_spec.rb
project_spec.rb