summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-2312-0/+24
* Move ChatOps to CoreJames Fargher2019-02-204-0/+236
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Squashed commit of the following:Shinya Maeda2018-11-062-2/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-114-4/+4
* Add slash command for moving an issueSean McGivern2018-03-153-0/+148
* Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-235-6/+11
* Make user/author use project.creator in most factoriesRémy Coutable2018-01-311-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-223-3/+3
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-028-9/+9
* 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