summaryrefslogtreecommitdiff
path: root/lib/gitlab/template
Commit message (Collapse)AuthorAgeFilesLines
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Sort templates when fetching themZeger-Jan van de Weg2017-08-311-1/+5
| | | | | Used to rely on the underlying filesystem to sort the entries, now its forced to be sorted on the name of the template.
* Submodule Dockerfile templatesZeger-Jan van de Weg2017-04-261-2/+2
|
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
|
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|
* Rename "autodeploy" to "auto deploy"auto-deploy-with-spaceAdam Niedzielski2016-12-231-2/+2
|
* Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-211-2/+8
| | | | | | The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
* Allow to use Dockerfile templatesKamil Trzcinski2016-11-081-0/+30
|
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-168-27/+226
|
* fixup! override content methodZ.J. van de Weg2016-06-202-15/+18
|
* Incorporate reviewZ.J. van de Weg2016-06-202-2/+4
|
* Add changelog item, fix rubocop issueZ.J. van de Weg2016-06-201-1/+1
|
* Implement backend gitlab ci dropdownZ.J. van de Weg2016-06-203-14/+48
| | | | | | | This commit builds on the groundwork in ee008e300b1ec0abcc90e6a30816ec0754cea0dd, which refactored the backend so the same code could be used for new dropdowns. In this commit its used for templates for the `.gitlab-ci.yml` files.
* Refactor Gitlab::GitignoresZJ van de Weg2016-06-202-0/+77