summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Use scope rather than class methodprefer-scopeLin Jen-Shin2016-07-071-4/+1
* Explicitly set to nil when artifacts don't exist:Lin Jen-Shin2016-07-041-0/+2
* Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin2016-07-041-1/+1
|\
| * Improve method that tells if build is retryableGrzegorz Bizon2016-06-301-1/+1
* | Use nil for non-existing files rather than 0Lin Jen-Shin2016-07-011-1/+3
* | Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-1/+5
* | Also remove ci_builds.artifacts_size when erasedLin Jen-Shin2016-06-281-0/+1
* | Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-20/+6
* | Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-1/+20
|/
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-201-0/+1
|\
| * Make sure that artifacts_file is nullified after removing artifactsmake-sure-that-artifacts-file-is-savedKamil Trzcinski2016-06-171-0/+1
* | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-171-9/+42
|\ \ | |/
| * Improve design after reviewKamil Trzcinski2016-06-141-1/+2
| * Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-4/+29
| |\
| | * Improve design based on reviewKamil Trzcinski2016-06-131-5/+4
| | * Show the artifacts expiration prompt in Build Artifacts widgetKamil Trzcinski2016-06-131-2/+2
| | * Add artifacts_expire_in method for Ci::BuildKamil Trzcinski2016-06-131-0/+12
| | * Move keep to ArtifactsControllerKamil Trzcinski2016-06-131-4/+4
| | * Allow to expire build artifactsKamil Trzcinski2016-06-131-2/+16
| * | Properly create a new deployment after build successKamil Trzcinski2016-06-141-2/+6
| * | Added initial version of deploymentsKamil Trzcinski2016-06-101-5/+8
| |/
* | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-2/+2
|\ \ | |/
| * Fix UTF-8 handling in incremental trace update APITomasz Maczukin2016-06-101-2/+2
* | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-091-5/+1
* | Implement the logic for locking runnerLin Jen-Shin2016-06-091-3/+1
|/
* Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-031-0/+1
|\
| * Refactor. Add tests.Josh Frye2016-06-021-1/+1
| * Invalidate cache on build changeJosh Frye2016-06-021-0/+1
* | Try to use `pipeline` where applicableKamil Trzcinski2016-06-031-6/+6
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-6/+6
|/
* Enable Style/MethodDefParentheses rubocop copstyle/enable-method-def-parentheses-rubocop-copGrzegorz Bizon2016-05-301-1/+1
* Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-191-0/+6
|\
| * Add method that check if build has tagsGrzegorz Bizon2016-05-191-3/+5
| * Disallow runner to pick untagged build if configuredGrzegorz Bizon2016-05-191-0/+4
* | Create a todo on failing MR buildSean McGivern2016-05-171-0/+1
|/
* Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher2016-05-121-1/+1
|\
| * Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-1/+1
* | Fix specssend-incremental-build-logKamil Trzcinski2016-05-121-1/+1
* | Merge remote-tracking branch 'origin/master' into send-incremental-build-logKamil Trzcinski2016-05-101-37/+0
|\ \
| * | Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-37/+0
| |/
* | Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-091-2/+6
|/
* Annotate the modelsZeger-Jan van de Weg2016-05-061-7/+7
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil TrzciƄski2016-04-211-14/+8
|\
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-3/+15
| |\
| * | Update handling of skipped statusKamil Trzcinski2016-04-131-1/+1
| * | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-11/+0
| * | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-3/+8
* | | Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin2016-04-201-1/+1
* | | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-4/+5
* | | Add range checkingTomasz Maczukin2016-04-201-0/+8