stable

Clone or download

Read-only

Revert "story #8569: Import git repositories"

This reverts commit 5629106bd1baa676b2e0e0a8399c99a8f56e1b4d. Change-Id: Ia380ebe25c78eeb16e6234efe3f19c224e4bbe8c

Modified Files

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