summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop offenseschange-extended-docker-configuration-syntaxTomasz Maczukin2017-07-022-5/+5
* Make entrypoint and command keys to be array of stringsTomasz Maczukin2017-07-022-5/+5
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-147-16/+48
* Add support for docker image configuration in .gitlab-ci.ymlTomasz Maczukin2017-06-125-57/+228
* Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-152-2/+10
|\
| * Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-072-2/+10
* | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
|/
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-2/+2
* Merge remote-tracking branch 'upstream/master' into set-default-cache-key-for...Lin Jen-Shin2017-03-073-0/+83
|\
| * Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-063-0/+83
* | No need to set cache:key if no path was specifiedLin Jen-Shin2017-03-032-6/+3
* | Only test against the default key, feedback:Lin Jen-Shin2017-03-031-3/+2
* | Restore Unspecified and we could discuss laterLin Jen-Shin2017-03-031-0/+32
* | Set default cache key for jobs, detail:Lin Jen-Shin2017-03-027-38/+30
|/
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-2322-119/+119
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-2322-119/+119
* Fix new offensesDouwe Maan2017-02-232-7/+7
* Enable Style/WordArrayDouwe Maan2017-02-234-12/+12
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-2322-112/+112
* Fix code for copsDouwe Maan2017-02-232-7/+7
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-233-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-2322-112/+112
* Remove coverage entry from global CI/CD optionsGrzegorz Bizon2017-02-041-6/+6
* Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-252-3/+3
* Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-251-11/+6
* Improve specs styles/organization and add some more specsLeandro Camargo2017-01-252-13/+30
* Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-7/+7
* Add specs to cover the implemented feature and fix a small bugLeandro Camargo2017-01-253-5/+66
* Do not check for valid url for .gitlab-ci.ymlZ.J. van de Weg2017-01-051-17/+0
* Fix entry lookup in CI config inheritance rulesGrzegorz Bizon2016-11-221-1/+3
* Extend specs for global ci configuration entryGrzegorz Bizon2016-11-221-18/+31
* Remove CI config helper with same name as an entryGrzegorz Bizon2016-11-181-29/+29
* Make CI job script a required configuration entryGrzegorz Bizon2016-11-181-3/+11
* Change name of method for setting CI config entriesGrzegorz Bizon2016-11-141-2/+2
* Improve naming convention in ci configuration modulefix/improve-naming-convention-in-ci-configGrzegorz Bizon2016-11-1425-63/+63
* Fix specsKamil Trzcinski2016-10-171-1/+1
* Add specs to test on_stop and action on environmentsKamil Trzcinski2016-10-171-2/+2
* Improve after code reviewKamil Trzcinski2016-10-171-0/+62
* Add validation of URL and validation of nameKamil Trzcinski2016-09-191-0/+30
* Add new CI configuration entry for the environmentGrzegorz Bizon2016-09-191-0/+125
* Merge branch 'master' into refactor/ci-config-add-logical-validationrefactor/ci-config-add-logical-validationGrzegorz Bizon2016-09-032-15/+4
|\
| * Rename CI config hidden job entry to hidden entryGrzegorz Bizon2016-08-292-2/+2
| * Do not enforce using a hash with hidden ci keyGrzegorz Bizon2016-08-291-13/+2
* | Use double instead of spy in job config node specsGrzegorz Bizon2016-09-031-1/+1
* | Add method that returns commands for ci job entryGrzegorz Bizon2016-08-293-24/+43
* | Make it possible to inherit global ci config nodesGrzegorz Bizon2016-08-292-8/+65
* | Add [] method for accessing ci entry dependenciesGrzegorz Bizon2016-08-251-0/+23
* | Remove temporary stub method from ci config nodesGrzegorz Bizon2016-08-255-18/+22
* | Rename unspecified and undefined CI config nodesGrzegorz Bizon2016-08-255-56/+57
|/
* Memoize CI config node validator to prevent leaksfix/improve-ci-node-validatable-to-prevent-memory-leakGrzegorz Bizon2016-08-091-0/+4