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)
Tue, Jan 28, 5:56 PM
Unknown Object (File)
Mon, Jan 27, 1:27 PM
Unknown Object (File)
Sat, Jan 25, 4:09 AM
Unknown Object (File)
Fri, Jan 24, 5:07 PM
Unknown Object (File)
Fri, Jan 3, 6:03 AM
Unknown Object (File)
Dec 20 2024, 11:03 PM
Unknown Object (File)
Dec 10 2024, 6:20 PM
Unknown Object (File)
Dec 8 2024, 5:55 PM
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.