summaryrefslogtreecommitdiff
path: root/spec/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Test newline and carraige return groupsJared Deckard2016-12-281-0/+8
* Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-12/+12
* Make CI job script a required configuration entryGrzegorz Bizon2016-11-181-2/+2
* Add logical validation to gitlab-ci.ymlKamil Trzcinski2016-10-181-0/+46
* Fix specsKamil Trzcinski2016-10-171-1/+1
* Improve JwtController implementationpost-merge-improve-of-ci-permissionsKamil Trzcinski2016-09-201-3/+5
* Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+9
* Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-191-3/+18
|\
| * Fix validation regexs (+1 squashed commit)Kamil Trzcinski2016-09-191-2/+2
| * Fix CI job environment configuration attributesGrzegorz Bizon2016-09-191-2/+3
| * Update support for dynamic environmentsKamil Trzcinski2016-09-191-0/+14
* | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-0/+19
|/
* Fix invalid curl commandKatarzyna Kobierska2016-09-071-1/+1
* Code refactorKatarzyna Kobierska2016-09-071-1/+1
* Improve codeKatarzyna Kobierska2016-09-071-3/+6
* Code refactoringKatarzyna Kobierska2016-09-071-7/+20
* Fix errors and grammarKatarzyna Kobierska2016-09-071-4/+4
* Change class method nameKatarzyna Kobierska2016-09-071-8/+8
* Add class method to encapsulate exceptionKatarzyna Kobierska2016-09-071-0/+19
* Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-7/+9
* Use state machine for pipeline event processingKamil Trzcinski2016-08-111-1/+0
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-112-7/+8
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
* Remove empty context from CI config processor specsrubocop/enable-more-cops-for-empty-linesGrzegorz Bizon2016-08-051-3/+0
* Enable some Rubocop cops related to new linesGrzegorz Bizon2016-08-031-1/+0
* Move job dependencies entry to the new CI configGrzegorz Bizon2016-07-201-1/+1
* Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-201-66/+83
|\
| * Add implementation of manual actionsKamil Trzcinski2016-07-181-1/+1
| * Refactor gitlab_ci_yaml_processor variables testsKamil Trzcinski2016-07-171-52/+76
| * Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski2016-07-161-5/+5
| * Fix gitlab_ci_yaml_processor_spec.rbKamil Trzcinski2016-07-161-1/+1
| * Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-14/+7
* | Move job environment validation to new CI configGrzegorz Bizon2016-07-191-3/+3
* | Move tags and allow_failure CI entries to new configGrzegorz Bizon2016-07-181-2/+2
* | Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-181-6/+6
* | Move job variables config entry to new CI configGrzegorz Bizon2016-07-181-1/+1
* | Move except and only job nodes to new CI configGrzegorz Bizon2016-07-181-2/+2
* | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-181-4/+4
* | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-181-2/+2
|\ \ | |/
| * Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-2/+2
* | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-141-3/+3
* | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-141-2/+2
* | Improve CI job entry validations in new configGrzegorz Bizon2016-07-141-2/+2
* | Prevalidate CI entries recursively on processedGrzegorz Bizon2016-07-121-1/+1
* | Move after script CI job confg to new processorGrzegorz Bizon2016-07-101-1/+1
* | Add before_script node to CI job entry configGrzegorz Bizon2016-07-101-1/+1
* | Integrate CI job stage entry into CI configurationGrzegorz Bizon2016-07-091-3/+3
* | Move CI job config validations to new classesGrzegorz Bizon2016-07-061-1/+8
* | Create composite job entries in new CI configGrzegorz Bizon2016-07-051-2/+2
|/
* Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-051-17/+30
|\