stable
Clone or download
Read-only
This task is part of story #7687 REST endpoint to list project's git repositories Change-Id: I199de26a1730375a8089fe3a11580c304ef08835
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitDao.class.php | +30 | −0 | Go to diff View file |
A | plugins/git/include/GitRepositoryPermissionsManager.class.php | +49 | −0 | Go to diff View file |
A | plugins/git/include/REST/v1/GitRepositoryPermissionRepresentation.class.php | +80 | −0 | Go to diff View file |
M | plugins/git/include/REST/v1/GitRepositoryRepresentation.class.php | +22 | −2 | Go to diff View file |
M | plugins/git/include/REST/v1/ProjectResource.class.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +2 | −1 | Go to diff View file |
A | src/common/REST/v1/GitRepositoryPermissionRepresentationBase.class.php | +40 | −0 | Go to diff View file |
M | src/common/REST/v1/GitRepositoryRepresentationBase.class.php | +8 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/event/Event.class.php | +7 | −5 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +86 | −19 | Go to diff View file |