Skip to content

Track usage pings when MR gets locked/unlocked [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Patrick Bajao requested to merge 292824-track-mr-lock-changes into master

What does this MR do?

We need to track how many users locks/unlocks a merge request.

To get that, whenever the discussion_locked gets toggled for a merge request, we track the following events:

  • i_code_review_user_mr_discussion_locked
  • i_code_review_user_mr_discussion_unlocked

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

Edited by 🤖 GitLab Bot 🤖

Merge request reports