stable
Clone or download
Read-only
This task is part of story #8734 have new git repositories automatically mirrored Given the project has selected some default mirrors When I create a new repository Then this repository is replicated on those mirrors. Change-Id: I535459f4b1ec7d87c49f4ce1268dfc05211603e0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git.class.php | +4 | −1 | Go to diff View file |
A | plugins/git/include/Git/Mirror/MirrorUpdater.php | +54 | −0 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +33 | −31 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +37 | −16 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo/Content.class.php | +23 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +1 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +1 | −0 | Go to diff View file |
M | plugins/git/tests/GitActionsTest.php | +17 | −10 | Go to diff View file |
M | plugins/git/tests/GitRepositoryManagerTest.php | +34 | −17 | Go to diff View file |
M | plugins/git/tests/GitXmlImporterTest.php | +9 | −1 | Go to diff View file |
M | plugins/git/tests/rest/GitDataBuilder.php | +18 | −3 | Go to diff View file |