stable
Clone or download
Read-only
Merge commit 'refs/changes/23/5123/3' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #8825: GET /git/:id/pull_requests
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +123 | −16 | Go to diff View file |
M | plugins/git/include/constants.php | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Dao.php | +14 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Factory.php | +7 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php | +11 | −1 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/REST/v1/RepositoryPullRequestRepresentation.php | +35 | −0 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/REST/v1/RepositoryResource.php | +61 | −0 | Go to diff View file |
M | plugins/pullrequest/include/autoload.php | +5 | −3 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.class.php | +27 | −0 | Go to diff View file |