Merge branch 'zj-kamil-slack-slash-commands' into 'master'
Slack slash commands
## What does this MR do?
Implement Slack Slash Commands by utilizing generalized Mattermost presenter to fulfill Slack requirements.
## Why was this MR needed?
We want to expose Slack Slash Commands as a first-class service.
## What are the relevant issue numbers?
Supersedes !8007
Closes #22182
See merge request !8126
Showing
... | ... | @@ -169,7 +169,7 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0.1' |
gem 'gemnasium-gitlab-service', '~> 0.2' | ||
# Slack integration | ||
gem 'slack-notifier', '~> 1.2.0' | ||
gem 'slack-notifier', '~> 1.5.1' | ||
# Asana integration | ||
gem 'asana', '~> 0.4.0' | ||
... | ... |
Please
register
or
sign in
to comment