Page MenuHomePhabricator

Add support for partially uploaded files
ClosedPublic

Authored by epriestley on Mar 13 2015, 2:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:41 AM
Unknown Object (File)
Thu, Apr 11, 7:31 PM
Unknown Object (File)
Wed, Apr 3, 5:43 AM
Unknown Object (File)
Feb 12 2024, 9:08 AM
Unknown Object (File)
Feb 6 2024, 2:26 AM
Unknown Object (File)
Feb 3 2024, 2:28 AM
Unknown Object (File)
Jan 24 2024, 11:43 AM
Unknown Object (File)
Dec 23 2023, 3:59 AM

Details

Summary

Ref T7149. This flags allocated but incomplete files and doesn't explode when trying to download them.

Files are marked complete when the last chunk is uploaded.

I added a key on <authorPHID, isPartial> so we can show you a list of partially uploaded files and prompt you to resume them at some point down the road.

Test Plan

Massaged debugging settings and uploaded README.md very slowly in 32b chunks. Saw the file lose its "Partial" flag when the last chunk finished.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add support for partially uploaded files.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 13 2015, 6:08 PM
This revision was automatically updated to reflect the committed changes.