Skip to content

Remove set namespace to read-only state

Angelo Gulina requested to merge ag/468497-remove-read-only-state into master

What does this MR do and why?

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/468497. This MR removes the read-only state of the namespace when Block Seats Overages is active and the namespace is over the seats limit.

MR acceptance checklist

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

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

  1. Add more billable members to your group than there are seats in the subscription
  2. Enable the feature flag: Feature.enable(:block_seat_overages, group)
  3. Run in simulating saas mode
  4. The namespace should not be read-only
Edited by Angelo Gulina

Merge request reports