stable

Clone or download

Read-only

Merge commit 'refs/changes/60/14560/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #13189: Remove JSON-based plugins hooks cache Change-Id: Ia9ea34343a849fdbf8da21642a2e09736ef4341c

Modified Files

Name
M plugins/git/tests/GitXmlImporterTest.php +0 −1 Go to diff View file
M src/common/CLI/Events/GetWhitelistedKeys.php +1 −2 Go to diff View file
M src/common/include/LoaderScheduler.php +18 −15 Go to diff View file
M src/common/include/SiteCache.php +5 −3 Go to diff View file
M src/common/plugin/PluginManager.class.php +4 −131 Go to diff View file
D src/common/plugin/PluginProxy.php +0 −106 Go to diff View file
D src/common/plugin/PluginProxyInjectedData.php +0 −50 Go to diff View file
A src/db/mysql/updates/2019/201904010950_remove_json_plugin_hooks_cache.php +46 −0 Go to diff View file
M src/www/include/pre.php +8 −4 Go to diff View file
M tests/integration/ProjectImportTest.php +4 −3 Go to diff View file
M tests/phpunit/common/Include/LoaderSchedulerTest.php +16 −14 Go to diff View file
D tests/phpunit/common/Plugin/PluginProxyTest.php +0 −111 Go to diff View file
D tests/phpunit/common/Plugin/_fixtures/DatPlugin.php +0 −66 Go to diff View file
M tests/simpletest/common/plugin/PluginManagerTest.php +1 −184 Go to diff View file