Skip to content

Enable real-time issue assignees by default

Heinrich Lee Yu requested to merge mount-actioncable-engine-always into master

What does this MR do and why?

Enables real-time issue assignees feature flags by default. This also mounts the Action Cable engine all the time. Doing this has minimal impact, so we do this to reduce configuration complexity.

Related to #330117 (closed)

How to set up and validate locally

  1. Open an issue page in multiple tabs
  2. Change the assignee on one tab
  3. The assignees on the other tab should update immediately

Alternatively:

  1. Open an issue page
  2. Use quick actions to update the assignees
  3. The assignees on the sidebar should update immediately

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Heinrich Lee Yu

Merge request reports