Skip to content

Use last_activity_at attr when showing the update date in project listing

What does this MR do?

It uses the last_activity_at attribute instead of updated_at when showing the update date of a Project.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Because we were showing a wrong update date given updated_at is not updated when pushing code for instance.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32869 (closed)

Merge request reports