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)
Wed, Jan 29, 4:21 PM
Unknown Object (File)
Sun, Jan 26, 6:40 PM
Unknown Object (File)
Sun, Jan 26, 5:39 PM
Unknown Object (File)
Sat, Jan 25, 7:33 PM
Unknown Object (File)
Wed, Jan 22, 5:15 AM
Unknown Object (File)
Tue, Jan 21, 9:06 AM
Unknown Object (File)
Fri, Jan 17, 4:00 PM
Unknown Object (File)
Sat, Jan 11, 5:13 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.