gitlab-org--gitlab-foss/app/services/projects/lfs_pointers
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
..
lfs_download_link_list_service.rb Properly handle LFS Batch API response in project import 2019-05-09 18:04:40 -05:00
lfs_download_service.rb Run rubocop -a 2019-03-13 13:42:43 +00:00
lfs_import_service.rb Refactored LfsImportService and ImportService 2019-04-30 08:21:21 +00:00
lfs_link_service.rb Refactored LfsImportService and ImportService 2019-04-30 08:21:21 +00:00
lfs_list_service.rb Enable more frozen string in app/services/**/*.rb 2018-07-17 15:19:40 -07:00
lfs_object_download_list_service.rb Refactored LfsImportService and ImportService 2019-04-30 08:21:21 +00:00