summaryrefslogtreecommitdiff
path: root/docs/slack.markdown
AgeCommit message (Collapse)Author
2015-07-05Add schema migration for Slack channelFrederic Guillot
2015-07-05Slack channel can be overridden to post to another channel/private group or ↵Ash Bike
send direct messages. Need to make these database changes: INSERT INTO settings VALUES ('integration_slack_webhook_channel', ''); ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
2015-04-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot