Remove `ancestor_inherited` to `ancestor_inherited` transitions

What does this MR do and why?

Remove ancestor_inherited to ancestor_inherited namespace state transitions.

References

Related to #582768 (closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

  1. Toggle the remove_group_ancestor_inherited_transitions and remove_project_ancestor_inherited_transitions feature flags
  2. In the rails console, run Group.where(state: 0).first.unarchive!
    • Depending on the feature flag, this should either raise an error or proceed successfully.

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Shane Maglangit

Merge request reports

Loading