summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config
Commit message (Expand)AuthorAgeFilesLines
* Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-4/+4
* Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-311-0/+44
* Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-312-20/+13
|\
| * Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policyGrzegorz Bizon2017-08-301-20/+0
| * Raise exception when simplifiable ci entry incompleteGrzegorz Bizon2017-08-301-0/+13
* | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-2/+2
|/
* Add specs for attributable aspect of ci config entryGrzegorz Bizon2017-08-251-5/+22
* Fix Rubocop offense in CI/CD only/except policy classGrzegorz Bizon2017-08-251-1/+1
* Improve reporting of a CI/CD entry config locationGrzegorz Bizon2017-08-252-2/+2
* Use only/except policy that returns an arrayGrzegorz Bizon2017-08-251-1/+1
* Fix CI/CD trigger policy default valueGrzegorz Bizon2017-08-251-0/+6
* Add specs for a simplifiable CI/CD entry aspectGrzegorz Bizon2017-08-251-0/+75
* Implement complex only/except policy CI/CD configGrzegorz Bizon2017-08-251-0/+26
* Make it possible to define CI/CD config strategiesGrzegorz Bizon2017-08-251-31/+36
* Use aspect-oriented design in CI/CD config entriesGrzegorz Bizon2017-08-242-30/+16
* Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon2017-08-241-2/+2
* Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
* Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-171-0/+39
* Introduce cache policies for CI jobsNick Thomas2017-07-053-18/+46
* 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