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
2017-12-04Remove Auto DevOps checkboxes - backendbikebilly
2017-11-30Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda
2017-09-19Improve after code-reviewKamil Trzcinski
2017-09-19Add warning message if domain or cluster are not configuredbokebilly
2017-09-13AutoDevOps banner hidden on explicit CI configZeger-Jan van de Weg
Extends the helper method to no show the banner as soon as the project has a `.gitlab-ci.yml` file on the default branch. Fixes gitlab-org/gitlab-ce#37652
2017-09-12Allow all AutoDevOps banners to be disabledZeger-Jan van de Weg
Given the default in the development and production environment is false, the negation of enabling is used in the flag to signal you'd turn it off. It reads a bit awkward, but makes us have a migration less. Fixes gitlab-org/gitlab-ce#37653
2017-09-07Add has_auto_devops_implicitly_disabledKamil Trzcinski
2017-09-07Fixes rubocop offensesFilipa Lacerda
2017-09-05Fix AutoDevopsHelper settingsKamil Trzcinski
2017-09-05Fix spelling of AutoDevopsHelperKamil Trzcinski
2017-09-05Properly decide when to show Auto DevOps bannerKamil Trzcinski
- Only if user can manage project, - When Auto DevOps is not enabled, - When project configuration is set to implicit