Add Slack notification support

This commit is contained in:
Joseph Schorr 2014-08-26 22:09:56 -04:00
parent 32ea1d194f
commit 6ec89bb179
6 changed files with 104 additions and 0 deletions

View file

@ -253,6 +253,7 @@ def initialize_database():
ExternalNotificationMethod.create(name='flowdock')
ExternalNotificationMethod.create(name='hipchat')
ExternalNotificationMethod.create(name='slack')
NotificationKind.create(name='repo_push')
NotificationKind.create(name='build_queued')