Page MenuHomePhabricator

Update DifferentialDiff: add repositoryPHID, drop parentRevisionID
ClosedPublic

Authored by epriestley on Jan 26 2014, 5:18 PM.
Tags
None
Referenced Files
F14076263: D8072.diff
Thu, Nov 21, 4:33 PM
Unknown Object (File)
Mon, Nov 18, 4:06 AM
Unknown Object (File)
Wed, Nov 13, 7:56 PM
Unknown Object (File)
Sun, Nov 10, 12:09 AM
Unknown Object (File)
Wed, Nov 6, 1:26 AM
Unknown Object (File)
Thu, Oct 31, 9:02 AM
Unknown Object (File)
Sun, Oct 27, 9:16 AM
Unknown Object (File)
Wed, Oct 23, 5:19 AM
Subscribers

Details

Summary

Moves away from ArcanistProjects:

  • Adds storage for diffs to be directly associated with a repository (instead of indirectly, through arcanist projects). Not really populated yet.
  • Drops parentRevisionID, which is obsoleted by the "Depends On" edge. This is not exposed in the UI anywhere and doesn't do anything. Resolves TODO.
Test Plan

Ran storage upgrades, browsed around, lots of grep.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley updated this revision to Unknown Object (????).Jan 26 2014, 6:42 PM
  • Also deprecate authorPHID, which isn't respected and is inauthentic.
  • Also deprecate repositoryUUID, which is redundant. Keep some traces of it around for compatibility.
  • Add UUID lookup, which is useful for SVN and can completely obsolete the older mechanism.