stable

Clone or download

Read-only

story #8021: Add "hostname" info as mirror parameter

Change-Id: I48eef16d897531378b55c6fed31c63ed735adb6b

Modified Files

Name
M plugins/git/db/install.sql +1 −0 Go to diff View file
A plugins/git/db/mysql/updates/2015/20150421_add_hostname_info_to_mirror.php +48 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +4 −1 Go to diff View file
M plugins/git/include/Git/AdminMirrorEditPresenter.class.php +11 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorListPresenter.class.php +4 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorPresenter.class.php +12 −0 Go to diff View file
M plugins/git/include/Git/Mirror/Mirror.class.php +8 −5 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDao.class.php +11 −9 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +10 −8 Go to diff View file
M plugins/git/site-content/en_US/git.tab +3 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +3 −0 Go to diff View file
M plugins/git/templates/admin-plugin-add-mirror.mustache +11 −5 Go to diff View file
M plugins/git/templates/admin-plugin-edit-mirror.mustache +10 −4 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +6 −0 Go to diff View file
M plugins/git/tests/Git/Gitolite/ConfigPermissionsSerializerTest.php +4 −4 Go to diff View file
M plugins/git/tests/Git/Mirror/ManifestFileGeneratorTest.php +1 −1 Go to diff View file
M plugins/git/tests/Git/Mirror/ManifestManagerTest.php +2 −2 Go to diff View file