Merge branch '17521-gitlab-ci-yml-templates' into 'master'
GitLab CI Yaml template dropdown
## What does this MR do?
Make it possible to select a dropdown for an easy start with GitLab CI.
## What are the relevant issue numbers?
Closes #17521
## TODO
- [ ] Backend
- [x] CHANGELOG item
- [x] Fix rubocop failure
- [x] API Support
- [x] New tests
- [x] Add disclaimer to the top of the gitlab-ci.yml
- [ ] Frontend
- [x] New tests
See merge request !4411
Showing
lib/api/gitignores.rb
deleted
100644 → 0
lib/api/templates.rb
0 → 100644
lib/gitlab/template/gitignore.rb
0 → 100644
lib/gitlab/template/gitlab_ci_yml.rb
0 → 100644
lib/tasks/gitlab/update_templates.rake
0 → 100644
vendor/gitignore/Global/Bazaar.gitignore
0 → 100644
vendor/gitignore/Global/README.md
0 → 100644
vendor/gitignore/Julia.gitignore
0 → 100644
vendor/gitignore/LICENSE
0 → 100644
vendor/gitignore/README.md
deleted
100644 → 0
vendor/gitlab-ci-yml/Docker.gitlab-ci.yml
0 → 100644
vendor/gitlab-ci-yml/Elixir.gitlab-ci.yml
0 → 100644
vendor/gitlab-ci-yml/LICENSE
0 → 100644
vendor/gitlab-ci-yml/Nodejs.gitlab-ci.yml
0 → 100644
vendor/gitlab-ci-yml/Ruby.gitlab-ci.yml
0 → 100644
Please
register
or
sign in
to comment