Move slack, hipchat and jabber integrations to plugins

This commit is contained in:
Frederic Guillot
2015-10-17 22:19:49 -04:00
parent 9283fb88d8
commit 09da289c2f
68 changed files with 544 additions and 1644 deletions

View File

@@ -31,6 +31,7 @@ class ClassProvider implements ServiceProviderInterface
'File',
'LastLogin',
'Link',
'Notification',
'OverdueNotification',
'Project',
'ProjectActivity',
@@ -38,7 +39,6 @@ class ClassProvider implements ServiceProviderInterface
'ProjectDuplication',
'ProjectDailyColumnStats',
'ProjectDailyStats',
'ProjectIntegration',
'ProjectPermission',
'ProjectNotification',
'ProjectMetadata',
@@ -98,9 +98,6 @@ class ClassProvider implements ServiceProviderInterface
'BitbucketWebhook',
'GithubWebhook',
'GitlabWebhook',
'HipchatWebhook',
'Jabber',
'SlackWebhook',
)
);