Skip to content

Enable linear ancestors for groups

What does this MR do and why?

In this MR we're removing the feature flag linear_group_ancestor_scopes to allow linear group ancestor queries.

How to set up and validate locally

  1. Execute the following in the Rails console with the proper id depending on the scope testing:
Group.ids_with_disabled_email(User.first.groups)

MR acceptance checklist

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

Related to #341115 (closed)

Merge request reports