stable

Forked from tuleap/stable

Clone or download

Read-only

story #8569: Import git repositories

Import git repo with commits, permissions and description Tests : - checks that one commit is actually imported - permission import - multiple repositories import - description import Change-Id: I91e04642add0d5ef57d51da47fb35f4c8c142cfe

Modified Files

Name
M plugins/git/include/GitRepositoryManager.class.php +15 −0 Go to diff View file
A plugins/git/include/GitXmlImporter.class.php +146 −0 Go to diff View file
M plugins/git/include/Git_Exec.class.php +9 −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 +25 −6 Go to diff View file
A plugins/git/tests/GitXmlImporterTest.php +238 −0 Go to diff View file
A plugins/git/tests/_fixtures/stable_repo_one_commit.bundle Binary file Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +1 −0 Go to diff View file
A src/common/xml/resources/git.rnc +18 −0 Go to diff View file
A src/common/xml/resources/git.rng +61 −0 Go to diff View file