gitlab-org--gitlab-foss/spec/lib/gitlab/email
Rémy Coutable f393f2dde0
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>
2016-08-13 00:36:47 +02:00
..
handler Simplify the slash commands DSL to store action blocks instead of creating methods 2016-08-13 00:36:47 +02:00
message Introduce Compare model in the codebase. 2016-08-03 07:00:20 +02:00
attachment_uploader_spec.rb Get rid of is_image in FileUploader 2016-07-19 18:51:09 +02:00
email_shared_blocks.rb Merge remote-tracking branch 'upstream/master' into new-issue-by-email 2016-07-26 14:51:52 +08:00
receiver_spec.rb Get rid of is_image in FileUploader 2016-07-19 18:51:09 +02:00
reply_parser_spec.rb