summaryrefslogtreecommitdiff
path: root/lib/api/v3/triggers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-2/+2
|
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+2
| | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
* Use pipeline.trigger_requests.lastfix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequestShinya Maeda2017-09-051-1/+1
|
* Fix trigger_request.variablesShinya Maeda2017-09-041-4/+2
|
* Fix specShinya Maeda2017-09-041-2/+3
|
* Revert autheticate! in Trigger APIShinya Maeda2017-09-041-4/+4
|
* Remove CreateTriggerRequestService and forbit to save variables on ↵Shinya Maeda2017-09-041-12/+19
| | | | Ci::TriggerRequest
* Use struct instead of hashLin Jen-Shin2017-07-201-2/+2
|
* Use hash to return multiple objectsLin Jen-Shin2017-07-201-3/+3
|
* Try to report why it's failing and fix testsLin Jen-Shin2017-06-061-3/+4
|
* 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
| | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update triggers APIKamil Trzcinski2017-03-051-2/+75
|
* Backport API to V3Robert Schilling2017-02-281-0/+30