summaryrefslogtreecommitdiff
path: root/db/migrate/20170828093725_create_project_auto_dev_ops.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix ordering of columns on new tableZeger-Jan van de Weg2017-09-071-8/+3
|
* Incorporate another round of feedbackZeger-Jan van de Weg2017-09-061-1/+1
|
* Incorporate reviewZeger-Jan van de Weg2017-09-041-2/+2
|
* Form for setting project auto devops settingsZeger-Jan van de Weg2017-08-311-1/+1
|
* Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-0/+24
Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777