gitlab-org--gitlab-foss/app
Nick Thomas f9b4d5efbd
Fix MR assignees for push options
With multiple MR assignees, `merge_request.assignee_id` is always nil,
and `merge_request.assignee_ids` isn't in `merge_request.attributes`.
So the existing code doesn't set assignees in the created MR.

This fix gets all the tests passing, but we should also check that no
other associations in the MergeRequest need similar fixups.
2019-04-09 20:40:12 +01:00
..
assets Merge branch '60249' into 'master' 2019-04-09 16:01:30 +00:00
controllers Merge branch 'docs-zj-update-n-plus-one-comments' into 'master' 2019-04-09 16:34:11 +00:00
finders [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
graphql Increase GraphQL complexity 2019-04-08 12:33:33 -05:00
helpers Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
mailers [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
models Merge branch 'docs-zj-update-n-plus-one-comments' into 'master' 2019-04-09 16:34:11 +00:00
policies Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
presenters Add pipeline bridge presenter 2019-04-03 12:25:25 +02:00
serializers Merge branch '6649-extract-ee-specific-files-lines-for-ci-cd-app-serializers' into 'master' 2019-04-09 17:48:40 +00:00
services Fix MR assignees for push options 2019-04-09 20:40:12 +01:00
uploaders Merge branch 'drop-usage-of-leagcy-artifacts' into 'master' 2019-04-04 19:46:37 +00:00
validators Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
views Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
workers Merge branch '43263-git-push-option-to-create-mr' into 'master' 2019-04-09 12:53:07 +00:00