Skip to content

Update User's last_activity_on for any GET request on projects

What does this MR do?

In order to have an accurate date about the last activity of a User we need to update the last_activity_on field when the User is visiting some basic pages of GitLab like pages related to Dashboards, Projects, Issues and Merge Requests.

By default when a users signs in we redirect to the Project Dashboard, that's why we aren't doing anything special about the sign in action given all Dashboards are covered.

What are the relevant issue numbers?

Closes #54947 (closed)

Does this MR meet the acceptance criteria?

Edited by Rubén Dávila

Merge request reports