summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* Fix behavior around commands with optional arguments4273-slash-commandsDouwe Maan2016-08-182-29/+48
* Remove unneeded aliasesDouwe Maan2016-08-181-8/+8
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-49/+15
* Fixed specs and fixes based on failing specsDouwe Maan2016-08-163-176/+222
* Refactor slash command definitionDouwe Maan2016-08-121-15/+15
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-53/+92
* New TodoService#todo_exists? methodRémy Coutable2016-08-131-1/+1
* Accept blocks for `.desc` and `.condition` slash commands DSLRémy Coutable2016-08-131-19/+42
* Make slash commands contextualRémy Coutable2016-08-131-15/+67
* Add support for no-op slash commands that appear in autocompleteRémy Coutable2016-08-132-7/+13
* Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-131-0/+27
* Support slash commands in noteable description and notesRémy Coutable2016-08-132-0/+287