summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* Fix behavior around commands with optional arguments4273-slash-commandsDouwe Maan2016-08-182-11/+13
* Address feedbackDouwe Maan2016-08-172-17/+16
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-172-9/+17
* Fixed specs and fixes based on failing specsDouwe Maan2016-08-163-16/+12
* Refactor slash command definitionDouwe Maan2016-08-123-72/+97
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-43/+45
* Accept blocks for `.desc` and `.condition` slash commands DSLRémy Coutable2016-08-131-38/+73
* Make slash commands contextualRémy Coutable2016-08-131-9/+31
* Add support for no-op slash commands that appear in autocompleteRémy Coutable2016-08-131-3/+11
* Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-131-3/+48
* Support slash commands in noteable description and notesRémy Coutable2016-08-132-0/+135