Skip to content

Properly Handle Email Invites for Block Seat Overages

What does this MR do and why?

When block seat overages is enabled for a group, then the number of billable users cannot exceed the number of seats in the subscription.

This MR prevents email invites from being added to the namespace in excess of the total number of seats in the subscription.

This feature is behind a feature flag.

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/443383

Overarching issue describing the feature: https://gitlab.com/gitlab-org/gitlab/-/issues/432733

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
Screen_Recording_2024-03-06_at_4.08.35_PM Screen_Recording_2024-03-06_at_4.12.41_PM

How to set up and validate locally

  1. Enable the feature flag: Feature.enable(:block_seat_overages, group)
  2. Run in simulating saas mode.
  3. Follow the steps seen in each video for a namespace with no empty seats left in the subscription.
Edited by Jason Goodman

Merge request reports