summaryrefslogtreecommitdiff
path: root/lib/ci/api
Commit message (Expand)AuthorAgeFilesLines
* Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-methodRémy Coutable2017-01-091-0/+10
* Ensure nil User-Agent doesn't break the CI APIRémy Coutable2016-12-211-1/+1
* Use a block to insert extra check for authenticate_build!fix-forbidden-for-build-api-for-deleted-projectLin Jen-Shin2016-12-201-3/+6
* Prefer unless over if notLin Jen-Shin2016-12-191-1/+1
* Use a separate method to skip validationLin Jen-Shin2016-12-192-3/+8
* Give forbidden if project for the build was deletedLin Jen-Shin2016-12-152-15/+11
* Send credentials array with build dataTomasz Maczukin2016-11-211-3/+5
* Send registry_url with build data to GitLab RunnerTomasz Maczukin2016-11-161-0/+4
* Extract method that checks if ci runner needs updateGrzegorz Bizon2016-10-031-4/+11
* Update runner version only when updating contacted_atKamil Trzcinski2016-10-032-14/+10
* Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-191-0/+9
|\
| * Properly create deployment using all possible optionsKamil Trzcinski2016-09-191-0/+9
* | Fix most of specsKamil Trzcinski2016-09-151-2/+2
* | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-152-1/+9
|\ \ | |/
| * Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-132-1/+9
* | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-3/+11
|/
* Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)2016-09-091-1/+3
|\
| * Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-1/+3
* | Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runnersKamil Trzcinski2016-09-072-4/+6
|/
* Add Sentry logging to API callsadd-sentry-logging-to-apiStan Hu2016-08-241-10/+2
* Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-171-0/+8
* Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-1/+0
* Prefer Ci::Build#erase_artifacts!Lin Jen-Shin2016-06-281-2/+1
* Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-1/+1
* Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-0/+1
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-172-1/+4
|\
| * Improve design based on reviewKamil Trzcinski2016-06-131-2/+2
| * Support expiration date in CI API when uploading artifactsKamil Trzcinski2016-06-132-1/+2
| * Allow to expire build artifactsKamil Trzcinski2016-06-131-0/+2
* | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
|\ \ | |/
| * Fix expose of TriggerRequestKamil Trzcinski2016-06-101-1/+1
| * Fix CI TriggerRequest entityrename-ci-commit-phase-4Kamil Trzcinski2016-06-091-1/+1
* | Prefer attributes_for_keys so that it ignores nilsLin Jen-Shin2016-06-091-7/+3
* | WIP, try to add views for locked runnersLin Jen-Shin2016-06-091-1/+2
|/
* Add minor corrections related to config of runnerGrzegorz Bizon2016-05-191-1/+1
* Improve setting default runner attrs when using APIGrzegorz Bizon2016-05-191-2/+5
* Set run untagged option when registering a runnerGrzegorz Bizon2016-05-191-9/+6
* Fix a few places where autoloading would failRémy Coutable2016-05-101-6/+4
* Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin2016-04-201-2/+3
* Fix some typos in documentationTomasz Maczukin2016-04-201-1/+1
* Add documentation of incremental trace update APITomasz Maczukin2016-04-201-1/+2
* Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-1/+11
* Add range checkingTomasz Maczukin2016-04-202-4/+18
* Add incremental build trace update APITomasz Maczukin2016-04-201-0/+9
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-191-18/+1
* Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-191-0/+3
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-2/+4
* And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-191-0/+16
* Merge branch 'fix-ci-runners-version-update' into 'master' Robert Speicher2016-01-273-4/+9
|\
| * Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-273-4/+9