summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* Improve wording related to deploy chatops commandfix/gb/fix-chatops-deploy-multiple-actions-matchingGrzegorz Bizon2017-07-283-5/+5
* Improve deploy environment chatops slash commandGrzegorz Bizon2017-07-282-30/+46
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-275-5/+5
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-1513-557/+576
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-042-17/+101
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* Allow slashes in slash command argumentsRémy Coutable2017-02-171-0/+8
* 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