Skip to content

Selective auth refresh on group unlink

Alex Pooley requested to merge ap-faster-group-unlink into master

What does this MR do and why?

When a group group link is destroyed a significant number of jobs can be created to update user permissions. Rather than refresh every users project authorizations, this MR attempts to shortcut calculations to only refresh when necessary.

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/365909

Merge request reports