Skip to content

Update projects list to sort by the displayed timestamps

David Palubin requested to merge dpalubin/gitlab:issue-27181 into master

What does this MR do?

This MR updates the projects list on the dashboard so that when sorting by Last Updated or Oldest Updated, the sort order matches with the project timestamps displayed on the page. Previously the sort order was dependent solely on last_activity_at, while the displayed timestamp was the most recent of last_activity_at, last_repository_updated_at, and updated_at. This MR is continued from gitlab-foss!29859 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance 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
Edited by David Palubin

Merge request reports