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-04-26Submodule Dockerfile templatesZeger-Jan van de Weg
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Enable Style/WordArrayDouwe Maan
2016-12-23Rename "autodeploy" to "auto deploy"Adam Niedzielski
2016-12-21Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentAdam Niedzielski
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.
2016-11-08Allow to use Dockerfile templatesKamil Trzcinski
2016-08-16Load issues and merge requests templates from repositoryFelipe Artur
2016-06-20fixup! override content methodZ.J. van de Weg
2016-06-20Incorporate reviewZ.J. van de Weg
2016-06-20Add changelog item, fix rubocop issueZ.J. van de Weg
2016-06-20Implement backend gitlab ci dropdownZ.J. van de Weg
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.
2016-06-20Refactor Gitlab::GitignoresZJ van de Weg