stable
Clone or download
Read-only
Merge commit 'refs/changes/32/10832/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11281: Plugins can use a PSR-4 autoloader managed by composer
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +1 | −0 | Go to diff View file |
M | Makefile | +6 | −1 | Go to diff View file |
A | plugins/dynamic_credentials/composer.json | +7 | −0 | Go to diff View file |
M | plugins/dynamic_credentials/include/Plugin/PluginDescriptor.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/include/Plugin/PluginInfo.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/include/REST/RequestSignatureVerifier.php | +1 | −1 | Go to diff View file |
D | plugins/dynamic_credentials/include/autoload.php | +0 | −29 | Go to diff View file |
M | plugins/dynamic_credentials/include/dynamic_credentialsPlugin.class.php | +3 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/phpunit/REST/RequestSignatureVerifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/dynamic_credentials/tests/rest/bootstrap.php | +0 | −2 | Go to diff View file |
M | plugins/dynamic_credentials/tests/rest/init_test_data.php | +4 | −1 | Go to diff View file |
M | tools/rpm/Makefile | +3 | −0 | Go to diff View file |