summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Improve naming convention in ci configuration modulefix/improve-naming-convention-in-ci-configGrzegorz Bizon2016-11-1425-63/+63
* Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable2016-10-191-1/+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
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-211-0/+155
|\ \ | |/
| * 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
* | Make various trace methods take last_lines argument:Lin Jen-Shin2016-09-211-0/+40
|/
* Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable2016-09-081-0/+115
|\
| * Sort by database, feedback:Lin Jen-Shin2016-09-061-1/+1
| * Just use module because there's nothing to save, feedback:Lin Jen-Shin2016-09-061-4/+4
| * Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-022-15/+4
| |\
| * | Calculate real queueing time to exclude gaps from:Lin Jen-Shin2016-09-021-8/+0
| * | It's renamed to periodsLin Jen-Shin2016-08-311-2/+2
| * | Add test cases from:Lin Jen-Shin2016-08-301-0/+28
| * | Rename to periods since it's easier to understandLin Jen-Shin2016-08-301-1/+1
| * | Smartly calculate real running time and pending timeLin Jen-Shin2016-08-291-0/+95
* | | 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
* Improve code, remove unused validator, improve namesGrzegorz Bizon2016-07-292-3/+3
* Add minor readability, style improvements in CI configGrzegorz Bizon2016-07-201-1/+1
* Validate allowed keys only in new CI configGrzegorz Bizon2016-07-181-0/+10
* Improve valid keys validation for CI config nodesGrzegorz Bizon2016-07-181-5/+16
* Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-182-0/+77
* Move except and only job nodes to new CI configGrzegorz Bizon2016-07-181-0/+56
* Simplify abstract class for CI config entry nodesGrzegorz Bizon2016-07-151-4/+10
* Simplify CI config and remove logical validationGrzegorz Bizon2016-07-152-8/+2
* Add metadata to new CI config and expose job nameGrzegorz Bizon2016-07-154-37/+34
* Remove references to global entry in new CI configGrzegorz Bizon2016-07-143-13/+4
* Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-141-65/+6
* Revert references to global node in CI job entryGrzegorz Bizon2016-07-143-122/+2
* Improve CI job entry validations in new configGrzegorz Bizon2016-07-143-13/+21
* Expose CI job commands and use in legacy processorGrzegorz Bizon2016-07-133-7/+19
* Add before script and commands to CI job entryGrzegorz Bizon2016-07-131-6/+111
* Improve CI stage configuration entry validationsGrzegorz Bizon2016-07-131-2/+2
* Do not raise when getting value of invalid CI nodeGrzegorz Bizon2016-07-121-4/+2
* Simplify undefined node definition in CI configGrzegorz Bizon2016-07-123-55/+30
* Add CI config node that is unspecified null entryGrzegorz Bizon2016-07-121-0/+29
* Require parent when using node factory in CI configGrzegorz Bizon2016-07-101-7/+36
* Rename CI config job script entry node to commandsGrzegorz Bizon2016-07-101-2/+2
* Move after script CI job confg to new processorGrzegorz Bizon2016-07-101-2/+4