dev

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/AdminMirrorController.class.php +51 −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 +75 −0 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/autoload.php +5 −3 Go to diff View file
M plugins/git/site-content/en_US/git.tab +6 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +17 −11 Go to diff View file
A plugins/git/templates/admin-plugin-list-repositories.mustache +48 −0 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +4 −2 Go to diff View file
M plugins/git/www/themes/default/css/style.less +8 −0 Go to diff View file