1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/repository/worker/commitmessageparser
epriestley 514ee3526c Add an event for looking up names from repositories
Summary:
Currently, we have this cumbersome `PhabricatorRepositoryCommitMessageDetailParser` hook. This is really old and outdated; I want to just use the Differential custom field parser. See T945 for a specific application.

However, it allows installs to override author/committer association. Instead, provide an event hook for doing this.

Test Plan: Added a listener, made every commit resolve to "turtle", parsed some commits, verified the events looked sane and they now correctly were all attributed to "turtle".

Reviewers: btrahan, vrana, nh

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T1337

Differential Revision: https://secure.phabricator.com/D3040
2012-07-24 11:59:28 -07:00
..
PhabricatorRepositoryCommitMessageParserWorker.php Add an event for looking up names from repositories 2012-07-24 11:59:28 -07:00
PhabricatorRepositoryGitCommitMessageParserWorker.php Include email in Git author/committer lookup 2012-07-23 13:59:58 -07:00
PhabricatorRepositoryMercurialCommitMessageParserWorker.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
PhabricatorRepositorySvnCommitMessageParserWorker.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00