summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass memoizable warnings attribute to stage objectGrzegorz Bizon2017-01-181-5/+10
* fix pipelines/index.html.haml merge conflictRegis2017-01-021-6/+3
|\
| * Order only for latest_successful_forLin Jen-Shin2016-12-261-6/+3
* | Merge branch 'master' into auto-pipelines-vueRegis2016-12-241-2/+5
|\ \ | |/
| * Revert "Merge branch 'fix-latest-pipeine-ordering' into 'master'"Grzegorz Bizon2016-12-241-2/+5
* | merge master and fix application.rb conflictRegis2016-12-231-5/+2
|\ \ | |/
| * 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 specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-211-0/+4
* | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-0/+5
|\ \ | |/
| * Add tests for stage API endpointKamil Trzcinski2016-12-201-0/+5
* | Merge branch 'master' into auto-pipelines-vueRegis2016-12-161-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-141-2/+4
| |\
| * \ Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-141-18/+42
| |\ \
| * | | Rename latest_for to latest, feedback:Lin Jen-Shin2016-11-241-8/+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-211-0/+11
| |\ \ \
| * | | | Show commit status from latest pipelineLin Jen-Shin2016-11-081-1/+5
* | | | | Improve performance of Pipelines APIKamil Trzcinski2016-12-151-2/+6
| |_|_|/ |/| | |
* | | | Improve readability in methods for detailed statusGrzegorz Bizon2016-12-131-1/+3
* | | | Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-121-2/+2
| |_|/ |/| |
* | | 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
* | | Introduce `Ci::Stage`, right now this is artificial object that is build dyna...Kamil Trzcinski2016-12-061-17/+7
* | | Fix broken pipeline rendering [ci skip]Kamil Trzcinski2016-12-061-4/+6
* | | Support pipelines APIKamil Trzcinski2016-12-061-5/+24
* | | Expose pipeline detailed status using status factoryGrzegorz Bizon2016-12-051-0/+4
* | | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-291-1/+1
* | | Wrap against 80 chars and rename failed_or_canceledfix-cancelling-pipelinesLin Jen-Shin2016-11-231-7/+9
* | | Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski2016-11-191-6/+8
* | | Improve how we could cancel pipelines:Lin Jen-Shin2016-11-171-2/+2
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-021-6/+6
|\ \ | |/
| * Add tests for optimistic lockingKamil Trzcinski2016-10-261-1/+1
| * Use optimistic lockingKamil Trzcinski2016-10-261-6/+6
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-251-3/+3
|\ \ | |/
| * Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-3/+3
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-211-3/+0
|\ \ | |/
| * Update duration at the end of pipelineupdate-duration-at-the-end-of-pipelineKamil Trzcinski2016-10-201-3/+0
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-201-2/+2
|\ \ | |/
| * Keep around commits only on pipeline createdont-touch-fs-on-pipeline-saveKamil Trzcinski2016-10-191-1/+1
| * Merge remote-tracking branch 'upstream/master' into retry-cancelled-pipelinesretry-cancelled-pipelinesLin Jen-Shin2016-10-181-4/+6
| |\
| * | Make cancelled pipelines being able to retryLin Jen-Shin2016-10-171-1/+1
* | | Use Array rather than compact, feedback:Lin Jen-Shin2016-10-181-1/+1
* | | Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin2016-10-181-4/+6
|\ \ \ | | |/ | |/|
| * | Add Pipeline metrics workerKamil Trzcinski2016-10-171-4/+6
| |/