summaryrefslogtreecommitdiff
path: root/app/services/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* 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