summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/config
Commit message (Expand)AuthorAgeFilesLines
* Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-072-1/+11
* Merge remote-tracking branch 'upstream/master' into set-default-cache-key-for...Lin Jen-Shin2017-03-071-1/+10
|\
| * Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-061-1/+10
| * Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-4/+0
| * Make manual actions blockingKamil Trzcinski2017-03-061-0/+4
* | No need to set cache:key if no path was specifiedLin Jen-Shin2017-03-031-4/+0
* | Restore Unspecified and we could discuss laterLin Jen-Shin2017-03-033-20/+26
* | Fix tests for added default cache keyLin Jen-Shin2017-03-031-2/+12
* | Set default cache key for jobs, detail:Lin Jen-Shin2017-03-026-24/+32
|/
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-013-3/+3
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-233-14/+14
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-233-14/+14
* Fix new offensesDouwe Maan2017-02-232-2/+2
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-2/+4
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-233-12/+12
* Fix code for copsDouwe Maan2017-02-232-2/+2
* Enable Style/MutableConstantDouwe Maan2017-02-234-4/+4
* Enable Style/DotPositionDouwe Maan2017-02-233-12/+12
* Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable2017-02-131-1/+1
|\
| * Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* | Remove coverage entry from global CI/CD optionsGrzegorz Bizon2017-02-041-4/+1
|/
* Make some other refinements to validation logicLeandro Camargo2017-01-251-2/+2
* Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-252-8/+8
* Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-253-17/+40
* Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-252-4/+3
* Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-15/+5
* Fix wrong description for Coverage entry (in ruby comments)Leandro Camargo2017-01-251-1/+1
* Add specs to cover the implemented feature and fix a small bugLeandro Camargo2017-01-251-1/+1
* Add `coverage` to the Global config entry as wellLeandro Camargo2017-01-251-1/+4
* Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo2017-01-253-8/+18
* Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo2017-01-253-7/+8
* Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-254-5/+49
* Do not check for valid url for .gitlab-ci.ymlZ.J. van de Weg2017-01-051-1/+0
* Fix entry lookup in CI config inheritance rulesGrzegorz Bizon2016-11-221-1/+1
* Remove CI config helper with same name as an entryGrzegorz Bizon2016-11-181-2/+0
* Make CI job script a required configuration entryGrzegorz Bizon2016-11-181-16/+16
* Fix indentation in CI variables entry classGrzegorz Bizon2016-11-141-1/+1
* Change name of method for setting CI config entriesGrzegorz Bizon2016-11-144-26/+26
* Improve naming convention in ci configuration modulefix/improve-naming-convention-in-ci-configGrzegorz Bizon2016-11-1428-103/+101
* Add specs to test on_stop and action on environmentsKamil Trzcinski2016-10-171-0/+4
* Improve after code reviewKamil Trzcinski2016-10-171-2/+2
* Add `action` and `on_stop` to `environment` in .gitlab-ci.ymlKamil Trzcinski2016-10-171-3/+11
* Initial support for closing environmentsKamil Trzcinski2016-10-061-1/+3
* Fix scope of the CI config key nodes in jobs entryGrzegorz Bizon2016-09-191-13/+13
* Restore validation of CI job environment nameGrzegorz Bizon2016-09-191-0/+9
* Fix CI job environment configuration attributesGrzegorz Bizon2016-09-192-2/+3
* Fix CI job environment configuration entry classGrzegorz Bizon2016-09-191-8/+11
* Cleanup changesKamil Trzcinski2016-09-191-5/+2
* Update support for dynamic environmentsKamil Trzcinski2016-09-192-15/+11
* Add validation of URL and validation of nameKamil Trzcinski2016-09-191-0/+5