stable

Clone or download

Read-only

List repositories on a mirror

This task is part of story #7326 see list of repositories mirrored Change-Id: I1d8a48aa166c4aeb9eae8e3af0cda513b581dd43

Modified Files

Name
M plugins/git/include/Git/AdminGerritController.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +28 −6 Go to diff View file
M plugins/git/include/Git/AdminMirrorListPresenter.class.php +2 −0 Go to diff View file
A plugins/git/include/Git/AdminRepositoryListForProjectPresenter.class.php +37 −0 Go to diff View file
A plugins/git/include/Git/AdminRepositoryListPresenter.class.php +72 −0 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDao.class.php +15 −0 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +21 −0 Go to diff View file
M plugins/git/include/autoload.php +5 −3 Go to diff View file
M plugins/git/site-content/en_US/git.tab +4 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +15 −11 Go to diff View file
A plugins/git/templates/admin-plugin-list-repositories.mustache +38 −0 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +5 −3 Go to diff View file
M plugins/git/www/themes/default/css/style.less +8 −0 Go to diff View file