stable
Clone or download
Read-only
Once configured, a mattermost channel will receive notifications about users activity on test platform. Part of story #11279 Create a test project and a test user automatically. Change-Id: Icf8d16ef15dc6425d66d25dfc4311b0702110647
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/create_test_env/include/CreateTestEnv/CreateTestEnvironment.php | +10 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CreateTestEnv/MattermostNotifier.php | +79 | −0 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/NotificationBotIndexController.php | +33 | −7 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/NotificationBotSaveController.php | +10 | −7 | Go to diff View file |
M | plugins/create_test_env/include/create_test_envPlugin.class.php | +81 | −7 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/user/UserConnectionUpdateEvent.php | +44 | −0 | Go to diff View file |
M | src/common/user/UserManager.class.php | +3 | −1 | Go to diff View file |
M | src/etc/local.inc.dist | +5 | −0 | Go to diff View file |
A | tests/phpunit/common/User/UserManagerTest.php | +60 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |
M | tests/simpletest/common/user/UserManagerTest.php | +0 | −29 | Go to diff View file |