stable

Clone or download

Read-only

Display only project repositories

Part of story #10408 have a burning parrot git repository list Given a project with forked repositories, When you go to /plugins/git/<project>/, Then you see only project repositories. User (forked) repositories will be displayed later, with a dedicated selectbox. Change-Id: I7b2aff9938b40ee891e36a96b1e36af1d6194c27

Modified Files

Name
M plugins/git/include/GitDao.class.php +13 −1 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +2 −2 Go to diff View file
M plugins/git/include/REST/v1/ProjectResource.class.php +55 −14 Go to diff View file
M plugins/git/include/gitPlugin.class.php +9 −2 Go to diff View file
M plugins/git/tests/rest/Git/ProjectTest.php +41 −8 Go to diff View file
M plugins/git/www/scripts/repositories/src/rest-querier.js +3 −0 Go to diff View file
M src/common/REST/QueryParameterParser.php +18 −1 Go to diff View file
M src/common/event/Event.class.php +1 −0 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +48 −37 Go to diff View file