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
2019-03-12Enable/disable Auto DevOps at Group levelMayra Cabrera
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
2019-02-07Addresses UX and BE comments:Mayra Cabrera
- Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
2018-09-18Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith
2018-02-02Rename AutoDevopsHelper helper methodsMatija Čupić
2018-02-02Add specs for .auto_devops_warning_messageMatija Čupić
2017-12-04Remove Auto DevOps checkboxes - backendbikebilly
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-09-13Fix extra space in YAML arrayZeger-Jan van de Weg
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-06Add specs for AutoDevopsHelperKamil Trzcinski