summaryrefslogtreecommitdiff
path: root/lib/ci/api/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* 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