gitlab-org--gitlab-foss/spec/services/ci
Grzegorz Bizon fc121cca5b Do not reprocess actions when user retries pipeline
User who is not allowed to trigger manual actions should not be
allowed to reprocess / retrigger / retry these actions.
2017-05-05 19:35:32 +02:00
..
create_pipeline_service_spec.rb Add a test to make sure it's not auto-canceling 2017-04-06 03:23:36 +08:00
create_trigger_request_service_spec.rb Use `:empty_project` where possible in service specs 2017-03-27 20:44:09 -04:00
play_build_service_spec.rb Extract build play specs and extend test examples 2017-04-12 13:36:35 +02:00
process_pipeline_service_spec.rb Merge branch 'master' into feature/gb/manual-actions-protected-branches-permissions 2017-04-13 15:08:52 +02:00
register_job_service_spec.rb Fix spec for Ci::RegisterJobService 2017-03-06 11:56:44 +01:00
retry_build_service_spec.rb Fix test by ignoring auto_canceled_by for jobs 2017-04-07 01:36:26 +08:00
retry_pipeline_service_spec.rb Do not reprocess actions when user retries pipeline 2017-05-05 19:35:32 +02:00
stop_environments_service_spec.rb Take branch access into account when stopping environment 2017-04-06 17:15:15 +02:00
update_build_queue_service_spec.rb Use `:empty_project` where possible in service specs 2017-03-27 20:44:09 -04:00
update_runner_service_spec.rb