summaryrefslogtreecommitdiff
path: root/lib/api/triggers.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-0/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-21/+0
* Update Triggers documentation per EEYorick Peterse2019-03-041-1/+1
* Present all pipeline triggers using trigger presenterGrzegorz Bizon2019-01-311-3/+3
* Do not expose trigger token when user should not see itGrzegorz Bizon2019-01-311-2/+2
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-5/+5
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+2
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* | Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-1/+1
|/
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-4/+4
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+2
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-4/+1
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* initShinya Maeda2017-07-281-13/+10
* Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-251-5/+6
|\
| * Use struct instead of hashLin Jen-Shin2017-07-201-1/+1
| * Use hash to return multiple objectsLin Jen-Shin2017-07-201-2/+2
| * Try to report why it's failing and fix testsLin Jen-Shin2017-06-061-4/+5
* | Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
|/
* Allow dot in branch name in trigger/builds endpoint in APIGeorge Andrinopoulos2017-03-201-1/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-1/+1
* Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-9/+13
* Update triggers APIKamil Trzcinski2017-03-051-11/+57
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+0
* Simplyfy variables validation in triggers APIapi-simplify-variables-validationRobert Schilling2017-02-241-8/+3
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-0/+5
* API: Use `#find_project` in API::Triggers and API::ServicesRémy Coutable2016-11-241-1/+1
* Add ref parameter for triggerring builds with gitlab webhook from other project.Dmitry Poray2016-11-151-1/+1
* Grapify token APIRobert Schilling2016-11-101-46/+30
* Make the CI permission model simplerKamil Trzcinski2016-02-021-4/+4
* Add some fixes after reviewTomasz Maczukin2016-01-131-6/+5
* Change 'trigger_id' to 'token' as resource ID in triggers APITomasz Maczukin2016-01-071-17/+8
* Get show details feature to triggers APITomasz Maczukin2016-01-051-0/+26
* Add create feature to triggers APITomasz Maczukin2016-01-051-0/+16
* Add delete feature to triggers APITomasz Maczukin2016-01-051-0/+19
* Add triggers feature to APITomasz Maczukin2016-01-041-0/+18
* Fix triggers testsKamil Trzcinski2015-12-111-1/+1
* Reimplement Trigger APIKamil Trzcinski2015-12-111-0/+48