Skip to content

Change real-time assignees to use GraphQL subscriptions

Heinrich Lee Yu requested to merge graphql-subscriptions-frontend into master

What does this MR do?

This updates the frontend to use the new GraphQL subscription added in !59834 (merged)

Related to #244934 (closed)

QA Steps

  1. Open the same issue in two tabs
  2. Change the assignee on one tab
  3. The other tab should have the new assignees reflected

You may need to enable the :broadcast_issue_updates feature flag if testing assignee updates from the Rails console.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Heinrich Lee Yu

Merge request reports