summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-17/+17
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-22/+22
* Move up delegate callsDouwe Maan2017-02-231-2/+2
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-22/+22
* Enable Rails/ValidationDouwe Maan2017-02-231-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-231-17/+17
* Consider the case where we don't specify ref for pipelineLin Jen-Shin2017-02-201-3/+5
* Optimize Ci::Pipeline.latest queryLin Jen-Shin2017-02-201-0/+1
* Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-7/+1
* Use new pipeline retry service with optimistic lockingGrzegorz Bizon2017-02-141-7/+3
* Add after_stage scope to commit status classGrzegorz Bizon2017-02-141-3/+1
* Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-1/+3
* Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-1/+7
* CI is fine with lookup errorsDouwe Maan2017-02-061-1/+1
* No || neededDouwe Maan2017-02-061-1/+1
* Add testsDouwe Maan2017-02-061-1/+1
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-7/+1
* 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