gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-bitbucket-server-error-handling.yml
Stan Hu 660dcd5b7c Fix Bitbucket Server importer error handling
The importer would display a 500 error page if you attempted to import
using a non-existent DNS entry. This commit rescues known network issues
and consolidates them into
BitbucketServer::Connection::ConnectionError`.  The previous error
handling in the paginator doesn't work because it returns a lazy
collection.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56154
2019-01-12 22:14:08 -08:00

5 lines
97 B
YAML

---
title: Fix Bitbucket Server importer error handling
merge_request: 24343
author:
type: fixed