summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Improve code designKamil Trzcinski2016-07-191-1/+1
* Fix broken builds_for_refKamil Trzcinski2016-07-191-1/+1
* Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-32/+33
* Add implementation of manual actionsKamil Trzcinski2016-07-181-2/+2
* Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-15/+38
* Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-051-69/+24
|\
| * Move global CI cache configuration to new CI classesGrzegorz Bizon2016-06-291-28/+2
| * Merge branch 'master' into refactor/ci-config-move-global-entriesGrzegorz Bizon2016-06-281-6/+3
| |\
| * | Fix ci config cache validation in legacy processorGrzegorz Bizon2016-06-241-2/+2
| * | Minor refactorings in new CI configuration classesGrzegorz Bizon2016-06-231-0/+5
| * | Move CI stages configuration to new CI configGrzegorz Bizon2016-06-231-17/+8
| * | Handle CI environment variables in a new CI configGrzegorz Bizon2016-06-221-5/+1
| * | Handle after script CI config in new classesGrzegorz Bizon2016-06-211-9/+4
| * | Handle CI services config in new CI config classesGrzegorz Bizon2016-06-211-6/+2
| * | Move CI image configuration entry to new CI configGrzegorz Bizon2016-06-211-11/+9
* | | Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin2016-07-041-1/+0
|\ \ \
| * | | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
| | |/ | |/|
* | | Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-1/+0
* | | Prefer Ci::Build#erase_artifacts!Lin Jen-Shin2016-06-281-2/+1
* | | Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-1/+1
* | | Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-0/+1
|/ /
* | Merge branch 'refactor/ci-config-add-entry-error' into 'master' Rémy Coutable2016-06-271-1/+1
|\ \ | |/
| * Merge branch 'master' into refactor/ci-config-add-entry-errorrefactor/ci-config-add-entry-errorGrzegorz Bizon2016-06-201-5/+5
| |\
| * \ Merge branch 'master' into refactor/ci-config-add-entry-errorGrzegorz Bizon2016-06-171-2/+11
| |\ \
| * | | Rename legacy validation helpers for new ci configGrzegorz Bizon2016-06-171-1/+1
* | | | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-201-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'fix/error-when-job-variables-not-defined-but-specified' into 'm...Rémy Coutable2016-06-171-1/+1
| |\ \ \
| | * | | Fix error when CI job variables not specifiedGrzegorz Bizon2016-06-171-1/+1
| | | |/ | | |/|
| * | | Validate only and except regexpvalidate-only-except-regexpKamil Trzcinski2016-06-171-4/+4
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-173-28/+31
|\ \ \ | |/ /
| * | Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-153-27/+27
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-143-2/+9
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-141-30/+11
| | | |\
| | | * | Improve design based on reviewKamil Trzcinski2016-06-131-2/+2
| | | * | Improve after reviewKamil Trzcinski2016-06-131-2/+2
| | | * | Support expiration date in CI API when uploading artifactsKamil Trzcinski2016-06-132-1/+2
| | | * | Validate artifacts:expire_in in yaml processorKamil Trzcinski2016-06-131-0/+10
| | | * | Allow to expire build artifactsKamil Trzcinski2016-06-132-1/+3
| | | * | Added when to artifactsKamil Trzcinski2016-06-131-0/+24
| | * | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-28/+11
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge branch 'refactor/ci-config-add-global-entry' into 'master' Rémy Coutable2016-06-141-24/+11
| | | |\ \
| | | | * \ Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-131-1/+1
| | | | |\ \ | | | | | |/
| | | | * | Remove old before_script from legacy Ci configGrzegorz Bizon2016-06-081-2/+1
| | | | * | Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-082-2/+2
| | | | |\ \
| | | | * | | Implement script in Ci config and use in legacy oneGrzegorz Bizon2016-06-071-1/+1
| | | | * | | Use Ci config validation helpers only where neededGrzegorz Bizon2016-06-071-1/+1
| | | | * | | Use CI config errors from new processor in legacy oneGrzegorz Bizon2016-06-061-5/+7
| | | | * | | Extract CI config validation helpers to mixinGrzegorz Bizon2016-06-061-16/+2
| | * | | | | Validate environment name with regexKamil Trzcinski2016-06-141-2/+6
| | * | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-1/+25
| | |\ \ \ \ \ | | | |/ / / /