summaryrefslogtreecommitdiff
path: root/spec/finders/cluster_ancestors_finder_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow projects to use instance level clustersJames Fargher2019-05-071-8/+21
| | | | | | There are two cluster hierarchies one for the deployment platform and one for controllers. The main difference is that deployment platforms do not check user permissions and only return the first match.
* Check can :read_clusters in finderThong Kuah2018-12-171-0/+16
| | | | | This is in addtion to the can checks we have in the controller, as a finder can be used elsewhere in the future.
* Show clusters of ancestors in cluster list pageThong Kuah2018-12-171-0/+61
Show both the cluster(s) of the clusterable, and the cluster(s) of ancestor groups.