summaryrefslogtreecommitdiff
path: root/lib/ci/api/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* Update runner version only when updating contacted_atKamil Trzcinski2016-10-031-3/+3
* Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-131-1/+1
* 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-071-1/+1
|/
* 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
* Support expiration date in CI API when uploading artifactsKamil Trzcinski2016-06-131-1/+1
* Allow to expire build artifactsKamil Trzcinski2016-06-131-0/+2
* 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-201-4/+16
* 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
* Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-271-1/+1
* Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-2/+2
* Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-141-8/+7
* Update build artifacts APIGrzegorz Bizon2016-01-141-9/+8
* Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon2016-01-141-4/+16
* Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-0/+2
* Final fixesKamil Trzcinski2015-11-101-1/+1
* Use normal file upload mechanism to upload artifactsKamil Trzcinski2015-11-101-9/+7
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+102
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+53