summaryrefslogtreecommitdiff
path: root/spec/models/build_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix build play failureimprove-pipeline-processingKamil Trzcinski2016-08-121-1/+1
| * Use event `enqueue` instead of `queue`Kamil 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
|\ \ | |/
| * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+47
* | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-15/+15
|\ \ | |/
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-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
|/
* Fix testsKatarzyna Kobierska2016-07-261-1/+1
* 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
|/
* Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-17/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Improve method that tells if build is retryableGrzegorz Bizon2016-06-301-0/+18
* Fix builds API response not including commit dataGrzegorz Bizon2016-06-211-1/+12
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-171-1/+69
|\
| * Fix Ci::Build#artifacts_expire_in= when assigning invalid durationartifacts-expire-dateKamil Trzcinski2016-06-141-1/+1
| * Fix specsKamil Trzcinski2016-06-141-2/+4
| * Improve testsKamil Trzcinski2016-06-131-1/+1
| * Improve design based on reviewKamil Trzcinski2016-06-131-0/+3
| * Test controllers if they allow to keep artifactsKamil Trzcinski2016-06-131-1/+64
* | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
|\ \ | |/
| * Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-091-117/+1
* | Use block for before/after as we preferredLin Jen-Shin2016-06-091-22/+67
* | Implement the logic for locking runnerLin Jen-Shin2016-06-091-2/+53
|/
* Fix tests failuresKamil Trzcinski2016-06-071-1/+1
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-27/+27
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-1/+1
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-9/+9
* Remove redundant factory namespace in build specsrefactoring/improve-build-specsGrzegorz Bizon2016-05-311-22/+20
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-4/+4
* Add method that check if build has tagsGrzegorz Bizon2016-05-191-0/+12