Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-06Remove duplicate clusterable presenter methodJames Fargher
2019-05-06Show health graphs on group-levelPeter Leitzen
Tweak cluster helper and refactor its specs.
2019-03-05Sends update route to the clientJoão Cunha
- extends presenters to include update endpoint path - sends path to the client on clusters clusters show view.
2018-12-06Correct link to group clusters docsThong Kuah
Not project clusters
2018-11-08Reverse view override as EE has an override tooThong Kuah
Use presenters instead otherwise we will have x2 overides in EE
2018-11-08Refactor to use presenterThong Kuah
Refacotr project or group specific `if` logic to be contained within each presenter instead. Also add :override to ensure super method exists.
2018-11-08Rename is_project? to project?Mike Greiling
2018-11-08Update empty state for group clusters indexMike Greiling
2018-11-08Extend clusters_controller for group type clustersThong Kuah
- Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups