Merge branch 'fix-archive-corrupt' into 'master'
Fix archive corruption
* When I click download I trigger archive creation
* We don't use tmp storage for uncompleted archive
* When I refresh a page - archiving still in progress but file already exists - I get corrupted (unfinished) file
* If I wait for few more seconds and click download - I get correct file because archiving operation finished and file is valid
This MR fixes issue by bumping `gitlab_git` to newer version. In this version archive created in tmp file and becomes available only when archive operation finished.
Fixes #1394
See merge request !954
Showing
Please
register
or
sign in
to comment