summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+1
* Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot2021-12-031-0/+59
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-204-5/+30
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+7
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-2020-20/+20
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-202-10/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-212-2/+2
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-17/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-123-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-064-0/+169
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-3/+19
* Merge branch 'improve-chatops-help' into 'master'Nick Thomas2019-09-013-6/+9
|\
| * Improve chatops help outputimprove-chatops-helpYorick Peterse2019-08-293-6/+9
* | Add a close issue slack slash commandSarah Yasonik2019-08-292-0/+107
|/
* 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