summaryrefslogtreecommitdiff
path: root/spec/requests/api/triggers_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Allow dot in branch name in trigger/builds endpoint in APIGeorge Andrinopoulos2017-03-201-8/+22
* Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-4/+4
* Update after reviewKamil Trzcinski2017-03-061-1/+1
* Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-32/+115
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+2
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+1
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-1/+1
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Add ref parameter for triggerring builds with gitlab webhook from other project.Dmitry Poray2016-11-151-0/+7
* Grapify token APIRobert Schilling2016-11-101-1/+1
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+2
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-22/+22
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-22/+22
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-6/+6
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Add some fixes after reviewTomasz Maczukin2016-01-131-6/+6
* Change 'trigger_id' to 'token' as resource ID in triggers APITomasz Maczukin2016-01-071-28/+14
* Get show details feature to triggers APITomasz Maczukin2016-01-051-5/+51
* Add create feature to triggers APITomasz Maczukin2016-01-051-0/+29
* Add delete feature to triggers APITomasz Maczukin2016-01-051-0/+33
* Add triggers feature to APITomasz Maczukin2016-01-041-4/+41
* Fix triggers testsKamil Trzcinski2015-12-111-4/+4
* Reimplement Trigger APIKamil Trzcinski2015-12-111-0/+80