summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Improve transition between states for event `enqueue`Kamil Trzcinski2016-08-121-1/+1
* Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-122-15/+9
* Fix test failuresKamil Trzcinski2016-08-121-1/+1
* Added specs for started_at and finished_atKamil Trzcinski2016-08-121-7/+8
* Use explicit events to transition between statesKamil Trzcinski2016-08-121-12/+32
* Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-18/+19
* Use state machine for pipeline event processingKamil Trzcinski2016-08-111-18/+43
* Verify the pipeline status after executing events on buildsKamil Trzcinski2016-08-111-1/+2
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-112-66/+30
* 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-264-49/+114
|\
| * Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-212-2/+7
| |\
| | * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-214-29/+64
| | |\
| | * | 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-202-4/+1
| | * | Use default_branch rather than master, feedback:Lin Jen-Shin2016-07-201-1/+1
| | * | Only allow branches/tags, disallow SHA:Lin Jen-Shin2016-07-191-5/+2
| | * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-192-0/+28
| | |\ \
| | * | | API for downloading latest successful build:Lin Jen-Shin2016-07-192-1/+12
| * | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-0/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Address feedback.Connor Shea2016-07-191-4/+2
| | * | | Add with_warnings? method to Pipelines and add tests.Connor Shea2016-07-191-0/+6
| * | | | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actionsKamil Trzcinski2016-07-201-2/+3
| * | | | Don't show other actions of the same nameKamil Trzcinski2016-07-201-1/+1
| * | | | Improve implementation of variablesKamil Trzcinski2016-07-204-55/+45
| * | | | Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-6/+17
| * | | | Merge remote-tracking branch 'origin/master' into ci-predefined-variablesKamil Trzcinski2016-07-195-45/+119
| |\ \ \ \ | | |/ / /
| | * | | 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
| | | |/ | | |/|
| | * | Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-192-0/+28
| | |\ \ | | | |/ | | |/|
| | | * 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-182-6/+2
| | | * Add implementation of manual actionsKamil Trzcinski2016-07-182-0/+28
| | * | Merge branch '19420-render-only-commit-title' into 'master' 19889-shortcuts-modal-is-brokenDouwe Maan2016-07-181-0/+4
| | |\ \ | | | |/ | | |/|
| | | * add git-commit-title-method into pipeline model and modify viewubudzisz2016-07-181-0/+4
| | * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables...store-variables-and-when-in-builds-tableKamil Trzcinski2016-07-182-0/+5
| | |\ \ | | | |/
| | | * Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-181-0/+2
| | | |\
| | | | * Track a user who created a pipelineKamil Trzcinski2016-07-151-0/+2
| | | * | Fix creation of deployment on build that is retried, redeployed or rollbackfix-deployment-creation-on-build-retryKamil Trzcinski2016-07-161-0/+1
| | | * | Don't fail when Ci::Pipeline doesn't have a projectDouwe Maan2016-07-151-0/+2
| | | |/
| | * | Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-25/+9
| | |/
| * | Add predefined CI variables to GitLab for container registry, pipelines, proj...Kamil Trzcinski2016-06-211-4/+28
* | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-155-41/+112
|\ \ \ | | |/ | |/|
| * | 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-044-2/+9
| |\ \
| | * | Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-042-1/+7