stable
Clone or download
Read-only
request #13189: Remove JSON-based plugins hooks cache
The "serialized" cache is now stable enough to be the only type of cache. No functionnal change is expected. Change-Id: I4deeff1231056e44f7c2319667d2be75fb60d754
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 |