gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-lfs-download-errors.yml
Stan Hu e67481e079 Properly handle LFS Batch API response in project import
Project imports were failing with `undefined method each_with_object for
String` because the import was attempting to parse the LFS Batch API and
failing due to the fact that the Content-Type wasn't a supported format
(e.g. application/vnd.git-lfs+json instead of application/json). We now
parse the body as JSON.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61624
2019-05-09 18:04:40 -05:00

5 lines
109 B
YAML

---
title: Properly handle LFS Batch API response in project import
merge_request: 28223
author:
type: fixed