summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-195-18/+32
|\
| * Merge branch '19086-double-newline' into 'master' Sean McGivern2017-01-091-1/+1
| |\
| | * Replace carriage return combos with line breaks tagsJared Deckard2016-12-281-1/+1
| * | Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-methodRémy Coutable2017-01-091-0/+10
| |/
| * Ensure nil User-Agent doesn't break the CI APIRémy Coutable2016-12-211-1/+1
| * Merge branch 'fix-forbidden-for-build-api-for-deleted-project' into 'master' Grzegorz Bizon2016-12-202-15/+19
| |\
| | * 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-192-3/+8
| | * Give forbidden if project for the build was deletedLin Jen-Shin2016-12-152-15/+11
| * | Keep the value type for YAML variablesLin Jen-Shin2016-12-191-1/+1
| * | Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-1/+1
| |/
* | 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-152-12/+3
* | lintingKim "BKC" Carlbäcker2016-12-151-2/+2
* | typo-oKim "BKC" Carlbäcker2016-12-141-1/+1
* | Add BuildQueueWorker for injecting redis-keysKim "BKC" Carlbäcker2016-12-141-0/+1
* | First attemptKim "BKC" Carlbäcker2016-12-142-0/+20
|/
* Send credentials array with build dataTomasz Maczukin2016-11-211-3/+5
* Send registry_url with build data to GitLab RunnerTomasz Maczukin2016-11-161-0/+4
* Improve naming convention in ci configuration modulefix/improve-naming-convention-in-ci-configGrzegorz Bizon2016-11-141-1/+1
* Add logical validation to gitlab-ci.ymlKamil Trzcinski2016-10-181-0/+30
* Extract method that checks if ci runner needs updateGrzegorz Bizon2016-10-031-4/+11
* Update runner version only when updating contacted_atKamil Trzcinski2016-10-032-14/+10
* Expose jobs to viewKatarzyna Kobierska2016-09-301-3/+1
* Add missing values to linterKatarzyna Kobierska2016-09-301-0/+2
* Remove duplicate VersionInfo classRobert Speicher2016-09-291-52/+0
* Improve JwtController implementationpost-merge-improve-of-ci-permissionsKamil Trzcinski2016-09-201-1/+2
* Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+3
* Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-192-1/+11
|\
| * Fix CI job environment configuration attributesGrzegorz Bizon2016-09-191-1/+1
| * Properly create deployment using all possible optionsKamil Trzcinski2016-09-191-0/+9
| * Add new CI configuration entry for the environmentGrzegorz Bizon2016-09-191-1/+2
* | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-0/+9
* | Fix most of specsKamil Trzcinski2016-09-151-2/+2
* | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-152-1/+9
|\ \ | |/
| * Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-132-1/+9
* | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-3/+11
|/
* 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
* | Merge branch 'change-update-interval-of-runners' into 'master' Yorick Peterse2016-09-082-4/+6
|\ \
| * | Change update interval of runners when trying to preserve contacted_atchange-update-interval-of-runnersKamil Trzcinski2016-09-072-4/+6
| |/
* | Merge branch 'refactor/ci-config-add-logical-validation' into 'master' Rémy Coutable2016-09-071-10/+5
|\ \
| * | Add method that returns commands for ci job entryGrzegorz Bizon2016-08-291-6/+1
| * | Do not override job nodes in legacy ci config codeGrzegorz Bizon2016-08-291-5/+5
| |/
* | Code refactorKatarzyna Kobierska2016-09-071-0/+1
* | Improve codeKatarzyna Kobierska2016-09-071-9/+6
* | Code refactoringKatarzyna Kobierska2016-09-071-6/+10