Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-19 01:53:52 +0300
committerStan Hu <stanhu@gmail.com>2019-01-19 02:54:24 +0300
commit100b050b996072cc302a3a7f8fac850ddaab27d4 (patch)
treeda5eb0b03402cbea10fb4af60945d4943680753a /changelogs
parent49efb57914b7daac651e0b3fbeb850584be66ce7 (diff)
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-remove-bitbucket-mirror-constant.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-remove-bitbucket-mirror-constant.yml b/changelogs/unreleased/sh-remove-bitbucket-mirror-constant.yml
new file mode 100644
index 00000000000..8c0b000220f
--- /dev/null
+++ b/changelogs/unreleased/sh-remove-bitbucket-mirror-constant.yml
@@ -0,0 +1,5 @@
+---
+title: Fix import handling errors in Bitbucket Server importer
+merge_request: 24499
+author:
+type: fixed