gitlab-org--gitlab-foss/spec/features
Rémy Coutable 0eea8c8857 Support slash commands in noteable description and notes
Some important things to note:

- commands are removed from noteable.description / note.note
- commands are translated to params so that they are treated as normal
  params in noteable Creation services
- the logic is not in the models but in the Creation services, which is
  the right place for advanced logic that has nothing to do with what
  models should be responsible of!
- UI/JS needs to be updated to handle notes which consist of commands
  only
- the `/merge` command is not handled yet

Other improvements:

- Don't process commands in commit notes and display a flash is note is only commands
- Add autocomplete for slash commands
- Add description and params to slash command DSL methods
- Ensure replying by email with a commands-only note works
- Use :subscription_event instead of calling noteable.subscribe
- Support :todo_event in IssuableBaseService

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-13 00:05:57 +02:00
..
admin fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
atom fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
dashboard fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
groups/members Fix a few nitpicks 2016-07-20 14:38:21 +02:00
issuables State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
issues Support slash commands in noteable description and notes 2016-08-13 00:05:57 +02:00
merge_requests Support slash commands in noteable description and notes 2016-08-13 00:05:57 +02:00
profiles Avoid to show the original password field when password is automatically seted 2016-08-08 13:55:57 -03:00
projects Fix test failures 2016-08-12 12:23:47 +02:00
security Allow to access Container Registry for Public and Internal projects 2016-07-15 17:05:41 +02:00
tags Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
todos fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
builds_spec.rb Ensure current user can retry a build before showing the 'Retry' button 2016-07-26 11:05:46 +02:00
ci_lint_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
commits_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
compare_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
container_registry_spec.rb Show proper image ID on registry page 2016-06-21 13:08:10 +02:00
dashboard_issues_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
dashboard_milestones_spec.rb Add missing Dashboard::LabelsController 2016-03-23 12:02:15 +01:00
environments_spec.rb Add an URL field to Environments 2016-07-29 13:54:45 +02:00
expand_collapse_diffs_spec.rb Collapsed diffs lines/size don't accumulate to overflow diffs. 2016-07-18 14:43:28 -06:00
gitlab_flavored_markdown_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
groups_spec.rb Fix creating group with space in group path 2016-07-14 15:31:48 -03:00
help_pages_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
issues_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
login_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
markdown_spec.rb Remove VideoJS and clean the integration 2016-07-20 11:36:42 +02:00
milestone_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
notes_on_merge_requests_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
participants_autocomplete_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
password_reset_spec.rb Use devise paranoid mode and ensure the same message is returned every time 2015-12-09 18:40:37 -06:00
pipelines_settings_spec.rb Create PipelinesSettingsController for showing settings page 2016-07-20 14:39:06 +02:00
profile_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
projects_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
protected_branches_spec.rb Wrap param with parens for consistency 2016-08-05 17:19:01 -05:00
runners_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
search_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
signup_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
task_lists_spec.rb Update specs to carry out changes in note factory 2016-05-29 15:03:00 -04:00
triggers_spec.rb Remove ci_ prefix from all ci related things 2015-12-11 18:02:09 +01:00
u2f_spec.rb Add a U2F feature spec for multiple devices owned by the same user. 2016-07-14 08:19:09 +05:30
users_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
variables_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00