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-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
2016-12-16lintingKim "BKC" Carlbäcker
2016-12-15Convert CI YAML variables keys into stringsLin Jen-Shin
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