1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/repository/worker
epriestley bdd7a35b30 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
2015-02-10 15:58:51 -08:00
..
__tests__ Skip Mercurial tests if hg is not present 2014-12-29 16:15:37 -08:00
commitchangeparser Policy - do proper policy queries when updating owners packages in commit workers 2015-02-03 11:55:49 -08:00
commitmessageparser Remove direct calls to LowLevelCommitQuery 2015-02-10 15:58:51 -08:00
PhabricatorRepositoryCommitHeraldWorker.php Remove 'initFromConduit' option from Diffusion 2015-01-23 13:31:45 -08:00
PhabricatorRepositoryCommitOwnersWorker.php Policy - convert repository worker to query revision with policy query 2015-02-03 12:06:53 -08:00
PhabricatorRepositoryCommitParserWorker.php Fix visibility of the PhabricatorWorker::doWork() methods 2015-01-16 06:58:50 +11:00
PhabricatorRepositoryPushMailWorker.php Fix visibility of the PhabricatorWorker::doWork() methods 2015-01-16 06:58:50 +11:00