Skip to content

Hide repeated trial offers on self-hosted instances

What does this MR do?

Hide repeated trial promotions on self-hosted instances.

On self-hosted instances when a trial license expires, and is deleted we current offer new repeated trials to the admins. With these changes we track trial ends date at instance level and do not suggest repeated trials to admins

The issues https://gitlab.com/gitlab-org/gitlab/issues/35443 and https://gitlab.com/gitlab-org/growth/engineering/issues/95

Screenshots

Before: We offered repeated trials After: Once a trial ends, we offer purchase
screenshot-2019-11-05-12-56-16 screenshot-2019-11-05-13-06-52

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 Alper Akgun

Merge request reports