GitLab Bot
5f2254b006
Add latest changes from gitlab-org/gitlab@master
2024-07-29 09:07:34 +00:00
GitLab Bot
8a5138ed7d
Add latest changes from gitlab-org/gitlab@master
2023-04-14 12:08:53 +00:00
GitLab Bot
3c86701bc8
Add latest changes from gitlab-org/gitlab@master
2022-05-05 12:08:03 +00:00
GitLab Bot
b9e3013993
Add latest changes from gitlab-org/gitlab@master
2022-03-28 09:07:06 +00:00
GitLab Bot
204df35415
Add latest changes from gitlab-org/gitlab@master
2022-03-16 18:08:16 +00:00
GitLab Bot
f4963c8c9b
Add latest changes from gitlab-org/gitlab@master
2021-09-28 09:11:19 +00:00
GitLab Bot
e440e09fe4
Add latest changes from gitlab-org/gitlab@master
2021-08-09 18:08:33 +00:00
GitLab Bot
ff430539d5
Add latest changes from gitlab-org/gitlab@master
2020-07-13 15:09:08 +00:00
GitLab Bot
fa7ac2663b
Add latest changes from gitlab-org/gitlab@master
2020-06-24 06:09:01 +00:00
GitLab Bot
23d237110e
Add latest changes from gitlab-org/gitlab@master
2019-11-26 09:08:36 +00:00
GitLab Bot
1ef4b65f55
Add latest changes from gitlab-org/gitlab@master
2019-11-08 06:06:24 +00:00
James Fargher
f07d445b0c
Remove duplicate clusterable presenter method
2019-05-07 08:49:27 +12:00
Peter Leitzen
c8a530a319
Show health graphs on group-level
...
Tweak cluster helper and refactor its specs.
2019-05-06 16:24:14 +00:00
João Cunha
1186a6fd54
Sends update route to the client
...
- extends presenters to include update endpoint path
- sends path to the client on clusters clusters show view.
2019-03-05 08:32:51 +02:00
Thong Kuah
2c6a3f6a1a
Remove method as using nested resource routes
...
We introduced hidden_clusterable_fields in this MR but it is no longer
needed as we have gone back to nested resource routes which should
provide the params such as `project_id`.
2018-11-02 10:40:56 +13:00
Thong Kuah
3e7d483173
Add missing specs for Presenter
...
Also add missing interface in abstract class.
2018-11-02 09:49:52 +13:00
Thong Kuah
1163b23539
Move view and path concerns to presenters
...
- Move show path for cluster to ClusterPresenter
- Create ClusterablePresenter to encapsulate logic. Consolidates
scattered methods from BaseController and ClustersHelper into an object.
2018-11-01 19:37:32 +13:00