-
- Downloads
Merge branch 'zj-issue-search-slash-command' into 'master'
Add issue search slash command See merge request !7752
No related branches found
No related tags found
Showing
- changelogs/unreleased/zj-issue-search-slash-command.yml 4 additions, 0 deletionschangelogs/unreleased/zj-issue-search-slash-command.yml
- lib/gitlab/chat_commands/base_command.rb 1 addition, 3 deletionslib/gitlab/chat_commands/base_command.rb
- lib/gitlab/chat_commands/command.rb 1 addition, 0 deletionslib/gitlab/chat_commands/command.rb
- lib/gitlab/chat_commands/issue_command.rb 1 addition, 5 deletionslib/gitlab/chat_commands/issue_command.rb
- lib/gitlab/chat_commands/issue_search.rb 17 additions, 0 deletionslib/gitlab/chat_commands/issue_search.rb
- spec/lib/gitlab/chat_commands/issue_search_spec.rb 46 additions, 0 deletionsspec/lib/gitlab/chat_commands/issue_search_spec.rb
- spec/requests/api/services_spec.rb 1 addition, 1 deletionspec/requests/api/services_spec.rb
lib/gitlab/chat_commands/issue_search.rb
0 → 100644
Please register or sign in to comment