summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands/command.rb
Commit message (Collapse)AuthorAgeFilesLines
* Backport EE SlashCommand RefactorMark Chao2018-06-041-8/+10
|
* Add slash command for moving an issueSean McGivern2018-03-151-0/+1
| | | | Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
* Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-231-2/+3
| | | | | | | Instead of only exposing a User to slash commands we now also expose the ChatName object that the User object is retrieved from. This is necessary for GitLab Chatops as we need for example the user ID of the chat user.
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-0/+44
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`