Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Improve code, remove unused validator, improve names | Grzegorz Bizon | 2016-07-29 | 9 | -33/+19 | |
| * | | | | | Merge branch 'master' into refactor/ci-config-move-job-entries | Grzegorz Bizon | 2016-07-22 | 20 | -147/+333 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Move job dependencies entry to the new CI config | Grzegorz Bizon | 2016-07-20 | 2 | -15/+13 | |
| * | | | | | | Add minor readability, style improvements in CI config | Grzegorz Bizon | 2016-07-20 | 7 | -19/+20 | |
| * | | | | | | Merge branch 'master' into refactor/ci-config-move-job-entries | Grzegorz Bizon | 2016-07-20 | 38 | -287/+514 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Move job environment validation to new CI config | Grzegorz Bizon | 2016-07-19 | 4 | -17/+15 | |
| * | | | | | | | Move tags and allow_failure CI entries to new config | Grzegorz Bizon | 2016-07-18 | 2 | -8/+8 | |
| * | | | | | | | Validate allowed keys only in new CI config | Grzegorz Bizon | 2016-07-18 | 2 | -19/+5 | |
| * | | | | | | | Improve valid keys validation for CI config nodes | Grzegorz Bizon | 2016-07-18 | 5 | -24/+12 | |
| * | | | | | | | Move job artifacts configuration new CI config code | Grzegorz Bizon | 2016-07-18 | 5 | -21/+71 | |
| * | | | | | | | Move job variables config entry to new CI config | Grzegorz Bizon | 2016-07-18 | 2 | -17/+5 | |
| * | | | | | | | Move except and only job nodes to new CI config | Grzegorz Bizon | 2016-07-18 | 2 | -1/+35 | |
| * | | | | | | | Move job image and services nodes to new CI config | Grzegorz Bizon | 2016-07-18 | 2 | -9/+10 | |
| * | | | | | | | Merge branch 'master' into refactor/ci-config-move-job-entries | Grzegorz Bizon | 2016-07-18 | 55 | -448/+1171 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Simplify abstract class for CI config entry nodes | Grzegorz Bizon | 2016-07-15 | 4 | -39/+23 | |
| * | | | | | | | | Simplify CI config and remove logical validation | Grzegorz Bizon | 2016-07-15 | 4 | -29/+10 | |
| * | | | | | | | | Add metadata to new CI config and expose job name | Grzegorz Bizon | 2016-07-15 | 7 | -32/+26 | |
| * | | | | | | | | Remove job cache configfrom legacy yaml processor | Grzegorz Bizon | 2016-07-14 | 2 | -22/+5 | |
| * | | | | | | | | Remove references to global entry in new CI config | Grzegorz Bizon | 2016-07-14 | 2 | -2/+1 | |
| * | | | | | | | | Revert logical validation in CI job stage entry | Grzegorz Bizon | 2016-07-14 | 3 | -17/+7 | |
| * | | | | | | | | Revert references to global node in CI job entry | Grzegorz Bizon | 2016-07-14 | 2 | -22/+6 | |
| * | | | | | | | | Improve CI job entry validations in new config | Grzegorz Bizon | 2016-07-14 | 5 | -24/+31 | |
| * | | | | | | | | Expose CI job commands and use in legacy processor | Grzegorz Bizon | 2016-07-13 | 2 | -14/+14 | |
| * | | | | | | | | Add before script and commands to CI job entry | Grzegorz Bizon | 2016-07-13 | 1 | -2/+13 | |
| * | | | | | | | | Fabricate CI entry with value, set attributes later | Grzegorz Bizon | 2016-07-13 | 1 | -8/+20 | |
| * | | | | | | | | Improve CI stage configuration entry validations | Grzegorz Bizon | 2016-07-13 | 2 | -8/+10 | |
| * | | | | | | | | Do not raise when getting value of invalid CI node | Grzegorz Bizon | 2016-07-12 | 1 | -1/+1 | |
| * | | | | | | | | Fix using `try` on delegators in CI config entries | Grzegorz Bizon | 2016-07-12 | 1 | -2/+2 | |
| * | | | | | | | | Simplify undefined node definition in CI config | Grzegorz Bizon | 2016-07-12 | 5 | -61/+28 | |
| * | | | | | | | | Add CI config node that is unspecified null entry | Grzegorz Bizon | 2016-07-12 | 1 | -0/+30 | |
| * | | | | | | | | Prevalidate CI entries recursively on processed | Grzegorz Bizon | 2016-07-12 | 1 | -3/+2 | |
| * | | | | | | | | Require parent when using node factory in CI config | Grzegorz Bizon | 2016-07-10 | 4 | -13/+24 | |
| * | | | | | | | | Rename CI config job script entry node to commands | Grzegorz Bizon | 2016-07-10 | 2 | -3/+7 | |
| * | | | | | | | | Remove CI job script validation from legacy config | Grzegorz Bizon | 2016-07-10 | 1 | -15/+0 | |
| * | | | | | | | | Move after script CI job confg to new processor | Grzegorz Bizon | 2016-07-10 | 1 | -2/+6 | |
| * | | | | | | | | Add CI job script node in new config processor | Grzegorz Bizon | 2016-07-10 | 2 | -3/+38 | |
| * | | | | | | | | Add before_script node to CI job entry config | Grzegorz Bizon | 2016-07-10 | 1 | -2/+16 | |
| * | | | | | | | | Extend CI job entries fabrication and validation | Grzegorz Bizon | 2016-07-09 | 4 | -8/+16 | |
| * | | | | | | | | Add comment for deprecated CI config `types` entry | Grzegorz Bizon | 2016-07-09 | 2 | -5/+10 | |
| * | | | | | | | | Remove CI job stage code from legacy config processor | Grzegorz Bizon | 2016-07-09 | 1 | -19/+9 | |
| * | | | | | | | | Use node factory to assemble global CI config entry | Grzegorz Bizon | 2016-07-09 | 2 | -15/+23 | |
| * | | | | | | | | Integrate CI job stage entry into CI configuration | Grzegorz Bizon | 2016-07-09 | 3 | -8/+38 | |
| * | | | | | | | | Improve name of CI entry validation context hook | Grzegorz Bizon | 2016-07-08 | 3 | -3/+3 | |
| * | | | | | | | | Add CI config known stage validation for job stage | Grzegorz Bizon | 2016-07-08 | 1 | -0/+13 | |
| * | | | | | | | | Extract CI entry node validator and improve naming | Grzegorz Bizon | 2016-07-08 | 4 | -24/+25 | |
| * | | | | | | | | Extract global CI config entry configuration setup | Grzegorz Bizon | 2016-07-08 | 1 | -9/+12 | |
| * | | | | | | | | Extract internal attributes validator for CI entry | Grzegorz Bizon | 2016-07-08 | 2 | -7/+10 | |
| * | | | | | | | | Require reference to CI config for some entries | Grzegorz Bizon | 2016-07-07 | 1 | -0/+7 | |
| * | | | | | | | | Improve creating CI config entries for jobs config | Grzegorz Bizon | 2016-07-07 | 1 | -6/+10 | |
| * | | | | | | | | Simplify CI config entry node factory, use attribs | Grzegorz Bizon | 2016-07-07 | 6 | -35/+30 |