-
- Downloads
Fix import handling errors in Bitbucket Server importer
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20724 removed `Gitlab::Git::RepositoryMirroring::RemoteError`, but this was still being handled in the Bitbucket Server importer and only encountered if some exception other than `Gitlab::Shell::Error` were thrown.
Showing
- changelogs/unreleased/sh-remove-bitbucket-mirror-constant.yml 5 additions, 0 deletions...gelogs/unreleased/sh-remove-bitbucket-mirror-constant.yml
- lib/gitlab/bitbucket_server_import/importer.rb 2 additions, 2 deletionslib/gitlab/bitbucket_server_import/importer.rb
- spec/lib/gitlab/bitbucket_server_import/importer_spec.rb 13 additions, 4 deletionsspec/lib/gitlab/bitbucket_server_import/importer_spec.rb
Please register or sign in to comment