stable

Clone or download

Read-only

story #8825: GET /git/:id/pull_requests

Change-Id: Icbb425d0f1082ac509f17ffc50f1d0a7117fdb05

Modified Files

Name
M include/PullRequest/Dao.php +14 −0 Go to diff View file
M include/PullRequest/Factory.php +7 −0 Go to diff View file
M include/PullRequest/REST/v1/PullRequestRepresentation.php +11 −1 Go to diff View file
A include/PullRequest/REST/v1/RepositoryPullRequestRepresentation.php +35 −0 Go to diff View file
A include/PullRequest/REST/v1/RepositoryResource.php +61 −0 Go to diff View file
M include/autoload.php +5 −3 Go to diff View file
M include/pullrequestPlugin.class.php +27 −0 Go to diff View file