gitlab-org--gitlab-foss/spec/models/concerns
Kamil Trzciński afe90d529c Merge branch 'fix-cancelling-pipelines' into 'master'
Improve how we could cancel pipelines:

Improve how we could cancel pipelines:

* Introduce `HasStatus.cancelable` which we might be able to cancel
* Cancel and check upon `cancelable`
* Also cancel on `CommitStatus` rather than just `Ci::Build`

Fixes #23635

Fixes #17845

See merge request !7508
2016-11-25 09:48:04 +00:00
..
access_requestable_spec.rb
awardable_spec.rb
cache_markdown_field_spec.rb
case_sensitivity_spec.rb
expirable_spec.rb
faster_cache_keys_spec.rb
has_status_spec.rb Test against all types and more status: 2016-11-21 22:39:58 +08:00
issuable_spec.rb Remove default value for `project` argument on subscribable concern 2016-11-17 15:10:13 -02:00
mentionable_spec.rb
milestoneish_spec.rb Add a starting date to milestones 2016-11-23 13:41:04 +02:00
participable_spec.rb
project_features_compatibility_spec.rb
spammable_spec.rb
strip_attribute_spec.rb
subscribable_spec.rb Allow subscriptions to be created without a project 2016-11-17 15:10:13 -02:00
token_authenticatable_spec.rb