stable

Clone or download

Read-only

Remove bot notification from create_test_env

This was a dependency between main monorepo and external dependency that lead to weird behaviours (see commit 5adac5080622ab2843cdb984064a77fab0501c05). Plus the feature is no longer used, better remove dead code. Closes request #21384 Remove mattermost dependency in create_test_env Change-Id: Iaa586463f453857ba2350fba910bb7810042f749

Modified Files

Name
M plugins/create_test_env/db/install.sql +0 −6 Go to diff View file
M plugins/create_test_env/db/uninstall.sql +0 −1 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/CreateTestEnvironment.php +1 −9 Go to diff View file
D plugins/create_test_env/include/CreateTestEnv/MattermostNotifier.php +0 −73 Go to diff View file
D plugins/create_test_env/include/CreateTestEnv/NotificationBotDao.php +0 −59 Go to diff View file
D plugins/create_test_env/include/CreateTestEnv/NotificationBotIndexController.php +0 −77 Go to diff View file
D plugins/create_test_env/include/CreateTestEnv/NotificationBotPresenter.php +0 −44 Go to diff View file
D plugins/create_test_env/include/CreateTestEnv/NotificationBotSaveController.php +0 −66 Go to diff View file
D plugins/create_test_env/include/CreateTestEnv/Notifier.php +0 −46 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/REST/CreateTestEnvResource.php +0 −13 Go to diff View file
M plugins/create_test_env/include/create_test_envPlugin.php +9 −73 Go to diff View file
M plugins/create_test_env/site-content/fr_FR/LC_MESSAGES/tuleap-create_test_env.po +0 −24 Go to diff View file
D plugins/create_test_env/templates/notification-bot-tab.mustache +0 −32 Go to diff View file