Skip to content

Rescue PreReceiveError in PullRequest GitHub importer

Tetiana Zavediuk requested to merge tz-378324-rescue-PreReceive-Error into master

What does this MR do and why?

This MR updates PullRequestImporter#create_source_branch_if_not_exists to not fail when Gitlab::Git::PreReceiveError exception is raised. This method is used during Project Import from GitHub and if something goes wrong the entire project import is failed. Rescue this exception in order to allow user to get their project imported.

It fixes Gitlab::GithubImport::ImportPullRequestWorker: Rescue PreReceiveError in create_source_branch_if_not_exists.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tetiana Zavediuk

Merge request reports