summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosTomasz Maczukin2016-04-221-1/+1
* Modify code formattingTomasz Maczukin2016-04-221-3/+1
* Simplify the GitlabCiYamlProcessor#initial_parsing methodTomasz Maczukin2016-04-221-16/+11
* Add posibility to define a hidden job without 'script' in .gitlab-ci.ymlTomasz Maczukin2016-04-221-4/+7
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil TrzciƄski2016-04-211-19/+0
|\
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-31/+65
| |\
| * | Fix create_next_builds methodKamil Trzcinski2016-04-121-19/+0
* | | Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin2016-04-201-2/+3
* | | Fix some typos in documentationTomasz Maczukin2016-04-201-1/+1
* | | Add documentation of incremental trace update APITomasz Maczukin2016-04-201-1/+2
* | | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-1/+11
* | | Add range checkingTomasz Maczukin2016-04-202-4/+18
* | | Add incremental build trace update APITomasz Maczukin2016-04-201-0/+9
| |/ |/|
* | Make rubocop happymake-before-after-overridableKamil Trzcinski2016-04-181-12/+15
* | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-15/+0
|\ \
| * | Resolve mergeafter-scriptKamil Trzcinski2016-04-181-15/+0
* | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-3/+37
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-3/+37
| |\ \
| | * | Minor refactorings in CI configfeature/ci-job-env-variablesGrzegorz Bizon2016-04-181-4/+7
| | * | Validate job-level variables in YAML config fileGrzegorz Bizon2016-04-181-0/+8
| | * | Minor refactoring in code related to job variablesGrzegorz Bizon2016-04-181-5/+1
| | * | Make CI config return empty array if no job variablesGrzegorz Bizon2016-04-181-2/+5
| | * | Rename method that returns global envs in CI confGrzegorz Bizon2016-04-181-1/+1
| | * | Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-2/+10
| | * | Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-1/+2
| | |/
* | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-27/+33
|\ \ \ | |/ /
| * | Fix rubocop complainsKamil Trzcinski2016-04-181-27/+33
* | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-171-9/+9
|\ \ \ | |/ /
| * | Rename finally_script to after_scriptKamil Trzcinski2016-04-171-6/+6
* | | Allow the before_script and finally_script to be overwritten in context of jobKamil Trzcinski2016-04-161-11/+11
|/ /
* | Implement finally_script which allows to do cleanups as part of the build pro...Kamil Trzcinski2016-04-161-2/+8
|/
* Fix build dependencies, when the dependency is a stringKamil Trzcinski2016-03-231-2/+2
* make conditional a bit clearerJason Roehm2016-03-151-1/+1
* fixed missing argument in listJason Roehm2016-03-151-1/+1
* fix rubocop violationJason Roehm2016-03-151-1/+1
* add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow c...Jason Roehm2016-03-151-7/+8
* Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updatesKamil Trzcinski2016-03-111-1/+1
|\
| * Support YAML alias/anchor usage in .gitlab-ci.ymlPascal Bach2016-03-081-1/+1
* | Allow to define on which builds the current one depends onKamil Trzcinski2016-03-111-1/+20
* | Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski2016-03-111-0/+4
* | Describe special YAML features: the use of anchors and hidden jobsKamil Trzcinski2016-03-111-0/+2
|/
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-191-18/+1
* Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-191-0/+3
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-2/+4
* And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-191-0/+16
* Fix builds scheduler when first build is allowed to failGrzegorz Bizon2016-02-181-3/+1
* Merge branch 'fix-ci-runners-version-update' into 'master' Robert Speicher2016-01-273-4/+9
|\
| * Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-273-4/+9
* | Fix hot reloading for CI APIhot-reloadingKamil Trzcinski2016-01-261-1/+1
|/
* Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-keyKamil Trzcinski2016-01-201-0/+8