Page MenuHomePhabricator

Return Diffusion diffs through Files, not directly over Conduit
ClosedPublic

Authored by epriestley on Aug 26 2016, 5:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 5:15 PM
Unknown Object (File)
Wed, Apr 17, 3:20 PM
Unknown Object (File)
Tue, Apr 16, 6:54 AM
Unknown Object (File)
Fri, Apr 12, 7:55 AM
Unknown Object (File)
Thu, Apr 11, 8:46 AM
Unknown Object (File)
Thu, Apr 11, 7:27 AM
Unknown Object (File)
Mon, Apr 8, 11:39 PM
Unknown Object (File)
Sat, Mar 30, 9:41 AM
Subscribers

Details

Summary

Fixes T10423. Ref T11524. This changes diffusion.rawdiffquery to return a file PHID instead of a blob of data.

This is better in general, but particularly better for huge diffs (as in T10423) and diffs with non-utf8 data (as in T10423).

Test Plan
  • Used bin/differential extract to extract a latin1 diff, got a clean diff.
  • Used bin/repository reparse --herald to rerun herald on a latin1 diff, got a clean result.
  • Pushed latin1 diffs to test commit hooks.
  • Triggered the the too large / too slow logic.
  • Viewed latin1 diffs in Diffusion.
  • Used "blame past this change" in Diffusion to hit the before logic.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Return Diffusion diffs through Files, not directly over Conduit.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Aug 26 2016, 5:41 PM
This revision was automatically updated to reflect the committed changes.