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/spec/lib/ci
AgeCommit message (Expand)Author
2016-09-20Improve JwtController implementationKamil Trzcinski
2016-09-20Post-merge improve of CI permissionsKamil Trzcinski
2016-09-19Merge branch 'master' into per-build-tokenKamil Trzcinski
2016-09-19Don't leak build tokens in build logsKamil Trzcinski
2016-09-19Fix validation regexs (+1 squashed commit)Kamil Trzcinski
2016-09-19Fix CI job environment configuration attributesGrzegorz Bizon
2016-09-19Update support for dynamic environmentsKamil Trzcinski
2016-09-07Fix invalid curl commandKatarzyna Kobierska
2016-09-07Code refactorKatarzyna Kobierska
2016-09-07Improve codeKatarzyna Kobierska
2016-09-07Code refactoringKatarzyna Kobierska
2016-09-07Fix errors and grammarKatarzyna Kobierska
2016-09-07Change class method nameKatarzyna Kobierska
2016-09-07Add class method to encapsulate exceptionKatarzyna Kobierska
2016-08-11Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski
2016-08-11Use state machine for pipeline event processingKamil Trzcinski
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-08-05Remove empty context from CI config processor specsGrzegorz Bizon
2016-08-03Enable some Rubocop cops related to new linesGrzegorz Bizon
2016-07-20Move job dependencies entry to the new CI configGrzegorz Bizon
2016-07-20Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon
2016-07-19Move job environment validation to new CI configGrzegorz Bizon
2016-07-18Move tags and allow_failure CI entries to new configGrzegorz Bizon
2016-07-18Move job artifacts configuration new CI config codeGrzegorz Bizon
2016-07-18Add implementation of manual actionsKamil Trzcinski
2016-07-18Move job variables config entry to new CI configGrzegorz Bizon
2016-07-18Move except and only job nodes to new CI configGrzegorz Bizon
2016-07-18Move job image and services nodes to new CI configGrzegorz Bizon
2016-07-18Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon
2016-07-17Refactor gitlab_ci_yaml_processor variables testsKamil Trzcinski
2016-07-16Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski
2016-07-16Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
2016-07-14Remove job cache configfrom legacy yaml processorGrzegorz Bizon
2016-07-14Revert logical validation in CI job stage entryGrzegorz Bizon
2016-07-14Improve CI job entry validations in new configGrzegorz Bizon
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-12Prevalidate CI entries recursively on processedGrzegorz Bizon
2016-07-10Move after script CI job confg to new processorGrzegorz Bizon
2016-07-10Add before_script node to CI job entry configGrzegorz Bizon
2016-07-09Integrate CI job stage entry into CI configurationGrzegorz Bizon
2016-07-06Move CI job config validations to new classesGrzegorz Bizon
2016-07-05Create composite job entries in new CI configGrzegorz Bizon
2016-07-05Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable
2016-07-04Add minor improvements in readability in CI configGrzegorz Bizon
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-29Add global cache config entry to new CI configGrzegorz Bizon
2016-06-28Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon
2016-06-27Merge branch 'test-gitlab-ci-ymls' into 'master' Rémy Coutable