Skip to content

Backport rescue in Project#import_url from EE

Yorick Peterse requested to merge backport-ee-import-url-rescue into master

What does this MR do?

EE added a rescue to the method Project#import_url, which could cause merge conflicts when changing this method. This commit backports those changes to CE, reducing the chances of running into a merge conflict.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/release/framework/issues/28

Does this MR meet the acceptance criteria?

Merge request reports