woodpecker/plugin/notify
Michael Nutt e8b993e7da Add support for after_success and after_failure to email notifications
This allows you to restrict email notifications to only be sent after the build changes from success to failure or failure to success.  It errs on the side of sending the notification; if the build is in another state (hung, for instance) or there was no previous build on the branch the email will also be sent.

Since the notify plugin shouldn't really have any responsibility for querying the database to find the previous commit's status, we store it on the commit when we save it.
2014-12-30 11:37:57 -05:00
..
email Add support for after_success and after_failure to email notifications 2014-12-30 11:37:57 -05:00
github fixed error with baseURL in github status api plugin 2014-09-09 20:11:50 -07:00
irc Fix IRC notification to use .Quit() instead of .Disconnect() 2014-12-13 10:23:44 -05:00
katoim Added KatoIM support 2014-12-13 13:01:21 +03:00
webhook moved IRC and Webhooks to their own packages 2014-09-09 23:19:04 -07:00
flowdock.go merged flowdock notifications & github publishing into exp 2014-10-11 16:14:49 -07:00
gitter.go modified Gitter api to use constants when comparing status 2014-10-14 21:53:27 -07:00
hipchat.go Use DI for hipchat client, add tests for hipchat notifications via mocked client 2014-09-15 19:52:15 -07:00
hipchat_test.go Use DI for hipchat client, add tests for hipchat notifications via mocked client 2014-09-15 19:52:15 -07:00
notification.go Added KatoIM support 2014-12-13 13:01:21 +03:00
notify_test.go Adjust Slack message format to match HipChat's 2014-10-22 22:26:14 -07:00
slack.go Update Slack plugin config (Closes #612) 2014-11-17 21:22:04 +08:00
slack_test.go Add plain text fallback messages for slack plugin 2014-11-11 17:18:18 +13:00
zapier.go Move Plugins to a /plugin Directory 2014-06-12 14:46:55 -07:00