dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/23/3423/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7687: adding routes GET & OPTIONS to uri /git/:id Change-Id: I246cad3c24a32b0263c18b09b7262f699dc583d5

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