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
AgeCommit message (Expand)Author
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-04-18Just enforce the output encoding for Ansi2htmlLin Jen-Shin
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-07Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński
2017-03-06Ignore job by default if it is a manual actionGrzegorz Bizon
2017-03-02Refactor JobRequest response structureTomasz Maczukin
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
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-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Style/EmptyLineBetweenDefsDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Performance/RedundantMatchDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-23Enable Style/DotPositionDouwe 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-22No more and/orDouwe Maan
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-02-02Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan
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-25Simplify coverage setting and comply to some requests in code reviewLeandro Camargo
2017-01-25Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo
2017-01-25Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo
2017-01-25Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo
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-09Merge branch '19086-double-newline' into 'master' Sean McGivern
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-29Replace carriage return combos with line breaks tagsJared Deckard
2016-12-21Ensure nil User-Agent doesn't break the CI APIRémy Coutable
2016-12-20Merge branch 'fix-forbidden-for-build-api-for-deleted-project' into 'master' Grzegorz Bizon
2016-12-19Use a block to insert extra check for authenticate_build!Lin Jen-Shin
2016-12-19Keep the value type for YAML variablesLin 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