Page MenuHomePhabricator

Update DifferentialDiff: add repositoryPHID, drop parentRevisionID
ClosedPublic

Authored by epriestley on Jan 26 2014, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 9:36 PM
Unknown Object (File)
Tue, Apr 23, 9:36 PM
Unknown Object (File)
Tue, Apr 23, 9:36 PM
Unknown Object (File)
Tue, Apr 23, 9:36 PM
Unknown Object (File)
Tue, Apr 23, 9:36 PM
Unknown Object (File)
Wed, Apr 17, 2:32 PM
Unknown Object (File)
Thu, Apr 11, 7:06 AM
Unknown Object (File)
Tue, Apr 9, 4:42 PM
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.