gitlab-org--gitlab-foss/spec/presenters
Sean McGivern ad2bfeb857 Fix conflict resolution from corrupted upstream
I don't know why this happens exactly, but given an upstream and fork repository
from a customer, both of which required GC, resolving conflicts would corrupt
the fork so badly that it couldn't be cloned.

This isn't a perfect fix for that case, because the MR may still need to be
merged manually, but it does ensure that the repository is at least usable.

My best guess is that when we generate the index for the conflict
resolution (which we previously did in the target project), we obtain a
reference to an OID that doesn't exist in the source, even though we already
fetch the refs from the target into the source.

Explicitly setting the source project as the place to get the merge index from
seems to prevent repository corruption in this way.
2017-05-12 20:47:51 +01:00
..
ci Add missing tests and update test description 2017-04-06 21:53:02 +08:00
projects/settings Added test case for the avaiable project keys 2017-03-06 14:42:04 -06:00
merge_request_presenter_spec.rb Fix conflict resolution from corrupted upstream 2017-05-12 20:47:51 +01:00