stable
Clone or download
Read-only
request #12829 Activate "serialized" hooks by default on new install
Takes the opportunity to leverage symfony VarExporter that does the job while having tests and being written for max performances (~7% gain in git repository listing). It's possible to activate the serialized hook on existing instance with tuleap config-set plugin_hooks_cache_type serialized Change-Id: I8774f8a7027d0ff27f5065041a5957d377b07407
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +10 | −9 | Go to diff View file |
M | src/common/CLI/Events/GetWhitelistedKeys.php | +1 | −0 | Go to diff View file |
M | src/common/plugin/PluginLoader.php | +2 | −1 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +4 | −3 | Go to diff View file |
M | src/composer.json | +1 | −0 | Go to diff View file |
M | src/composer.lock | +61 | −1 | Go to diff View file |
M | src/db/mysql/database_initvalues.sql | +1 | −0 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginManagerTest.php | +3 | −3 | Go to diff View file |