Skip to content

Remove time param in Gitlab::UsageDataCounters::EpicActivityUniqueCounter

Jarka Košanová requested to merge 325535-make-param-optional into master

What does this MR do?

It removes the time param from track_unique_action as it is not needed now and it defaults to Time.current in Gitlab::UsageDataCounters::HLLRedisCounter.

I considered making the param optional but as we don't use it at all I decided to remove it. We can always add the param if needed.

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 #325535 (closed)

Edited by Jarka Košanová

Merge request reports