1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/differential/storage
epriestley 49bc32f12d Implement PhabricatorApplicationTransactionInterface in Differential
Summary:
Ref T4810. Ultimate goal is to let Harbormaster post a "build passed/failed" transaction. To prepare for that, implement `PhabricatorApplicationTransactionInterface` in Differential.

To allow Harbormaster to take action on //diffs// but have the transactions apply to //revisions//, I added a new method so that objects can redirect transactions to some other object.

Test Plan:
  - Subscribed/unsubscribed/attached/detached from Differential, saw transactions appear properly.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4810

Differential Revision: https://secure.phabricator.com/D8802
2014-04-17 16:03:24 -07:00
..
__tests__ re-factor DifferentialChangesetParser pass 3 / N 2013-01-09 13:11:17 -08:00
DifferentialAffectedPath.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialChangeset.php Replace all "attach first..." exceptions with assertAttached() 2013-09-03 06:02:14 -07:00
DifferentialCustomFieldNumericIndex.php Various linter fixes. 2014-02-26 12:44:58 -08:00
DifferentialCustomFieldStorage.php Various linter fixes. 2014-02-26 12:44:58 -08:00
DifferentialCustomFieldStringIndex.php Various linter fixes. 2014-02-26 12:44:58 -08:00
DifferentialDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialDiff.php Implement PhabricatorApplicationTransactionInterface in Differential 2014-04-17 16:03:24 -07:00
DifferentialDiffProperty.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialDraft.php Differential - add DifferentialDraft to track whether revisions have draft feedback or not 2014-02-18 16:25:16 -08:00
DifferentialHunk.php Add DifferentialHunkQuery to start hiding hunk storage details 2014-04-14 12:06:26 -07:00
DifferentialInlineComment.php Differential - add DifferentialDraft to track whether revisions have draft feedback or not 2014-02-18 16:25:16 -08:00
DifferentialReviewer.php Implement a "Reviewers" CustomField 2014-02-21 11:54:32 -08:00
DifferentialRevision.php Implement PhabricatorApplicationTransactionInterface in Differential 2014-04-17 16:03:24 -07:00
DifferentialTransaction.php Restore old "author can not be a reviewer" rule to Transactions 2014-03-12 06:04:30 -07:00
DifferentialTransactionComment.php Sort inline comments by id in case of ties 2014-04-03 18:41:58 -07:00