Add support for the Flowdock Team chat API: https://www.flowdock.com/api/push
This commit is contained in:
parent
02d3b70013
commit
35bd28a77e
8 changed files with 84 additions and 3 deletions
|
@ -251,6 +251,8 @@ def initialize_database():
|
|||
ExternalNotificationMethod.create(name='email')
|
||||
ExternalNotificationMethod.create(name='webhook')
|
||||
|
||||
ExternalNotificationMethod.create(name='flowdock')
|
||||
|
||||
NotificationKind.create(name='repo_push')
|
||||
NotificationKind.create(name='build_queued')
|
||||
NotificationKind.create(name='build_start')
|
||||
|
|
Reference in a new issue