summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix/keep-artifacts-button-visibilityfix/keep-artifacts-button-visibilityGrzegorz Bizon2017-01-161-2/+10
|\
| * fix pipelines/index.html.haml merge conflictRegis2017-01-022-6/+9
| |\
| * \ Merge branch 'master' into auto-pipelines-vueRegis2016-12-241-2/+5
| |\ \
| * \ \ merge master and fix application.rb conflictRegis2016-12-231-5/+2
| |\ \ \
| * | | | Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-211-0/+4
| * | | | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-213-2/+12
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into auto-pipelines-vueRegis2016-12-162-3/+35
| |\ \ \ \ \
| * | | | | | Improve performance of Pipelines APIKamil Trzcinski2016-12-151-2/+6
* | | | | | | Add method that checks for expiring build artifactsGrzegorz Bizon2017-01-091-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'fix-latest-pipeine-ordering-again' into 'master' Kamil Trzciński2016-12-261-6/+3
|\ \ \ \ \ \
| * | | | | | Order only for latest_successful_forLin Jen-Shin2016-12-261-6/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Revert "Merge branch 'fix-latest-pipeine-ordering' into 'master'"Grzegorz Bizon2016-12-241-2/+5
| | |_|_|/ | |/| | |
| * | | | Prefer oneline and Rubocop prefers ternary operatorLin Jen-Shin2016-12-231-7/+2
| * | | | Ci::Pipeline.latest order by id DESCLin Jen-Shin2016-12-231-5/+7
| | |_|/ | |/| |
* | | | Add more storage statisticsMarkus Koller2016-12-211-0/+6
|/ / /
* | | Add tests for stage API endpointKamil Trzcinski2016-12-202-0/+9
* | | Merge branch 'master' into fix-yaml-variablesLin Jen-Shin2016-12-192-4/+49
|\ \ \
| * | | Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-1/+2
| | |/ | |/|
| * | Merge branch 'show-commit-status-from-latest-pipeline' into 'master' Grzegorz Bizon2016-12-151-1/+17
| |\ \
| | * | Don't call anything on a block, use simple ifLin Jen-Shin2016-12-151-4/+6
| | * | Introduce latest_status and add a few testsLin Jen-Shin2016-12-141-0/+4
| | * | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-143-6/+21
| | |\ \
| | * \ \ Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-144-21/+82
| | |\ \ \
| | * | | | Rename latest_for to latest, feedback:Lin Jen-Shin2016-11-241-8/+4
| | * | | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-241-0/+4
| | |\ \ \ \
| | * | | | | Filter against status first, otherwise we can'tLin Jen-Shin2016-11-221-1/+1
| | * | | | | Use latest_for in latest_successful_forLin Jen-Shin2016-11-211-1/+1
| | * | | | | Still use compound pipeline status, but group byLin Jen-Shin2016-11-211-3/+13
| | * | | | | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-11-212-1/+51
| | |\ \ \ \ \
| | * | | | | | Show commit status from latest pipelineLin Jen-Shin2016-11-081-1/+5
| * | | | | | | Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-151-2/+18
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch '22849-ci-build-ref-slug' into 'master' Kamil Trzciński2016-12-151-0/+12
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-131-0/+12
| | | |_|_|/ | | |/| | |
* | | | | | Rename to Gitlab::Serialize::Ci::VariablesLin Jen-Shin2016-12-161-1/+1
* | | | | | Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-1/+1
|/ / / / /
* | | | | Make it possible to retry build that was canceledGrzegorz Bizon2016-12-131-1/+1
* | | | | Make build retryable only if complete and executedGrzegorz Bizon2016-12-131-1/+2
* | | | | Improve readability in methods for detailed statusGrzegorz Bizon2016-12-133-3/+9
* | | | | Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-123-7/+7
* | | | | Improve actionsKamil Trzcinski2016-12-121-0/+4
* | | | | Added Ci::Status::BuildKamil Trzcinski2016-12-121-0/+4
|/ / / /
* | | | Merge branch 'pipeline-stage' into 'master' Rémy Coutable2016-12-082-9/+62
|\ \ \ \
| * | | | Code reviewKamil Trzcinski2016-12-071-1/+3
| * | | | Fix success statusKamil Trzcinski2016-12-071-1/+2
| * | | | Added Ci::Stage specsKamil Trzcinski2016-12-061-0/+4
| * | | | Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-1/+1
| * | | | Fix test failuresKamil Trzcinski2016-12-061-3/+3
| * | | | Added Stage testsKamil Trzcinski2016-12-061-0/+4
| * | | | Add Ci::Status::StageKamil Trzcinski2016-12-061-0/+2
| * | | | Preserve stage values and use StaticModelKamil Trzcinski2016-12-061-5/+11