diff options
| author | Rémy Coutable <remy@rymai.me> | 2016-08-12 11:19:29 +0200 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2016-08-13 00:36:47 +0200 |
| commit | f393f2dde016edf63b5168eb63405f15d65803eb (patch) | |
| tree | 12fc300a54c66a8b16b5d22000f493d92f03ba42 /doc/workflow | |
| parent | aadc5062ebe755aaf3fbb27fdd0af093770c9ce8 (diff) | |
| download | gitlab-ce-f393f2dde016edf63b5168eb63405f15d65803eb.tar.gz | |
Simplify the slash commands DSL to store action blocks instead of creating methods
Other improvements:
- Ensure slash commands autocomplete doesn't break when noteable_type is not given
- Slash commands: improve autocomplete behavior and /due command
- We don't display slash commands for note edit forms.
- Add tests for reply by email with slash commands
- Be sure to execute slash commands after the note creation in Notes::CreateService
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/workflow')
| -rw-r--r-- | doc/workflow/slash_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/slash_commands.md b/doc/workflow/slash_commands.md index c4edbeddd40..2bdc18ad248 100644 --- a/doc/workflow/slash_commands.md +++ b/doc/workflow/slash_commands.md @@ -25,5 +25,5 @@ do. | `/done` | None | Mark todo as done | | `/subscribe` | None | Subscribe | | `/unsubscribe` | None | Unsubscribe | -| `/due_date a date in natural language` | `/due` | Set due date | +| `/due <in 2 days | this Friday | December 31st>` | `/due_date` | Set due date | | `/clear_due_date` | None | Remove due date | |
