summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-261-2/+2
|\
| * 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 remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-241-1/+9
|\ \ | |/
| * 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
| |\ \
| * | | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | Cleanup the use of duration and optimize some queriesLin Jen-Shin2016-08-101-5/+5
| * | | | | | Show wall-clock time when showing pipeline instead of:Lin Jen-Shin2016-08-091-0/+4
* | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-181-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
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-171-0/+16
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-2/+3
| | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-121-14/+8
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | 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
| |\ \ \
| * | | | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-1/+1
| * | | | Fix tests for pipeline eventsKamil Trzcinski2016-08-111-1/+3
| * | | | Fix pipeline status change from pending to runningKamil Trzcinski2016-08-111-1/+2
| * | | | Remove stage parameter from send payloadKamil Trzcinski2016-08-111-0/+2
| * | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-111-68/+28
| |\ \ \ \
| * | | | | No need to check that as in CreateCommitBuildsService:Lin Jen-Shin2016-08-051-1/+1
| * | | | | Share nothing so it's safest, feedback:Lin Jen-Shin2016-08-051-2/+5
| * | | | | Separate the concern for executing hooks and updating statesLin Jen-Shin2016-08-041-4/+12
| * | | | | If we use Rails magic it's breaking this test:Lin Jen-Shin2016-08-041-6/+4
| * | | | | Make sure we only fire hooks upon status changedLin Jen-Shin2016-08-031-3/+3
| * | | | | Introduce execute_hooks_unless_ci_skippedLin Jen-Shin2016-08-031-3/+6
| * | | | | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-1/+9
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-161-60/+71
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| | |_|/ | |/| |
| * | | 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
| | |/ | |/|
| * | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-57/+27
| |/