Page MenuHomePhabricator

Consolidate some application email receiver code in preparation for API changes
ClosedPublic

Authored by epriestley on Jan 3 2019, 5:56 PM.
Tags
None
Referenced Files
F13097786: D19950.diff
Fri, Apr 26, 2:38 AM
Unknown Object (File)
Thu, Apr 25, 1:55 AM
Unknown Object (File)
Sat, Apr 20, 4:40 PM
Unknown Object (File)
Thu, Apr 4, 3:30 PM
Unknown Object (File)
Sun, Mar 31, 2:32 PM
Unknown Object (File)
Sat, Mar 30, 7:19 AM
Unknown Object (File)
Mar 23 2024, 5:44 PM
Unknown Object (File)
Mar 23 2024, 5:44 PM
Subscribers
None

Details

Summary

Ref T7477. The various "create a new X via email" applications (Paste, Differential, Maniphest, etc) all have a bunch of duplicate code.

The inheritance stack here is generally a little weird. Extend these from a shared parent to reduce the number of callsites I need to change when this API is adjusted for T7477.

Test Plan

Ran unit tests. This will get more thorough testing once more pieces are in place.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable