summaryrefslogtreecommitdiff
path: root/spec/models/build_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | API for downloading latest successful build:Lin Jen-Shin2016-07-191-10/+53
| |/
* | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-191-4/+4
* | Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin2016-07-181-17/+1
|\ \ | |/
| * Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-17/+1
* | Latest success pipelines (rather than builds)Lin Jen-Shin2016-07-181-8/+27
* | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-181-2/+3
* | Match against records rather than id, feedback:Lin Jen-Shin2016-07-181-2/+2
* | Use RSpec helpers, feedback from:Lin Jen-Shin2016-07-181-5/+6
* | Introduce Project#latest_success_builds_for:Lin Jen-Shin2016-07-151-4/+8
* | Prefer empty relation rather than arraysLin Jen-Shin2016-07-121-0/+6
* | Doh. I already wrote that test and I forgot.Lin Jen-Shin2016-07-121-2/+2
* | Multiline for before blockLin Jen-Shin2016-07-071-2/+6
* | Avoid ambiguous syntaxLin Jen-Shin2016-07-071-2/+2
* | Introduce Project#builds_for(build_name, ref = 'HEAD'):Lin Jen-Shin2016-07-071-2/+10
|/
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0