summaryrefslogtreecommitdiff
path: root/spec/models/build_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Spaces for literal hashLin Jen-Shin2016-12-191-1/+1
* Test if expanded_environment_name could expand varLin Jen-Shin2016-12-191-2/+16
* Merge branch 'master' into fix-yaml-variablesLin Jen-Shin2016-12-191-0/+66
|\
| * Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-0/+11
| * Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-151-0/+36
| * Merge branch '22849-ci-build-ref-slug' into 'master' Kamil TrzciƄski2016-12-151-0/+19
| |\
| | * Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-131-0/+19
* | | Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-1/+1
|/ /
* | Add some missing tests for detailed status methodsbuild-statusesGrzegorz Bizon2016-12-141-0/+9
* | Add missing tests for build `cancelable?` methodGrzegorz Bizon2016-12-131-0/+36
* | Make it possible to retry build that was canceledGrzegorz Bizon2016-12-131-0/+8
* | Make build retryable only if complete and executedGrzegorz Bizon2016-12-131-8/+30
|/
* Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-011-2/+2
* Fix tests and add has_environment?Kamil Trzcinski2016-11-171-3/+35
* Improve specs and add missing cases that were not supportedKamil Trzcinski2016-11-171-0/+96
* Rename ignored to failed_but_allowed, introduce exclude_ignoredLin Jen-Shin2016-10-031-2/+2
* Don't leak build tokens in build logsKamil Trzcinski2016-09-191-8/+70
* Add information about user and manual build start to runner as variablesSergey Gnuskov2016-09-091-0/+28
* Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-171-33/+31
|\
| * Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-18/+14
| * Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-2/+4
| |\
| * | if -> when; when -> `when`; %w() -> %w[]; and fix some typos:Lin Jen-Shin2016-08-121-17/+17
| * | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-111-0/+47
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-15/+15
| |\ \ \
| * | | | Use when instead of if, feedback:Lin Jen-Shin2016-08-031-4/+4
| * | | | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-2/+4
* | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-161-2/+51
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix build play failureimprove-pipeline-processingKamil Trzcinski2016-08-121-1/+1
| * | | | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-121-2/+4
| | |_|/ | |/| |
| * | | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+47
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-101-14/+14
|\ \ \ | |/ /
| * | adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-15/+15
| |/
| * Fix testsKatarzyna Kobierska2016-07-261-1/+1
* | They were moved to project_spec.rbLin Jen-Shin2016-07-211-36/+0
* | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-211-46/+284
|\ \ | |/
| * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-45/+234
| |\
| | * Don't show other actions of the same nameKamil Trzcinski2016-07-201-0/+16
| | * Improve implementation of variablesKamil Trzcinski2016-07-201-8/+9
| | * Make rubocop happyKamil Trzcinski2016-07-201-2/+2
| | * Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-61/+120
| | * Move when tests before to make it no conflict with manual-actionsKamil Trzcinski2016-07-191-9/+27
| | * Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-9/+104
| * | Move Project#latest_successful_builds_for to project_spec.rbLin Jen-Shin2016-07-201-34/+0
| * | Just use default_branch, feedback:Lin Jen-Shin2016-07-201-4/+4
| * | Check against type explicit, feedback:Lin Jen-Shin2016-07-201-2/+4
| * | Use for, feedback:Lin Jen-Shin2016-07-201-1/+1
| * | Use let! feedback:Lin Jen-Shin2016-07-201-5/+1
| * | Remove descriptions for simple case, feedback:Lin Jen-Shin2016-07-201-6/+2
| * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-191-0/+51
| |\ \ | | |/
| | * Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-0/+51