stable
Clone or download
Read-only
story #7687: adding routes GET & OPTIONS to uri /git/:id
Change-Id: I533c8b5fafa5267c6c9dc7a90bf84040488b5e5a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitPermissionsManager.class.php | +2 | −0 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +33 | −1 | Go to diff View file |
M | plugins/git/include/REST/ResourcesInjector.class.php | +1 | −1 | Go to diff View file |
A | plugins/git/include/REST/v1/RepositoryResource.class.php | +91 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +5 | −3 | Go to diff View file |
M | plugins/git/include/exceptions/GitRepoNotFoundException.class.php | +2 | −6 | Go to diff View file |
A | plugins/git/include/exceptions/GitRepoNotReadableException.class.php | +21 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +9 | −0 | Go to diff View file |
A | plugins/git/tests/rest/Git/RepositoryTest.php | +75 | −0 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +2 | −1 | Go to diff View file |
M | tests/rest/bin/integration_tests.inc.dist | +3 | −0 | Go to diff View file |