summaryrefslogtreecommitdiff
path: root/lib/ci/api/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Add missing specsKamil Trzcinski2017-06-011-4/+4
* Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-011-1/+1
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-7/+5
* Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-311-10/+5
* Refactor JobRequest response structureTomasz Maczukin2017-03-021-1/+1
* Backport new behavior to CI APIRobert Schilling2017-02-281-0/+1
* rubocop: Align the operands of an expressionLin Jen-Shin2017-02-151-2/+2
* Use the same syntax for default expirationLin Jen-Shin2017-02-151-1/+4
* Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-1/+1
* Return struct instead of multiple valuesKamil Trzcinski2017-01-251-5/+5
* Fix specsKamil Trzcinski2017-01-251-0/+1
* Fix picking CI buildsKamil Trzcinski2017-01-251-9/+15
* Remove unneeded code and fix offensesbackport-ee-changes-for-build-minutesKamil Trzcinski2017-01-251-1/+1
* Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_...Kamil Trzcinski2017-01-201-2/+2
* Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-191-13/+6
|\
| * Use a separate method to skip validationLin Jen-Shin2016-12-191-1/+1
| * Give forbidden if project for the build was deletedLin Jen-Shin2016-12-151-13/+6
* | WIP: Add tests and make sure that headers are set21698-redis-runner-last-buildLin Jen-Shin2017-01-041-2/+2
* | Do things in the correct orderKim "BKC" Carlbäcker2016-12-161-1/+2
* | #NamingThingsKim "BKC" Carlbäcker2016-12-161-8/+4
* | Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker2016-12-151-8/+3
* | lintingKim "BKC" Carlbäcker2016-12-151-2/+2
* | typo-oKim "BKC" Carlbäcker2016-12-141-1/+1
* | First attemptKim "BKC" Carlbäcker2016-12-141-0/+17
|/
* 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