gitlab-org--gitlab-foss/spec
Rydkin Maxim c81ef3041e add auto-cancel for pending pipelines on branch, if they are not HEAD
fix changelog MR reference

add non-HEAD builds finder and add `created` pipelines to scope

add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec

more refactoring for spec

adds option for auto-cancel into CI/CD settings

fix spec to new configuration

fix rubocop

fix schema.rb

fix schema.rb

replace Gitlab 9.0 with 9.1 in doc

change wording on pipeline settings

added auto_canceled_by field as identifier of autocancel subject

remove unnecessary index

replace service with retry_lock

replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model)

fix schema.rb

fix schema.rb

remove projekt attribute and clean up spec

clean up spec withcouple of shared examples

added spec for "It does not cancel current pipeline" scenario

add some specs to auto-cancel

add spec for another branch pipelines
2017-04-04 21:11:24 +03:00
..
bin
config
controllers Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
db/production
factories Merge branch '29643-stop-using-ffaker-in-factories' into 'master' 2017-04-04 01:22:39 +00:00
features Refactor test_utils bundle 2017-04-04 17:47:12 +00:00
finders Fix a transient failure caused by FFaker 2017-04-03 09:28:18 +02:00
fixtures Change Done column to Closed in issue boards 2017-03-24 23:40:35 +11:00
helpers Merge branch '25556-prevent-users-from-disconnecting-gitlab-account-from-cas' into 'master' 2017-03-31 19:59:54 +00:00
initializers Enable Style/Proc cop for rubocop 2017-04-02 12:48:43 +03:00
javascripts Removed formatRelevantDigits from text_utils.js and added it to a new file number_utils.js 2017-04-03 11:31:30 -05:00
lib Fix issues importing forked projects 2017-04-04 16:34:19 +00:00
mailers Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
migrations Use Project :repository trait where necessary in migration specs 2017-03-27 18:45:36 -04:00
models Don't autofill kubernetes namespace 2017-04-04 12:47:51 +02:00
policies Use :empty_project where possible in policy specs 2017-03-27 18:45:36 -04:00
presenters
requests Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' 2017-04-04 16:45:31 +00:00
routing Add routing specs for environment folders 2017-03-27 11:45:52 +02:00
rubocop/cop
serializers Add metrics button to Environment Overview page 2017-03-31 09:20:11 +00:00
services add auto-cancel for pending pipelines on branch, if they are not HEAD 2017-04-04 21:11:24 +03:00
support Refactor test_utils bundle 2017-04-04 17:47:12 +00:00
tasks Merge branch 'rs-empty-project-misc' into 'master' 2017-03-30 12:06:23 +00:00
uploaders
views Use Project :repository trait where necessary in view specs 2017-03-27 18:45:37 -04:00
workers Merge branch '29492-useless-queries' into 'master' 2017-04-04 13:33:42 +00:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb When on CI, enable RSpec profiling for master only 2017-03-24 19:58:03 +01:00