stable

Clone or download

Read-only

Merge commit 'refs/changes/35/13035/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12481: Calling REST routes git/{id}/(files|branches|tags) when a repository is being created gives an error Change-Id: Ib678bb95bbcd69f1322df17e1cb5cca579cd85c2

Modified Files

Name
M plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php +6 −1 Go to diff View file
M plugins/git/include/GitPHP/git/Project.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/git/ProjectProvider.php +4 −0 Go to diff View file
A plugins/git/include/GitPHP/git/RepositoryAccessException.php +25 −0 Go to diff View file
A plugins/git/include/GitPHP/git/RepositoryNotExistingException.php +25 −0 Go to diff View file
M plugins/git/include/REST/v1/GitFileRepresentationFactory.php +5 −6 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +22 −5 Go to diff View file