Merge branch 'zj-slash-commands-mattermost' into 'master'
Slash command for mattermost
Closes #22540
## Does this MR meet the acceptance criteria?
- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- Tests
- [x] Added for this feature/bug
- [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
See merge request !7438
Showing
app/models/project_services/chat_service.rb
0 → 100644
lib/gitlab/chat_commands/base_command.rb
0 → 100644
lib/gitlab/chat_commands/command.rb
0 → 100644
lib/gitlab/chat_commands/issue_command.rb
0 → 100644
lib/gitlab/chat_commands/issue_create.rb
0 → 100644
lib/gitlab/chat_commands/issue_show.rb
0 → 100644
lib/mattermost/presenter.rb
0 → 100644
Please
register
or
sign in
to comment