stable

Clone or download

Read-only

Introduce REST endpoint git/:id/tags

This is part of story #10414 have a branch/tag selector This REST endpoint allows user to have the list of tags in a repository. The tests for this endpoint, and for /branches and /files will be done in a next commit. Change-Id: I3421888caab2b2181f9215abdd2dd15b550b42ab

Modified Files

Name
M plugins/git/include/GitPHP/git/ProjectProvider.php +3 −0 Go to diff View file
A plugins/git/include/REST/v1/GitTagRepresentation.php +42 −0 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +79 −4 Go to diff View file