Merge branch '4273-slash-commands' into 'master'
Support slash commands in issues / MR description & comments
See merge request !5021
Showing
... | ... | @@ -209,7 +209,8 @@ gem 'mousetrap-rails', '~> 1.4.6' |
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
# Parse duration | ||
# Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
gem 'sass-rails', '~> 5.0.0' | ||
... | ... |
app/services/notes/slash_commands_service.rb
0 → 100644
doc/workflow/slash_commands.md
0 → 100644
lib/gitlab/slash_commands/dsl.rb
0 → 100644
lib/gitlab/slash_commands/extractor.rb
0 → 100644
spec/fixtures/emails/commands_in_reply.eml
0 → 100644
spec/fixtures/emails/commands_only_reply.eml
0 → 100644
spec/lib/gitlab/slash_commands/dsl_spec.rb
0 → 100644
spec/services/issues/reopen_service_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment