summaryrefslogtreecommitdiff
path: root/lib/ci/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove CI API v1Zeger-Jan van de Weg2017-08-181-89/+0
* Fix current feature related specsTiago Botelho2017-06-281-1/+2
* Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-311-1/+5
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Enable Performance/RedundantMatchDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* 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-191-2/+7
* Give forbidden if project for the build was deletedLin Jen-Shin2016-12-151-2/+5
* Extract method that checks if ci runner needs updateGrzegorz Bizon2016-10-031-4/+11
* Update runner version only when updating contacted_atKamil Trzcinski2016-10-031-11/+7
* Fix most of specsKamil Trzcinski2016-09-151-2/+2
* Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-151-0/+8
|\
| * Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-131-0/+8
* | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-3/+11
|/
* Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runnersKamil Trzcinski2016-09-071-3/+5
* Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-271-3/+7
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+1
* Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-141-4/+0
|\
| * Add runners tokenKamil Trzcinski2015-12-111-4/+0
* | Ensure that runners registration token is presentGrzegorz Bizon2015-12-111-1/+1
* | Use new runners registration token to register CI runnersGrzegorz Bizon2015-12-111-1/+5
|/
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+11
* Spread out runner contacted_at updatesJacob Vosmaer2015-11-021-1/+3
* Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-051-6/+0
* Use 400 to notify that CI API is disabledallow-to-disable-ciKamil Trzcinski2015-09-181-1/+3
* Allow to disable GitLab CIKamil Trzcinski2015-09-181-0/+4
* Fix update_runner_info helperKamil Trzcinski2015-09-161-0/+2
* fix specs. Stage 2Valery Sizov2015-09-141-85/+4
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+114