stable

Clone or download

Read-only

request #12320 create_test_env generate a daily activity snapshot

Re-introduce activity tracking but with DB as target instead of mattermost notifications. Once a day this activity is sent by email for further processing. Change-Id: Iaf0b525f3bdcdbcaef56040b78dabf72041334fa

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
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
M src/common/user/LoginManager.class.php +2 −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