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/conduit
Bob Trahan 2fc43598b5 Differential - add ability to setup "create" addresses for revisions
Summary: Fixes T1476. The body of the email should be just the output of some diff command.

Test Plan:
git diff master > text.txt; ./bin/mail receive-test --to <configured-diff-create-address> < text.txt; a diff was successfully created...! email generated had a working link to the diff.

./bin/mail receive-test --to <configured-diff-create-address> < README.md; a diff was not created as expected...! email generated had a sensical error message, telling me that the mail body should have been generated via a diff command

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: johnny-bit, Korvin, epriestley

Maniphest Tasks: T1476

Differential Revision: https://secure.phabricator.com/D11574
2015-01-30 10:31:39 -08:00
..
DifferentialCloseConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialConduitAPIMethod.php Differential - add ability to setup "create" addresses for revisions 2015-01-30 10:31:39 -08:00
DifferentialCreateCommentConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialCreateDiffConduitAPIMethod.php Differential - fix "transaction has no effect error" on diff create 2014-12-01 12:13:04 -08:00
DifferentialCreateInlineConduitAPIMethod.php Minor formatting changes 2014-10-08 08:39:49 +11:00
DifferentialCreateRawDiffConduitAPIMethod.php Differential - fix "transaction has no effect error" on diff create 2014-12-01 12:13:04 -08:00
DifferentialCreateRevisionConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialFindConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialFinishPostponedLintersConduitAPIMethod.php Remove lingering setForceLocal() call 2015-01-12 09:48:41 -08:00
DifferentialGetAllDiffsConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialGetCommitMessageConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialGetCommitPathsConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialGetDiffConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialGetRawDiffConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialGetRevisionCommentsConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialGetRevisionConduitAPIMethod.php Minor formatting changes 2014-10-08 08:39:49 +11:00
DifferentialParseCommitMessageConduitAPIMethod.php Increase clarity when closing a revision in response to a commit 2014-10-13 16:55:26 -07:00
DifferentialQueryConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialQueryDiffsConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialSetDiffPropertyConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialUpdateRevisionConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
DifferentialUpdateUnitResultsConduitAPIMethod.php Minor formatting changes 2014-10-08 08:39:49 +11:00