summaryrefslogtreecommitdiff
path: root/app/models/concerns/has_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce all_state_names so that we could avoid NOT INLin Jen-Shin2016-10-051-0/+4
* We don't need self. there. (sorry, can't resist anymore)Lin Jen-Shin2016-10-031-1/+1
* Fix tests. Check 'success' first (default status)Lin Jen-Shin2016-10-031-1/+1
* Remove dead codeLin Jen-Shin2016-10-031-2/+0
* Rename ignored to failed_but_allowed, introduce exclude_ignoredLin Jen-Shin2016-10-031-16/+11
* Add a test for on_failure jobs in the middleLin Jen-Shin2016-10-011-0/+1
* on_failure should also be ignored, and status_sql shouldLin Jen-Shin2016-10-011-3/+9
* Or we could simply ignore skipped manual jobsLin Jen-Shin2016-09-301-1/+1
* We consider skipped = success, fixes #22598Lin Jen-Shin2016-09-301-1/+1
* Return created statusKamil Trzcinski2016-09-181-1/+1
* Fix Commit#status, feedback:fix-multiple-pipeline-eventsLin Jen-Shin2016-09-141-1/+1
* Fix test (credits to Kamil)Lin Jen-Shin2016-09-121-3/+4
* rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-0/+93