summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* 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-256-44/+47
* | 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-154-29/+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
* | Revert references to global node in CI job entryGrzegorz Bizon2016-07-141-16/+4
* | Improve CI job entry validations in new configGrzegorz Bizon2016-07-144-17/+31
* | Expose CI job commands and use in legacy processorGrzegorz Bizon2016-07-131-7/+8
* | Add before script and commands to CI job entryGrzegorz Bizon2016-07-131-2/+13
* | Fabricate CI entry with value, set attributes laterGrzegorz Bizon2016-07-131-8/+20
* | Improve CI stage configuration entry validationsGrzegorz Bizon2016-07-132-8/+10
* | Do not raise when getting value of invalid CI nodeGrzegorz Bizon2016-07-121-1/+1
* | Fix using `try` on delegators in CI config entriesGrzegorz Bizon2016-07-121-2/+2
* | Simplify undefined node definition in CI configGrzegorz Bizon2016-07-125-61/+28
* | Add CI config node that is unspecified null entryGrzegorz Bizon2016-07-121-0/+30
* | Prevalidate CI entries recursively on processedGrzegorz Bizon2016-07-121-3/+2
* | Require parent when using node factory in CI configGrzegorz Bizon2016-07-104-13/+24
* | Rename CI config job script entry node to commandsGrzegorz Bizon2016-07-102-3/+7
* | Move after script CI job confg to new processorGrzegorz Bizon2016-07-101-2/+6
* | Add CI job script node in new config processorGrzegorz Bizon2016-07-102-3/+38
* | Add before_script node to CI job entry configGrzegorz Bizon2016-07-101-2/+16
* | Extend CI job entries fabrication and validationGrzegorz Bizon2016-07-094-8/+16
* | Add comment for deprecated CI config `types` entryGrzegorz Bizon2016-07-091-2/+9
* | Use node factory to assemble global CI config entryGrzegorz Bizon2016-07-092-15/+23