stable

Clone or download

Read-only

Site admin can configure a bot for create test env plugin

Once a mattermost bot exists, it can be associated with create test env plugin. Part of story #11279 Create a test project and a test user automatically. Change-Id: I528e39ce832a3615117286f2bade73ede8881a7a

Modified Files

Name
A plugins/create_test_env/db/install.sql +5 −0 Go to diff View file
A plugins/create_test_env/db/uninstall.sql +1 −0 Go to diff View file
A plugins/create_test_env/include/CreateTestEnv/NotificationBotDao.php +59 −0 Go to diff View file
A plugins/create_test_env/include/CreateTestEnv/NotificationBotIndexController.php +58 −0 Go to diff View file
A plugins/create_test_env/include/CreateTestEnv/NotificationBotPresenter.php +44 −0 Go to diff View file
A plugins/create_test_env/include/CreateTestEnv/NotificationBotSaveController.php +65 −0 Go to diff View file
M plugins/create_test_env/include/create_test_envPlugin.class.php +41 −0 Go to diff View file
M plugins/create_test_env/site-content/fr_FR/LC_MESSAGES/tuleap-create_test_env.po +25 −2 Go to diff View file
M plugins/create_test_env/site-content/tuleap-create_test_env.pot +25 −0 Go to diff View file
A plugins/create_test_env/templates/admin.mustache +30 −0 Go to diff View file
A src/common/Request/DispatchableWithRequest.php +37 −0 Go to diff View file
M src/common/Request/FrontRouter.php +3 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file