summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-113-0/+6
* Correct "autorize" typosRobert Speicher2018-06-271-1/+1
* Backport EE SlashCommand RefactorMark Chao2018-06-041-8/+10
* Add slash command for moving an issueSean McGivern2018-03-153-0/+99
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
* Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets2018-03-072-2/+2
* Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-232-5/+7
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-8/+9
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+3
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Improve wording related to deploy chatops commandfix/gb/fix-chatops-deploy-multiple-actions-matchingGrzegorz Bizon2017-07-281-1/+1
* Improve deploy environment chatops slash commandGrzegorz Bizon2017-07-282-21/+23
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-1/+1
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-1520-351/+641
* Backport Fix '/unassign' slash commandbackport_fix_slash_commands_for_multiple_assigneeValery Sizov2017-06-072-4/+10
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-042-15/+83
* Allow slashes in slash command argumentsRémy Coutable2017-02-171-1/+1
* 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