Page MenuHomePhabricator

Lift common code for transaction-based reply handlers into parent class
ClosedPublic

Authored by epriestley on Apr 1 2015, 1:51 AM.
Tags
None
Referenced Files
F14104265: D12236.diff
Wed, Nov 27, 12:07 AM
Unknown Object (File)
Fri, Nov 22, 4:00 AM
Unknown Object (File)
Sun, Nov 17, 9:13 PM
Unknown Object (File)
Sat, Nov 16, 11:03 PM
Unknown Object (File)
Sat, Nov 9, 10:19 PM
Unknown Object (File)
Wed, Nov 6, 1:52 AM
Unknown Object (File)
Oct 27 2024, 5:15 PM
Unknown Object (File)
Oct 26 2024, 11:34 PM
Subscribers

Details

Summary

Ref T7199. Essentially all of the reply handlers now apply transactions to something which implements PhabricatorApplicationTransactionInterface.

We can share code between them by lifting this stuff into a superclass.

First, convert paste. Also rename PasteMockMailReceiver to PasteMailReceiver (this got mis-copied from Pholio at some point, I think).

Test Plan

Used bin/mail receive-test to send comments + !unsubscribe to pastes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Lift common code for transaction-based reply handlers into parent class.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 1 2015, 3:07 PM
This revision was automatically updated to reflect the committed changes.