summaryrefslogtreecommitdiff
path: root/app/models/concerns/has_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-041-0/+2
* Add a additional scope related to alive CI/CD statusesGrzegorz Bizon2017-10-051-0/+1
* Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-261-4/+0
* Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-201-1/+1
* Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-111-1/+1
* Add some validations to persisted stage modelGrzegorz Bizon2017-07-041-8/+4
* Use enumerated status in persisted stage classGrzegorz Bizon2017-07-041-0/+10
* Check warnings when building compound status SQL queryGrzegorz Bizon2017-06-201-10/+13
* Move custom compound status method to commit statusGrzegorz Bizon2017-06-201-3/+1
* Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon2017-06-201-1/+3
* Exclude manual actions from cancelable jobs scopefix/gb/exclude-manual-actions-from-cancelable-jobsGrzegorz Bizon2017-05-191-1/+1
* Count number of queriesKamil Trzcinski2017-04-071-1/+1
* add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+1
* Fix pipeline status for transition between stagesGrzegorz Bizon2017-03-201-0/+1
* Sort builds in stage dropdownKamil Trzcinski2017-03-071-1/+1
* Extend specs for pipelines with manual blocking actionsGrzegorz Bizon2017-03-061-0/+4
* Fix specs for detailed statuses for manual actionsGrzegorz Bizon2017-03-061-2/+2
* Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-9/+9
* Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-061-2/+3
* Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-12/+9
* Make manual actions blockingKamil Trzcinski2017-03-061-3/+7
* Enable Style/MutableConstantDouwe Maan2017-02-231-6/+6
* Add a default status const to common status concernGrzegorz Bizon2017-01-181-0/+1
* Fix success statusKamil Trzcinski2016-12-071-1/+1
* Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-1/+2
* Fix handling of skipped vs success statusKamil Trzcinski2016-12-061-3/+3
* Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski2016-11-191-0/+1
* Improve how we could cancel pipelines:Lin Jen-Shin2016-11-171-0/+4
* Move build order array to HasStatus module21192-retried-buildsAnnabel Dunstone Gray2016-10-181-0/+1
* 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