stable
Clone or download
Read-only
request #11671: Use an autoloader generated with Composer for the git plugin
The namespace \Tuleap\Git is defined with two paths to be the most compliant with the existing code structure. Change-Id: Idba7e09cee51669eb273812fc5fb14f88e7caeca
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/bin/gl-admin-housekeeping.php | +2 | −2 | Go to diff View file |
A | plugins/git/composer.json | +8 | −0 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/ProjectCreator.class.php | +2 | −2 | Go to diff View file |
D | plugins/git/include/autoload.php | +0 | −412 | Go to diff View file |
D | plugins/git/include/bootstrap.php | +0 | −28 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/bootstrap.php | +1 | −2 | Go to diff View file |
M | plugins/git/tests/bootstrap.php | +3 | −6 | Go to diff View file |
M | plugins/referencealias_git/tests/bootstrap.php | +2 | −2 | Go to diff View file |