Page MenuHomePhabricator

Separate "Revision" and "Diff" fields in Differential
ClosedPublic

Authored by epriestley on Jun 14 2015, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:25 AM
Unknown Object (File)
Tue, Apr 16, 12:08 PM
Unknown Object (File)
Sun, Apr 7, 9:59 AM
Unknown Object (File)
Apr 5 2024, 4:01 AM
Unknown Object (File)
Feb 7 2024, 2:58 AM
Unknown Object (File)
Dec 16 2023, 12:31 PM
Unknown Object (File)
Dec 13 2023, 7:41 PM
Unknown Object (File)
Nov 30 2023, 12:08 PM

Details

Summary

Fixes T5138. Some of the "revision" properties are really "diff" properties, but we only show the properties for the most recent / current diff.

  • Immediately, this makes it hard or impossible to review, e.g., lint/unit results for older diffs.
  • Longer-term, these limits will become more problematic with more data on diffs after Harbormaster.

Instead, separate "revision" from "diff" properties.

(In the long term, it might make sense to show more diffs in this panel -- e.g., tabs for the 8 most recent updates or something -- but I went with the simplest approach for now since I don't have a clean way to deal with 100-update revisions offhand.)

Test Plan

Screen Shot 2015-06-14 at 9.53.57 AM.png (808×1 px, 122 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Separate "Revision" and "Diff" fields in Differential.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

In a future change, "Download Raw Diff" could also probably move down, and "Update Diff" might make sense as a button on the lower box. These were slightly nontrivial for now and I'm not totally sure where else the panel is going, so I didn't bother yet.

This revision is now accepted and ready to land.Jun 15 2015, 6:49 PM
This revision was automatically updated to reflect the committed changes.