gitlab-org--gitlab-foss/spec/services/merge_requests
Sean McGivern b1e3cb24fa Execute quick actions when creating MR from issue
In CE, this does nothing - the `MergeRequests::BuildService` will, at the time
of writing, never return a description for this case.

In EE, a project can have a default MR template, which will be returned by the
service. Previously we were only using the description passed in the params,
ignoring any already set on the object. Now we fall back to the one set on the
object if there was none in the params, allowing quick actions to be executed
from default MR templates when creating an MR from an issue.
2017-12-13 10:40:31 +00:00
..
conflicts Create a Gitlab::Git submodule for conlict-related files 2017-10-12 22:03:15 -03:00
add_todo_when_build_fails_service_spec.rb Use `:empty_project` where possible in service specs 2017-03-27 20:44:09 -04:00
assign_issues_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
build_service_spec.rb Create merge request from email 2017-12-05 08:41:58 +01:00
close_service_spec.rb Fix refreshing of issues/MR count caches 2017-09-19 17:16:45 +02:00
create_from_issue_service_spec.rb Execute quick actions when creating MR from issue 2017-12-13 10:40:31 +00:00
create_service_spec.rb Fix refreshing of issues/MR count caches 2017-09-19 17:16:45 +02:00
ff_merge_service_spec.rb Add spec for FfMergeService 2017-09-19 23:48:40 -05:00
get_urls_service_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
merge_request_diff_cache_service_spec.rb Move diffable? method from Repository to Diff::File 2017-06-08 09:32:57 -05:00
merge_service_spec.rb Prevent fast forward merge when rebase is required 2017-11-10 12:01:09 -02:00
merge_when_pipeline_succeeds_service_spec.rb Add transient head_pipeline_of to pipeline factories 2017-05-22 17:06:45 -03:00
post_merge_service_spec.rb Clear merge requests counter cache after merge 2017-09-28 17:09:35 +01:00
refresh_service_spec.rb Ensure pippeline corresponds with the sha of an MR 2017-12-05 12:54:10 -02:00
reopen_service_spec.rb Cache the number of open issues and merge requests 2017-08-23 13:42:29 +02:00
resolved_discussion_notification_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
update_service_spec.rb Refactor the way we pass `old associations` to issuable's update services 2017-11-24 13:08:25 +01:00