HomePhabricator

Remove direct calls to LowLevelCommitQuery

Description

Remove direct calls to LowLevelCommitQuery

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.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T2783

Differential Revision: https://secure.phabricator.com/D11253

Details

Provenance
epriestleyAuthored on
epriestleyPushed on Feb 10 2015, 11:58 PM
Reviewer
btrahan
Differential Revision
D11253: Remove direct calls to LowLevelCommitQuery
Parents
rPa7814b071c79: Add auth.querypublickeys to retrieve public keys
Branches
Unknown
Tags
Unknown
Tasks
T2783: Make working-copy operations service-oriented