summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher2016-08-191-1/+1
* Merge branch 'mark-as-processable' into 'master' Robert Speicher2016-08-191-0/+1
* Merge branch '18141-pipeline-graph' into 'master' Jacob Schatz2016-08-181-1/+1
* Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-121-2/+2
* Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-18/+19
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-9/+3
* Check for Ci::Build artifacts at database levelPaco Guzman2016-07-291-0/+1
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-261-47/+68
|\
| * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-27/+39
| |\
| | * Don't show other actions of the same nameKamil Trzcinski2016-07-201-1/+1
| | * Improve implementation of variablesKamil Trzcinski2016-07-201-55/+23
| | * Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-6/+17
| | * Merge remote-tracking branch 'origin/master' into ci-predefined-variablesKamil Trzcinski2016-07-191-37/+60
| | |\
| | | * Improve code designKamil Trzcinski2016-07-191-0/+1
| | | * Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-6/+14
| | * | Add predefined CI variables to GitLab for container registry, pipelines, proj...Kamil Trzcinski2016-06-211-4/+28
| * | | It's not longer than 80 charsLin Jen-Shin2016-07-201-3/+1
| * | | Also exclude artifacts_file with empty string, feedback:Lin Jen-Shin2016-07-201-1/+3
| * | | Avoid mixing builds from different pipelines:Lin Jen-Shin2016-07-201-3/+0
| * | | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-191-0/+24
| |\ \ \ | | | |/ | | |/|
| | * | Make manual actions to work with master codeKamil Trzcinski2016-07-181-1/+1
| | * | Fix rubocop offensesKamil Trzcinski2016-07-181-2/+2
| | * | Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-5/+9
| | * | Rename playable_actions to manual_actionsKamil Trzcinski2016-07-181-4/+0
| | * | Add implementation of manual actionsKamil Trzcinski2016-07-181-0/+24
| * | | API for downloading latest successful build:Lin Jen-Shin2016-07-191-0/+3
| |/ /
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables...store-variables-and-when-in-builds-tableKamil Trzcinski2016-07-181-0/+1
| |\ \
| | * | Fix creation of deployment on build that is retried, redeployed or rollbackfix-deployment-creation-on-build-retryKamil Trzcinski2016-07-161-0/+1
| * | | Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-25/+9
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151-18/+32
|\ \ \ | |/ /
| * | 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
| | |\
| | * | 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
| |\ \ \ | | |/ /
| * | | 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 branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-151-18/+51
|\ \ \ \ | | |_|/ | |/| |