stable
Clone or download
Read-only
Merge commit 'refs/changes/61/5161/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8826: no pull requests for repository migrated on gerrit Change-Id: Iade53530170679668dad962e57aa624be57d1dfc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/include/PullRequest/Exception/PullRequestAlreadyExistsException.php | +5 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Exception/PullRequestCannotBeCreatedException.php | +5 | −1 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Exception/PullRequestRepositoryMigratedOnGerritException.php | +29 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/PullRequestCreator.php | +6 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +34 | −18 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Router.php | +6 | −0 | Go to diff View file |
M | plugins/pullrequest/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.class.php | +18 | −12 | Go to diff View file |
M | plugins/pullrequest/site-content/en_US/pullrequest.tab | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/site-content/fr_FR/pullrequest.tab | +1 | −0 | Go to diff View file |