stable
Clone or download
Read-only
Part of story #14190: get email notifications on pull requests - first stage Change-Id: Ib29fce1bd987d82885446fadcde4aeb4f5978de4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/include/PullRequest/Comment/Dao.php | +16 | −2 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Comment/Factory.php | +27 | −5 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentContentPresenter.php | +70 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentEvent.php | +68 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentNotification.php | +140 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Comment/Notification/PullRequestNewCommentNotificationToProcessBuilder.php | +121 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php | +48 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +6 | −3 | Go to diff View file |
A | plugins/pullrequest/phpunit/Comment/Notification/PullRequestNewCommentEventTest.php | +53 | −0 | Go to diff View file |
A | plugins/pullrequest/phpunit/Comment/Notification/PullRequestNewCommentNotificationTest.php | +93 | −0 | Go to diff View file |
A | plugins/pullrequest/phpunit/Comment/Notification/PullRequestNewCommentNotificationToProcessBuilderTest.php | +171 | −0 | Go to diff View file |
M | plugins/pullrequest/site-content/fr_FR/LC_MESSAGES/tuleap-pullrequest.po | +13 | −4 | Go to diff View file |
A | plugins/pullrequest/templates/comment/pull-request-new-comment-mail-content.mustache | +14 | −0 | Go to diff View file |