gitlab-org--gitlab-foss/app/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 Enables ingress for uninstallation 2019-07-02 12:59:59 +00:00
concerns Make ApplicationData a plain module include 2019-05-16 15:46:45 -05:00
platforms Move terminal construction logic to Environment 2019-06-25 09:22:20 +10:00
providers Inherit from ApplicationRecord instead of ActiveRecord::Base 2019-03-28 16:18:23 +00:00
cluster.rb Merge branch 'migrate_k8s_service_integration' into 'master' 2019-06-17 23:31:36 +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 Inherit from ApplicationRecord instead of ActiveRecord::Base 2019-03-28 16:18:23 +00:00
project.rb Remove legacy Kubernetes #actual_namespace 2019-05-21 11:38:11 -05:00