stable

Clone or download

Read-only

Merge commit 'refs/changes/30/4730/24' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #8569: Import git repositories Change-Id: Ia84b309cf3c2c95595e4d21c2380b9bb72483f93

Modified Files

Name
A plugins/git/bin/gl-clone-bundle.sh +18 −0 Go to diff View file
A plugins/git/bin/gl-delete-test-repository.sh +17 −0 Go to diff View file
M plugins/git/bin/gl-rename-project.php +5 −4 Go to diff View file
A plugins/git/etc/sudoers.d/gitolite +14 −0 Go to diff View file
M plugins/git/etc/sudoers.d/gitolite-http +1 −1 Go to diff View file
M plugins/git/include/GitActions.class.php +2 −7 Go to diff View file
M plugins/git/include/GitDao.class.php +21 −21 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +27 −15 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +20 −0 Go to diff View file
A plugins/git/include/GitXmlImporter.class.php +160 −0 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +45 −28 Go to diff View file
M plugins/git/include/Git_PostReceiveMailDao.class.php +0 −2 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 +28 −5 Go to diff View file
A plugins/git/tests/GitXmlImporterTest.php +251 −0 Go to diff View file
M plugins/git/tests/Git_GitoliteDriverTest.php +16 −10 Go to diff View file
M plugins/git/tests/Git_GitoliteTestCase.class.php +8 −5 Go to diff View file
A plugins/git/tests/_fixtures/stable_repo_one_commit.bundle Binary file Go to diff View file
M plugins/git/tests/rest/GitDataBuilder.php +5 −2 Go to diff View file
A plugins/git/www/resources/git.rnc +14 −0 Go to diff View file
A plugins/git/www/resources/git.rng +61 −0 Go to diff View file
M src/common/plugin/PluginManager.class.php +8 −0 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +1 −0 Go to diff View file
M tests/lib/MockBuilder.php +9 −0 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +6 −4 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +9 −1 Go to diff View file