discourse-chat-integration/spec/lib/discourse_chat/provider
David Taylor 4261814162
FIX: Improve error handling for slack transcript generation (#63)
- Stop using `break` in a block - it doesn't work. The failure here was hidden because it was within a `defer` block, so would not cause a server error
- Refactor the error handling so that the error is passed back to Slack and displayed to the user
- Return specific error messages for user / message-history / message errors
- Tidy up the SlackCommandController to make all non-requestable methods private
- Add a test to ensure error messages are passed correctly to Slack
2021-03-01 19:07:31 +00:00
..
discord FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00
flowdock FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00
gitter FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00
google FEATURE: Google Chat integration (#57) 2021-01-26 20:33:03 +00:00
groupme FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00
matrix FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00
mattermost DEV: s/JSON.parse(response.body)/response.parsed_body 2020-09-25 20:47:30 +02:00
rocketchat FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00
slack FIX: Improve error handling for slack transcript generation (#63) 2021-03-01 19:07:31 +00:00
teams FEATURE: Support for Microsoft Teams webhooks (#42) 2020-07-29 17:20:02 +01:00
telegram FIX: Update telegram webhook correctly and remove old code (#46) 2020-11-02 16:58:29 +00:00
webex FEATURE: Add support for Webex Teams (#49) 2020-12-11 09:43:03 +00:00
zulip FEATURE: Enable optional support for threading slack posts (#38) 2020-06-15 16:45:25 +01:00