Page MenuHomePhabricator

Align "RevisionQuery->needCommitPHIDs()" to use Edges, not the legacy table
ClosedPublic

Authored by epriestley on Apr 22 2019, 7:34 PM.
Tags
None
Referenced Files
F15007126: D20459.id48813.diff
Sun, Feb 16, 6:03 PM
Unknown Object (File)
Sat, Feb 15, 1:21 AM
Unknown Object (File)
Fri, Feb 14, 10:51 PM
Unknown Object (File)
Sun, Feb 9, 7:41 AM
Unknown Object (File)
Sun, Feb 9, 7:41 AM
Unknown Object (File)
Sun, Feb 9, 7:41 AM
Unknown Object (File)
Tue, Jan 28, 5:12 AM
Unknown Object (File)
Sat, Jan 25, 4:53 AM
Subscribers
None

Details

Summary

Depends on D20458. Ref T13276. Although I'm not thrilled about "needCommitPHIDs()", it has a few callers, including custom fields. Allow "need + attach + get" to survive for now since they're reasonably modern, at least.

However, use edges instead of "TABLE_COMMIT" and require need...() + get...(), removing the direct load...().

Also remove RevisionQuery->withCommitPHIDs(...), which has no callers.

Test Plan
  • Grepped for loadCommitPHIDs (only two hits, the private RevisionQuery method).
  • Called "differential.getrevision", got commits.
  • Viewed a revision, saw "Commits: ...".
  • Grepped for withCommitPHIDs(), no callers on RevisionQuery (some other query classes have methods with this name).
  • Called "differential.query", got commits.

Diff Detail

Repository
rP Phabricator
Branch
audit3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22685
Build 31090: Run Core Tests
Build 31089: arc lint + arc unit