summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new CI configuration entry for the environmentGrzegorz Bizon2016-09-192-9/+30
* Add support for dynamic environmentsKamil Trzcinski2016-09-191-0/+33
* Merge branch 'master' into refactor/ci-config-add-logical-validationrefactor/ci-config-add-logical-validationGrzegorz Bizon2016-09-032-3/+2
|\
| * 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-1/+0
* | Add method that returns commands for ci job entryGrzegorz Bizon2016-08-291-1/+6
* | Make it possible to inherit global ci config nodesGrzegorz Bizon2016-08-291-0/+15
* | Add [] method for accessing ci entry dependenciesGrzegorz Bizon2016-08-251-0/+4
* | Remove temporary stub method from ci config nodesGrzegorz Bizon2016-08-253-8/+2
* | Expose compose method in the ci config entry nodesGrzegorz Bizon2016-08-255-43/+46
* | Rename unspecified and undefined CI config nodesGrzegorz Bizon2016-08-254-42/+46
* | Inject dependencies into each CI config entry nodeGrzegorz Bizon2016-08-255-8/+15
|/
* Memoize CI config node validator to prevent leaksfix/improve-ci-node-validatable-to-prevent-memory-leakGrzegorz Bizon2016-08-091-6/+4
* Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-291-1/+1
|\
| * Enable Rubocop cops for invalid access modifiersrubocop/enable-access-modifiers-copsGrzegorz Bizon2016-07-191-1/+1
* | Improve code, remove unused validator, improve namesGrzegorz Bizon2016-07-299-33/+19
* | Move job dependencies entry to the new CI configGrzegorz Bizon2016-07-201-1/+3
* | Add minor readability, style improvements in CI configGrzegorz Bizon2016-07-206-16/+18
* | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-201-3/+3
|\ \ | |/
* | Move job environment validation to new CI configGrzegorz Bizon2016-07-193-6/+15
* | Move tags and allow_failure CI entries to new configGrzegorz Bizon2016-07-181-0/+8
* | Validate allowed keys only in new CI configGrzegorz Bizon2016-07-181-0/+5
* | Improve valid keys validation for CI config nodesGrzegorz Bizon2016-07-184-15/+12
* | Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-184-1/+71
* | Move job variables config entry to new CI configGrzegorz Bizon2016-07-181-1/+5
* | Move except and only job nodes to new CI configGrzegorz Bizon2016-07-182-1/+35
* | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-181-1/+10
* | Simplify abstract class for CI config entry nodesGrzegorz Bizon2016-07-154-39/+23
* | Simplify CI config and remove logical validationGrzegorz Bizon2016-07-153-28/+10
* | Add metadata to new CI config and expose job nameGrzegorz Bizon2016-07-156-30/+24
* | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-141-1/+5
* | Remove references to global entry in new CI configGrzegorz Bizon2016-07-142-2/+1
* | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-142-17/+0