summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Move has_trace? to CommitStatus than GenericCommitStatusLin Jen-Shin2016-11-221-3/+7
* Fix optimistic lockingKamil Trzcinski2016-10-261-6/+6
* Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-1/+1
* Do not return from proc-closure in pipeline transitionGrzegorz Bizon2016-10-121-1/+1
* Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-121-10/+14
|\
| * Check for transition loopback in commit statusfix/async-pipeline-processing-stale-dataGrzegorz Bizon2016-10-081-1/+3
| * Add temporary fix for race condition in MWBSGrzegorz Bizon2016-10-081-0/+3
| * Improve transitions and run hooks after transactionGrzegorz Bizon2016-10-081-18/+20
| * Fix ci pipeline processing with async jobsGrzegorz Bizon2016-10-071-14/+17
* | Rename pipeline workers to match current conventionGrzegorz Bizon2016-10-061-2/+2
* | Move MWBS trigger from build to pipeline eventGrzegorz Bizon2016-10-061-4/+0
|/
* Merge branch 'feature/improve-async-pipeline-processing' into 'master' Kamil Trzciński2016-10-061-6/+11
|\
| * Do not return false in commit status transitionfeature/improve-async-pipeline-processingGrzegorz Bizon2016-10-041-1/+1
| * Fix hipchat service specs after changes in pipelineGrzegorz Bizon2016-10-041-3/+2
| * Update order of build transition callbacksGrzegorz Bizon2016-10-041-12/+13
| * Extract updating pipeline status to async workerGrzegorz Bizon2016-10-041-4/+8
| * Use internal commit status API to check if finishedGrzegorz Bizon2016-10-041-2/+2
| * Fix async pipeline and remove unrelated changesGrzegorz Bizon2016-10-041-6/+1
| * Make pipeline processing asynchronousKamil Trzcinski2016-10-031-4/+10
* | Introduce all_state_names so that we could avoid NOT INLin Jen-Shin2016-10-051-2/+2
* | Add test for CommitStatus.exclude_ignoredLin Jen-Shin2016-10-031-1/+0
* | Style/EmptyLinesAroundBlockBodyLin Jen-Shin2016-10-031-0/+3
* | Specify 3 cases we want them to be excluded. [ci skip]Lin Jen-Shin2016-10-031-0/+1
* | Rename ignored to failed_but_allowed, introduce exclude_ignoredLin Jen-Shin2016-10-031-2/+14
|/
* Fix processing of events when build finished.Kamil Trzcinski2016-09-191-4/+4
* 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