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
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-08-16Upgrade grape to 1.0Zeger-Jan van de Weg
Main feature was the deprication of the Hashie stuff, so the access by calling keys as method is gone now.
2017-02-17Backport API to v3Robert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-13Remove deprecated templates endpoints in V4Oswaldo Ferreira
2016-12-16Update templates.rbKamil TrzciƄski
2016-11-08Refactored JSLuke "Jared" Bennett
Added spec
2016-11-08Allow to use Dockerfile templatesKamil Trzcinski
2016-10-12Create a new /templates API namespaceThomas Balthazar
The /licenses, /gitignores and /gitlab_ci_ymls endpoints are now also available under a new /templates namespace. Old endpoints will be deprecated when GitLab 9.0.0 is released.
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-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