-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'fix/gitlab-import-project-file-fix' into 'master'
Fix temp file being deleted after the request while importing a GitLab project Fixes https://gitlab.com/gitlab-com/infrastructure/issues/151 In production, the temporary uploaded file is getting deleted straight after the request so the Sidekiq worker is unable to find it in `/tmp` Also, improved erroring/logging of this situation. See merge request !4894
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/import/gitlab_projects_controller.rb 5 additions, 1 deletionapp/controllers/import/gitlab_projects_controller.rb
- lib/gitlab/import_export/file_importer.rb 5 additions, 1 deletionlib/gitlab/import_export/file_importer.rb
- lib/gitlab/import_export/importer.rb 12 additions, 3 deletionslib/gitlab/import_export/importer.rb
Please register or sign in to comment