Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/ci/api
AgeCommit message (Expand)Author
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-03-31Backport API changes needed to fix sticking in EEYorick Peterse
2017-03-13Fix regression in runners registration v1 apiTomasz Maczukin
2017-03-02Refactor JobRequest response structureTomasz Maczukin
2017-02-28Backport new behavior to CI APIRobert Schilling
2017-02-24Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Performance/RedundantMatchDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-22Merge branch 'grapify-ci-runners-api' into 'master' Rémy Coutable
2017-02-22Grapify the CI::Runners APIRobert Schilling
2017-02-22Grapfiy the CI::Triggers APIRobert Schilling
2017-02-15rubocop: Align the operands of an expressionLin Jen-Shin
2017-02-15Use the same syntax for default expirationLin Jen-Shin
2017-02-15Initial implementation for default artifacts expirationLin Jen-Shin
2017-01-25Return struct instead of multiple valuesKamil Trzcinski
2017-01-25Fix specsKamil Trzcinski
2017-01-25Fix picking CI buildsKamil Trzcinski
2017-01-25Remove unneeded code and fix offensesKamil Trzcinski
2017-01-20Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_...Kamil Trzcinski
2017-01-19Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski
2017-01-09Don't instrument 405 Grape callsRémy Coutable
2017-01-04WIP: Add tests and make sure that headers are setLin Jen-Shin
2016-12-21Ensure nil User-Agent doesn't break the CI APIRémy Coutable
2016-12-19Use a block to insert extra check for authenticate_build!Lin Jen-Shin
2016-12-19Prefer unless over if notLin Jen-Shin
2016-12-19Use a separate method to skip validationLin Jen-Shin
2016-12-16Do things in the correct orderKim "BKC" Carlbäcker
2016-12-16#NamingThingsKim "BKC" Carlbäcker
2016-12-16Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker
2016-12-16lintingKim "BKC" Carlbäcker
2016-12-14Give forbidden if project for the build was deletedLin Jen-Shin
2016-12-14typo-oKim "BKC" Carlbäcker
2016-12-14Add BuildQueueWorker for injecting redis-keysKim "BKC" Carlbäcker
2016-12-14First attemptKim "BKC" Carlbäcker
2016-11-21Send credentials array with build dataTomasz Maczukin
2016-11-16Send registry_url with build data to GitLab RunnerTomasz Maczukin
2016-10-03Extract method that checks if ci runner needs updateGrzegorz Bizon
2016-10-03Update runner version only when updating contacted_atKamil Trzcinski
2016-09-19Merge branch 'master' into per-build-tokenKamil Trzcinski
2016-09-19Properly create deployment using all possible optionsKamil Trzcinski
2016-09-15Fix most of specsKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski
2016-09-13Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-09-09Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)
2016-09-07Change update interval of runners when trying to preserve contacted_atKamil Trzcinski
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer