gitlab-org--gitlab-foss/spec
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
..
bin Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
config
controllers Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
db/production
factories adding view and feature specs 2017-12-07 09:06:59 -05:00
features Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
finders Merge branch 'master' into list-multiple-clusters 2017-12-04 09:50:25 +00:00
fixtures Create merge request from email 2017-12-05 08:41:58 +01:00
helpers Merge branch '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' 2017-12-07 17:11:07 +00:00
initializers Fix rspec errors, and add more tests to MethodCall and ActionView 2017-11-02 18:11:43 +01:00
javascripts Merge branch '40825-use-relative-path-urls' into 'master' 2017-12-07 23:30:17 +00:00
lib Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
mailers Stop calling #strip in a commit title in Notify specs 2017-12-01 18:41:04 +01:00
migrations Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master' 2017-12-07 02:34:58 +00:00
models Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
policies Support uploads for groups 2017-12-07 12:27:52 +01:00
presenters Merge branch 'list-multiple-clusters' into 'master' 2017-12-06 09:07:52 +00:00
requests Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
routing Don't add a trailing slash in group redirects 2017-11-16 17:13:40 +00:00
rubocop/cop Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00
serializers Use actual head pipeline on merge request serializer 2017-12-05 12:54:10 -02:00
services Execute quick actions when creating MR from issue 2017-12-13 10:40:31 +00:00
sidekiq/cron
support Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
tasks Remove Rugged::Repository#empty? 2017-12-07 15:33:30 +00:00
unicorn Speed up Unicorn specs by using a dummy Rack application instead of GitLab 2017-11-22 19:51:57 +00:00
uploaders Support uploads for groups 2017-12-07 12:27:52 +01:00
validators Reallow project paths ending in periods 2017-11-06 14:46:53 +01:00
views adding view and feature specs 2017-12-07 09:06:59 -05:00
workers Ensure pippeline corresponds with the sha of an MR 2017-12-05 12:54:10 -02:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00