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
Bob Trahan 8c79b3eaed Policy - convert repository worker to query revision with policy query
Summary: Ref T7094. I guess theoretically someone could be making a commit and have just lost access to the revision and thus this could link this commit to that revision, but this all seems far fetched an weird? We also don't necessarily have the commit author's true identity since commit parsing can be a little funky to begin with. Anyhoo, functionally, this makes things no worse, but I am removing the TODO that would make us look at this in a fun way.

Test Plan: `bin/repository reparse --owners rXvalidhash` and it worked

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7094

Differential Revision: https://secure.phabricator.com/D11654
2015-02-03 12:06:53 -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 'initFromConduit' option from Diffusion 2015-01-23 13:31:45 -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