Skip to content

Move active user count logic to License model

Vitaly Slobodin requested to merge vs-move-threshold-to-a-model into master

What does this MR do?

Context https://gitlab.com/gitlab-org/gitlab/-/issues/223977

Move all code related active user count threshold to the License model. We need both methods active_user_count_threshold and active_user_count_threshold_reached? to be accessible in other places too:

  • on creating/deleting/blocking a new user for checking the active user count threshold.
  • on uploading a new license.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Vitaly Slobodin

Merge request reports