summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-157-32/+26
* Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-142-22/+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-143-17/+7
* Revert references to global node in CI job entryGrzegorz Bizon2016-07-142-22/+6
* Improve CI job entry validations in new configGrzegorz Bizon2016-07-145-24/+31
* Expose CI job commands and use in legacy processorGrzegorz Bizon2016-07-132-14/+14
* 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
* Remove CI job script validation from legacy configGrzegorz Bizon2016-07-101-15/+0
* 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-092-5/+10
* Remove CI job stage code from legacy config processorGrzegorz Bizon2016-07-091-19/+9
* Use node factory to assemble global CI config entryGrzegorz Bizon2016-07-092-15/+23
* Integrate CI job stage entry into CI configurationGrzegorz Bizon2016-07-093-8/+38
* Improve name of CI entry validation context hookGrzegorz Bizon2016-07-083-3/+3
* Add CI config known stage validation for job stageGrzegorz Bizon2016-07-081-0/+13
* Extract CI entry node validator and improve namingGrzegorz Bizon2016-07-084-24/+25
* Extract global CI config entry configuration setupGrzegorz Bizon2016-07-081-9/+12
* Extract internal attributes validator for CI entryGrzegorz Bizon2016-07-082-7/+10
* Require reference to CI config for some entriesGrzegorz Bizon2016-07-071-0/+7
* Improve creating CI config entries for jobs configGrzegorz Bizon2016-07-071-6/+10
* Simplify CI config entry node factory, use attribsGrzegorz Bizon2016-07-076-35/+30
* Add scaffold of CI config for the job stage entryGrzegorz Bizon2016-07-071-0/+22
* Add undefined CI node strategies to handle defaultsGrzegorz Bizon2016-07-071-16/+35
* Improve validation of CI config entry if compositeGrzegorz Bizon2016-07-072-12/+4
* Delegate methods to default CI entry if undefinedGrzegorz Bizon2016-07-072-3/+31
* Use only node factory to create CI config entriesGrzegorz Bizon2016-07-073-27/+25
* Simplify legacy CI config processor a littleGrzegorz Bizon2016-07-061-9/+4
* Move CI job config validations to new classesGrzegorz Bizon2016-07-063-2/+16
* Move decision about relevant jobs to new CI configGrzegorz Bizon2016-07-061-2/+0
* Add hidden job in new CI config that is irrelevantGrzegorz Bizon2016-07-064-4/+41
* Create composite job entries in new CI configGrzegorz Bizon2016-07-051-0/+14
* Add ability to define nodes in new CI config entryGrzegorz Bizon2016-07-051-6/+10
* Add new CI config entry for single job in pipelineGrzegorz Bizon2016-07-051-0/+14
* Add new CI config entry that holds jobs definitionGrzegorz Bizon2016-07-052-9/+23
* Remove code creating job hash from legacy CI configGrzegorz Bizon2016-07-052-3/+4