summaryrefslogtreecommitdiff
path: root/spec/requests/api/templates_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Convert the license template API to use the new LicenseTemplateFinderNick Thomas2018-08-151-0/+3
|
* Fix test failures with licensee 8.9Pirate Praveen2018-03-201-1/+1
|
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-6/+6
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licenseeConnor Shea2017-02-221-4/+4
| | | | Changelog: https://github.com/benbalter/licensee/releases
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+4
|
* Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removalOswaldo Ferreira2017-02-131-40/+18
|
* Create a new /templates API namespaceThomas Balthazar2016-10-121-28/+176
| | | | | | 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.
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-31/+34
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-3/+3
|
* Incorporate reviewZ.J. van de Weg2016-06-201-0/+9
|
* Implement backend gitlab ci dropdownZ.J. van de Weg2016-06-201-0/+43
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.