summaryrefslogtreecommitdiff
path: root/lib/ci
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
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-102-2/+2
* Just enforce the output encoding for Ansi2htmlLin Jen-Shin2017-04-181-1/+1
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-062-28/+46
* Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-312-11/+10
* Fix regression in runners registration v1 apifix/regression-in-runners-registration-v1-apiTomasz Maczukin2017-03-131-2/+2
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-1/+1
|\
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-1/+1
* | Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-061-1/+1
|/
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Backport new behavior to CI APIRobert Schilling2017-02-282-0/+3
* Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-244-60/+85
|\
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-2/+2
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-15/+15
| * Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
| * Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-0/+44
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-15/+15
| * Enable Performance/RedundantMatchDouwe Maan2017-02-231-1/+1
| * Enable Style/MutableConstantDouwe Maan2017-02-232-4/+4
| * Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
| * Merge branch 'grapify-ci-runners-api' into 'master' Rémy Coutable2017-02-221-26/+18
| |\
| | * Grapify the CI::Runners APIgrapify-ci-runners-apiRobert Schilling2017-02-221-26/+18
| * | Grapfiy the CI::Triggers APIgrapify-ci-triggers-apiRobert Schilling2017-02-221-27/+16
| |/
| * No more and/orDouwe Maan2017-02-211-1/+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
|/
* Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-021-0/+1
|\
| * Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-1/+1
| * Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo2017-01-251-1/+1
| * Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo2017-01-251-1/+1
| * Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-251-0/+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-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