stable
Clone or download
Read-only
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 a selectbox that contains the users who forked a repository And if you select a user Then the list of repositories is changed to display their forked repositories, And if you select back the project repositories option Then the list of repositories is changed to display the project repositories. The REST calls are cached to help saving the rain forest. Change-Id: I0b1ce4ce30229c965a2ac155feb8265a990fedff
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitDao.class.php | +18 | −12 | Go to diff View file |
M | plugins/git/include/GitRepositoryFactory.class.php | +18 | −3 | Go to diff View file |
M | plugins/git/include/REST/v1/ProjectResource.class.php | +48 | −13 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue | +63 | −15 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/rest-querier.js | +23 | −5 | Go to diff View file |
M | src/common/REST/QueryParameterParser.php | +4 | −1 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +10 | −3 | Go to diff View file |