summaryrefslogtreecommitdiff
path: root/db/migrate/20150219004514_add_events_to_services.rb
Commit message (Collapse)AuthorAgeFilesLines
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+8
1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.