summaryrefslogtreecommitdiff
path: root/app/services/slash_commands/interpret_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-515/+0
* Update /target_branch slash command description to be more consistentdm-target-branch-slash-command-descDouwe Maan2017-06-141-1/+1
* Backport Fix '/unassign' slash commandbackport_fix_slash_commands_for_multiple_assigneeValery Sizov2017-06-071-9/+15
* Multiple issue assignee: resolve conflicts after merging upstreamValery Sizov2017-05-051-19/+13
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-051-42/+170
|\
| * Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-46/+166
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-5/+18
|/
* Add board_move slash commandAlex Sanford2017-04-281-0/+22
* Backport permissions and multi-line array to CEFelipe Artur2017-04-071-0/+2
* Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-011-1/+1
|\
| * Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
* | add /award slash commandmhasbini2017-02-281-0/+17
|/
* Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-031-0/+12
* Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-181-5/+2
|\
| * Add some API endpoints for time tracking.Ruben Davila2017-01-181-5/+2
* | Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-181-0/+47
|\ \ | |/
| * Backport backend work for time tracking.Ruben Davila2017-01-151-0/+47
* | Address MR commentsJarka Kadlecova2017-01-131-3/+3
* | support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-2/+14
|/
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-2/+2
* Add support to group labels to SlashCommands::InterpretServiceDouglas Barbosa Alexandre2016-10-191-2/+4
* allow multiple labels commandsbarthc2016-10-111-3/+18
* Add a /wip slash commandThomas Balthazar2016-10-031-0/+12
* Fix permission for setting an issue's due dateRémy Coutable2016-09-281-2/+2
* Fix behavior around commands with optional arguments4273-slash-commandsDouwe Maan2016-08-181-2/+2
* Remove unneeded aliasesDouwe Maan2016-08-181-14/+21
* Address feedbackDouwe Maan2016-08-171-3/+2
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-2/+2
* Fixed specs and fixes based on failing specsDouwe Maan2016-08-161-36/+43
* Prefer `/reopen` over `/open`, remove `/reassign`Douwe Maan2016-08-121-21/+21
* Allow setting labels, milestones and assignee based on nameDouwe Maan2016-08-121-3/+9
* Refactor slash command definitionDouwe Maan2016-08-121-8/+16
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-19/+14
* New TodoService#todo_exists? methodRémy Coutable2016-08-131-2/+2
* Accept blocks for `.desc` and `.condition` slash commands DSLRémy Coutable2016-08-131-97/+56
* Make slash commands contextualRémy Coutable2016-08-131-20/+117
* Add support for no-op slash commands that appear in autocompleteRémy Coutable2016-08-131-1/+9
* Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-131-5/+9
* Add the /title slash commandRémy Coutable2016-08-131-0/+6
* New Notes::SlashCommandsService serviceRémy Coutable2016-08-131-1/+8
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+133