Skip to content

Make Group Activity Analytics a beta feature

Aakriti Gupta requested to merge ag-check-beta-feature-availability into master

What does this MR do?

This MR changes the group policy for Group Activity Analytics, so that it is available as a beta feature.

This allows us to enable it for a few groups first and test it out.

When we can make it GA, we can enable the feature flag globally, without having to remove the beta_feature_available? check first.

To permanently move this feature out of beta, we can switch the beta_feature_available? check to feature_available?. (MR !29261 (merged))

Screenshots

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 Dan Jensen

Merge request reports