summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 tests for stage API endpointKamil Trzcinski2016-12-201-0/+5
* 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
|\
| * 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
* | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-141-18/+42
|\ \ | |/
| * 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
* | 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
|\ \ | |/
| * Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-021-6/+6
| |\
| * \ Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-251-3/+3
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-211-3/+0
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-201-2/+2
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | Use run_after_commit to avoid race condition, feedback:Lin Jen-Shin2016-10-171-1/+3
| * | | | | | Pipeline#user could be nil. Feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-2/+2
| * | | | | | Prefix _ to show that it's intended unused, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | Fix spelling, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-0/+9
* | | | | | | Show commit status from latest pipelineLin Jen-Shin2016-11-081-1/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Add tests for optimistic lockingKamil Trzcinski2016-10-261-1/+1
* | | | | | Use optimistic lockingKamil Trzcinski2016-10-261-6/+6
| |_|_|_|/ |/| | | |
* | | | | Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-3/+3
| |_|_|/ |/| | |
* | | | Update duration at the end of pipelineupdate-duration-at-the-end-of-pipelineKamil Trzcinski2016-10-201-3/+0
| |_|/ |/| |
* | | 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
|\ \ \ | | |/ | |/|
| * | Add Pipeline metrics workerKamil Trzcinski2016-10-171-4/+6
| |/
* | Make cancelled pipelines being able to retryLin Jen-Shin2016-10-171-1/+1
|/
* Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil TrzciƄski2016-10-141-1/+5
|\