Page MenuHomePhabricator

Remove direct calls to LowLevelCommitQuery
ClosedPublic

Authored by epriestley on Jan 6 2015, 5:25 PM.
Tags
None
Referenced Files
F13100046: D11253.id28280.diff
Fri, Apr 26, 4:36 PM
F13100045: D11253.id27011.diff
Fri, Apr 26, 4:35 PM
F13100043: D11253.id27008.diff
Fri, Apr 26, 4:35 PM
F13100040: D11253.id.diff
Fri, Apr 26, 4:35 PM
Unknown Object (File)
Thu, Apr 25, 1:17 PM
Unknown Object (File)
Thu, Apr 25, 12:04 AM
Unknown Object (File)
Sun, Apr 21, 5:08 PM
Unknown Object (File)
Thu, Apr 11, 8:21 AM
Subscribers

Details

Summary

Ref T2783. This cleans up some more of the direct VCS access calls. If the repository is local, this boils down to an in-process call. If not, it uses Conduit to make an intracluster request.

Test Plan

Used reparse.php --message <commit> --trace to observe cluster request.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Remove direct calls to LowLevelCommitQuery.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Looks like the new parseCommitWithRef is never called?

Oh, man, yuck. I code review.

epriestley edited edge metadata.
  • Call subclasses correctly.
  • Ran real daemons on a real repo, saw them complete all parsing stages, for real.

This class tree is still a bit messy but I didn't want to go crazy with refactoring it.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Jan 6 2015, 6:01 PM
This revision was automatically updated to reflect the committed changes.