summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Fix Import/Export error checking versionsfix/import-errorJames Lopez2016-08-031-0/+30
* Fix specsfix-extra-new-line-crlfRémy Coutable2016-08-011-1/+1
* Trim extra displayed carriage returns in diffs and files with CRLFsStan Hu2016-08-011-0/+12
* squashed - fixed label and milestone association problems, updated specs and ...fix/labels-milestones-importJames Lopez2016-08-013-141/+77
* Merge branch 'refactor/ci-config-move-job-entries' into 'master' Rémy Coutable2016-07-2912-53/+586
|\
| * Improve code, remove unused validator, improve namesGrzegorz Bizon2016-07-292-3/+3
| * Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-226-5/+197
| |\
| * | Add minor readability, style improvements in CI configGrzegorz Bizon2016-07-201-1/+1
| * | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-2012-888/+356
| |\ \
| * | | 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
| * | | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-1828-49/+2677
| |\ \ \
| * | | | 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
| * | | | Add CI job script node in new config processorGrzegorz Bizon2016-07-104-5/+54
| * | | | Add before_script node to CI job entry configGrzegorz Bizon2016-07-101-14/+32
| * | | | Extend CI job entries fabrication and validationGrzegorz Bizon2016-07-094-16/+36
| * | | | Use node factory to assemble global CI config entryGrzegorz Bizon2016-07-091-2/+2
| * | | | Integrate CI job stage entry into CI configurationGrzegorz Bizon2016-07-094-14/+27
| * | | | Add CI config known stage validation for job stageGrzegorz Bizon2016-07-081-11/+43
| * | | | Extract CI entry node validator and improve namingGrzegorz Bizon2016-07-081-1/+4
| * | | | Extract internal attributes validator for CI entryGrzegorz Bizon2016-07-081-2/+4
| * | | | Require reference to CI config for some entriesGrzegorz Bizon2016-07-071-9/+22
| * | | | Simplify CI config entry node factory, use attribsGrzegorz Bizon2016-07-071-19/+7
| * | | | Add scaffold of CI config for the job stage entryGrzegorz Bizon2016-07-071-0/+46
| * | | | Delegate methods to default CI entry if undefinedGrzegorz Bizon2016-07-072-17/+48
| * | | | Use only node factory to create CI config entriesGrzegorz Bizon2016-07-071-0/+12
| * | | | Move CI job config validations to new classesGrzegorz Bizon2016-07-062-14/+35
| * | | | Add hidden job in new CI config that is irrelevantGrzegorz Bizon2016-07-063-6/+71
| * | | | Create composite job entries in new CI configGrzegorz Bizon2016-07-051-0/+17
| * | | | Add ability to define nodes in new CI config entryGrzegorz Bizon2016-07-051-8/+8
| * | | | Add new CI config entry for single job in pipelineGrzegorz Bizon2016-07-051-0/+36
| * | | | Add new CI config entry that holds jobs definitionGrzegorz Bizon2016-07-052-2/+38
| * | | | Extract jobs config to separate key in config hashGrzegorz Bizon2016-07-051-1/+11