Record Member activity on git actions
What does this MR do and why?
In !155559 (merged) we added the ability to track a member's last activity date by using the EventStore and a newly added event which is currently only published in RecordUserLastActivity
In this MR, we are publishing those events during git based activities, in the same way and scenarios that we update the user's last activity date.
The activity handling is feature flagged behind track_member_activity
, rollout issue
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.