stable
Clone or download
Read-only
story #8826: no pull requests for repository migrated on gerrit
This commit prevent: * the creation of pull request * the access to the pull request angular app Change-Id: I95cf38a6bee8815ffe33a7dbcbf66b7cf11bdce2
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 |