summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix build_updatedfix-regression-in-handling-build-updatedKamil Trzcinski2016-09-191-1/+2
* Fix processing of events when build finished.Kamil Trzcinski2016-09-191-7/+9
* Show how long this pipeline was queuedLin Jen-Shin2016-09-051-0/+7
* Forget about pending duration for now, need more discussionLin Jen-Shin2016-09-051-2/+1
* Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-021-2/+2
|\
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-261-2/+2
| |\
| * \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-241-1/+9
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-181-0/+4
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-171-0/+16
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-161-60/+71
| |\ \ \ \ \
| * | | | | | Make Pipeline.latest_successful_for return the recordLin Jen-Shin2016-08-111-6/+2
| * | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref)Lin Jen-Shin2016-08-111-4/+0
| * | | | | | It's latest_for, not just latestLin Jen-Shin2016-08-101-1/+1
| * | | | | | Introduce Pipeline#latest and Pipeline.latest_for:Lin Jen-Shin2016-08-101-2/+10
* | | | | | | Calculate real queueing time to exclude gaps from:Lin Jen-Shin2016-09-021-7/+2
* | | | | | | no point to set duration while not started yetLin Jen-Shin2016-08-291-0/+2
* | | | | | | Fix constant nameLin Jen-Shin2016-08-291-1/+1
* | | | | | | Smartly calculate real running time and pending timeLin Jen-Shin2016-08-291-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'statuseable-hasstatus' into 'master' Robert Speicher2016-08-251-1/+1
|\ \ \ \ \ \
| * | | | | | rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Reduce number of database queries on builds tab13912-reduce-pipeline-db-queriesPaco Guzman2016-08-251-1/+1
|/ / / / /
* | | | | Merge branch 'mark-as-processable' into 'master' Robert Speicher2016-08-191-0/+4
|\ \ \ \ \
| * | | | | Fix rubocop offense in pipeline modelmark-as-processableGrzegorz Bizon2016-08-191-1/+1
| * | | | | Make all future skipped builds as processable when retrying a buildKamil Trzcinski2016-08-181-0/+4
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-191-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Split pipeline status item for Commit Status and BuildKamil Trzcinski2016-08-171-2/+2
| * | | | Merge remote-tracking branch 'origin/master' into 18141-pipeline-graphKamil Trzcinski2016-08-171-60/+87
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix pipelines visualisation renderingKamil Trzcinski2016-08-171-0/+4
| | |_|/ | |/| |
* | | | Use travel_to instead of dependency injection, feedback:Lin Jen-Shin2016-08-191-2/+2
* | | | Merge remote-tracking branch 'upstream/master' into wall-clock-time-for-showi...Lin Jen-Shin2016-08-171-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-2/+3
* | | | Introduce Gitlab::Utils.now so that it's easier to stubLin Jen-Shin2016-08-151-2/+2
* | | | Merge remote-tracking branch 'upstream/pipeline-hooks-without-slack' into wal...Lin Jen-Shin2016-08-151-14/+8
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-14/+8
| |\ \ \ | | | |/ | | |/|
| | * | Improve transition between states for event `enqueue`Kamil Trzcinski2016-08-121-1/+1
| | * | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-121-13/+7
| | * | Fix test failuresKamil Trzcinski2016-08-121-1/+1
* | | | Rename to total_duration and we're not using CommitStatus.durationLin Jen-Shin2016-08-151-1/+1
* | | | We could just sum with SQLLin Jen-Shin2016-08-151-1/+1
* | | | Update duration for wall-clock timeLin Jen-Shin2016-08-151-1/+1
* | | | Merge branch 'pipeline-hooks-without-slack' into wall-clock-time-for-showing-...Lin Jen-Shin2016-08-151-60/+92
|\ \ \ \ | |/ / /
| * | | Fix test failuresKamil Trzcinski2016-08-121-1/+1
| * | | Make `execute_methods` publicKamil Trzcinski2016-08-121-2/+2
| * | | Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-19/+66
| |\ \ \ | | |/ /
| | * | 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
| | * | 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
| * | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-1/+1
| * | | Fix tests for pipeline eventsKamil Trzcinski2016-08-111-1/+3