gitlab-org--gitlab-foss/app/services/clusters
Thong Kuah 88800abcd8 Abstract out project out of ClustersController
To the extent possible swap out `project` with `clusterable`

- Abstract paths for showing cluster or clusters. This will allow us to
swap in alternative paths for group level cluster

- Push :project_id and :namespace_id params from the URL to the POST
body.

- Create a nice helper for to generate links for the destroy
action

For some reason, spec :project_id and :namespace_id param are not going
through `to_param` for a JSON format. Manually call `to_param` to fix
specs.

- Move :layout to BaseController
2018-11-01 19:36:58 +13:00
..
applications Remove un-used inheritance from service 2018-10-15 11:09:10 +13:00
gcp Store version within SUPPORTED_API_GROUPS hash 2018-10-23 23:52:34 +13:00
create_service.rb Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
update_service.rb Pass in project as kwarg for CreateService 2018-10-15 11:01:09 +13:00