stable
Clone or download
Read-only
Part of story #14190: get email notifications on pull requests - first stage Change-Id: Iff1cf3062b085817f256edaf212177a9ff2ec3f2
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/pullrequest/include/PullRequest/BranchUpdate/CommitPresenter.php | +44 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdateCommitDiff.php | +51 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedContentPresenter.php | +82 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedEvent.php | +153 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedNotification.php | +187 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/BranchUpdate/PullRequestUpdatedNotificationToProcessBuilder.php | +152 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php | +45 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/PullRequestUpdater.php | +19 | −1 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.php | +2 | −1 | Go to diff View file |
A | plugins/pullrequest/phpunit/BranchUpdate/CommitPresenterTest.php | +36 | −0 | Go to diff View file |
A | plugins/pullrequest/phpunit/BranchUpdate/PulRequestUpdatedEventTest.php | +106 | −0 | Go to diff View file |
A | plugins/pullrequest/phpunit/BranchUpdate/PullRequestUpdateCommitDiffTest.php | +128 | −0 | Go to diff View file |
A | plugins/pullrequest/phpunit/BranchUpdate/PullRequestUpdatedNotificationTest.php | +132 | −0 | Go to diff View file |
A | plugins/pullrequest/phpunit/BranchUpdate/PullRequestUpdatedNotificationToProcessBuilderTest.php | +288 | −0 | Go to diff View file |
M | plugins/pullrequest/site-content/fr_FR/LC_MESSAGES/tuleap-pullrequest.po | +19 | −0 | Go to diff View file |
A | plugins/pullrequest/templates/branch-update/branch-updated-mail-content.mustache | +19 | −0 | Go to diff View file |
M | plugins/pullrequest/tests/integration/PullRequestUpdaterTest.php | +19 | −7 | Go to diff View file |