gitlab-org--gitlab-foss/app
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
..
assets Convert clusters to use a top-level controller 2018-11-01 18:38:36 +13:00
controllers Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
finders Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
graphql Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
helpers Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
mailers Add IID headers to E-Mail notifications 2018-10-16 14:54:18 +02:00
models Merge branch 'rails5-deprecated-uniq' into 'master' 2018-10-29 18:35:05 +00:00
policies Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
presenters Add failure reason for execution timeout 2018-10-28 18:31:08 +00:00
serializers post merge pipeline and environments status 2018-10-29 11:34:41 +00:00
services Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
uploaders Backport of "Use Geo log to remove files when migrated to object storage" 2018-10-03 15:09:16 +00:00
validators Allow UrlValidator to work with attr_encrypted 2018-09-17 19:34:40 +01:00
views Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
workers Removes idenfitication by commit from Gitlab::Identifier 2018-10-25 11:36:26 +01:00