summaryrefslogtreecommitdiff
path: root/lib/api/triggers.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions.
* 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