stable
Clone or download
Read-only
Merge 'gerrit #12685' into stable/master
* commit '75eb4e2865': request #12320 create_test_env generate a daily activity snapshot
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/create_test_env/db/install.sql | +10 | −0 | Go to diff View file |
A | plugins/create_test_env/db/mysql/updates/2018/201809250859_create_log_tables.php | +52 | −0 | Go to diff View file |
M | plugins/create_test_env/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/create_test_env/etc/config.inc | +6 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CreateTestEnv/ActivityLogger/ActivityLoggerDao.php | +49 | −0 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/Plugin/PluginInfo.php | +2 | −2 | Go to diff View file |
M | plugins/create_test_env/include/create_test_envPlugin.class.php | +112 | −0 | Go to diff View file |
M | src/common/User/LoginManager.class.php | +2 | −0 | Go to diff View file |
A | src/common/project/ServiceAccessEvent.php | +50 | −0 | Go to diff View file |
M | src/common/project/ServiceInstrumentation.php | +1 | −0 | Go to diff View file |
A | src/common/user/UserAuthenticationSucceeded.php | +49 | −0 | Go to diff View file |
M | tests/simpletest/common/User/LoginManagerTest.php | +23 | −13 | Go to diff View file |