Skip to content

Adds feature flag to disable package events

Giorgenes Gelatti requested to merge 205578-feature-flag-pkg-events into master

What does this MR do?

Recently, it was introduced package events tracking using the database for later collection using usage ping. These data are growing a little too fast so I'm turning it off until we have proper management in place (#267098 (closed)).

This MR introduces a feature flag to disable the package events collection using the database. There's no impact since these data are still not in use.

Screenshots (strongly suggested)

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

Related to #205578 (closed)

Edited by Giorgenes Gelatti

Merge request reports