summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix async processingasync-pipeline-processingKamil Trzcinski2016-09-191-1/+1
* Make pipeline processing asynchronousKamil Trzcinski2016-09-191-12/+5
* Merge branch 'group-similar' into 'master' Rémy Coutable2016-09-151-0/+8
|\
| * Add grouping testsKamil Trzcinski2016-09-141-1/+5
| * Group similar buildsKamil Trzcinski2016-09-071-0/+4
* | Revert "reload instead, so that we don't have to change order"Lin Jen-Shin2016-09-121-11/+4
* | reload instead, so that we don't have to change orderLin Jen-Shin2016-09-121-4/+11
* | Fix the ordering of transition callbacks:Lin Jen-Shin2016-09-121-7/+5
|/
* 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-0/+2
|/
* Merge branch 'mark-as-processable' into 'master' Robert Speicher2016-08-191-0/+4
|\
| * Make all future skipped builds as processable when retrying a buildKamil Trzcinski2016-08-181-0/+4
* | Merge remote-tracking branch 'upstream/pipeline-hooks-without-slack' into wal...Lin Jen-Shin2016-08-151-1/+1
|\ \ | |/
| * Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-121-1/+1
* | Rename to total_duration and we're not using CommitStatus.durationLin Jen-Shin2016-08-151-5/+0
* | Merge branch 'pipeline-hooks-without-slack' into wall-clock-time-for-showing-...Lin Jen-Shin2016-08-151-8/+27
|\ \ | |/
| * Use explicit events to transition between statesKamil Trzcinski2016-08-121-1/+1
| * Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-111-10/+8
| * Use state machine for pipeline event processingKamil Trzcinski2016-08-111-4/+4
| * Verify the pipeline status after executing events on buildsKamil Trzcinski2016-08-111-0/+6
| * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-8/+23
* | Cleanup the use of duration and optimize some queriesLin Jen-Shin2016-08-101-7/+7
|/
* Workaround MySQL with INNER JOIN:Lin Jen-Shin2016-07-211-1/+5
* Make manual actions to work with master codeKamil Trzcinski2016-07-181-0/+4
* Rename commit_data in Pipeline to commitfix/builds-api-nil-commitGrzegorz Bizon2016-06-211-8/+2
* Fix builds API response not including commit dataGrzegorz Bizon2016-06-211-0/+8
* fixed specs and refactored a few things due to recent model changes and merge...James Lopez2016-06-131-1/+2
* Delegate to pipeline instead of commitKamil Trzcinski2016-06-031-1/+1
* Try to use `pipeline` where applicableKamil Trzcinski2016-06-031-1/+1
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-4/+4
* Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan2016-05-191-0/+4
|\
| * Create a todo on failing MR buildSean McGivern2016-05-171-0/+4
* | Improve the pipelines designKamil Trzcinski2016-05-161-0/+1
* | Revert `stages` changeKamil Trzcinski2016-05-141-3/+8
* | Fix specsKamil Trzcinski2016-05-141-1/+1
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-131-37/+0
|\ \ | |/
| * Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-37/+0
* | Fix specsKamil Trzcinski2016-05-131-8/+3
* | Update generic commit status to make it look like a buildKamil Trzcinski2016-05-101-2/+2
* | Fix SQL queries for calculating stages statusKamil Trzcinski2016-05-101-5/+7
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-091-7/+10
|\ \ | |/
| * Annotate the modelsZeger-Jan van de Weg2016-05-061-7/+10
* | Make a build views nicerKamil Trzcinski2016-05-091-1/+1
|/
* Fix testsKamil Trzcinski2016-04-181-1/+1
* Write specs for this featureKamil Trzcinski2016-04-161-6/+11
* Rename CiStatus to StatusableKamil Trzcinski2016-04-161-2/+6
* Fix CiStatus implementation and testsKamil Trzcinski2016-04-131-2/+0
* Optimise CI status accessorKamil Trzcinski2016-04-121-25/+0
* Optimise CI status accessorKamil Trzcinski2016-04-121-0/+35