Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Track and act upon the number of executed queriesquery-counts | Yorick Peterse | 2018-02-01 | 1 | -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-triggerrequest | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Fix trigger_request.variables | Shinya Maeda | 2017-09-04 | 1 | -4/+2 |
| | |||||
* | Fix spec | Shinya Maeda | 2017-09-04 | 1 | -2/+3 |
| | |||||
* | Revert autheticate! in Trigger API | Shinya Maeda | 2017-09-04 | 1 | -4/+4 |
| | |||||
* | Remove CreateTriggerRequestService and forbit to save variables on ↵ | Shinya Maeda | 2017-09-04 | 1 | -12/+19 |
| | | | | Ci::TriggerRequest | ||||
* | Use struct instead of hash | Lin Jen-Shin | 2017-07-20 | 1 | -2/+2 |
| | |||||
* | Use hash to return multiple objects | Lin Jen-Shin | 2017-07-20 | 1 | -3/+3 |
| | |||||
* | Try to report why it's failing and fix tests | Lin Jen-Shin | 2017-06-06 | 1 | -3/+4 |
| | |||||
* | Allow dot in branch name in trigger/builds endpoint in API | George Andrinopoulos | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update triggers API | Kamil Trzcinski | 2017-03-05 | 1 | -2/+75 |
| | |||||
* | Backport API to V3 | Robert Schilling | 2017-02-28 | 1 | -0/+30 |