summaryrefslogtreecommitdiff
path: root/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-10/+10
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-10/+10
* Enable Style/WordArrayDouwe Maan2017-02-231-17/+17
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-10/+10
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Enable Style/DotPositionDouwe Maan2017-02-231-10/+10
* Make sure our current .gitlab-ci.yml is validtest-for-current-gitlab-ci-ymlLin Jen-Shin2017-02-101-0/+10
* Fix Rubocop offense in legacy CI/CD config specsGrzegorz Bizon2017-02-061-1/+1
* Remove coverage entry from global CI/CD optionsGrzegorz Bizon2017-02-041-17/+8
* Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-251-2/+9
* Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-251-3/+3
* Improve specs styles/organization and add some more specsLeandro Camargo2017-01-251-1/+1
* Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-251-2/+7
* Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-13/+4
* Add specs to cover the implemented feature and fix a small bugLeandro Camargo2017-01-251-0/+31
* Do not check for valid url for .gitlab-ci.ymlZ.J. van de Weg2017-01-051-0/+13
* 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
* 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
* 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
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-7/+7
* 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