Skip to content

Show correct last successful update timestamp

What does this MR do?

We were previously showing the last_update_at of pull mirror as Last successful update timestamp. But that attribute gets set whenever the mirror finished regardless if it failed or not.

We have the last_successful_update_at attribute that gets set when the mirror successfully updated. This change uses that attribute instead.

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

Closes #216535 (closed)

Merge request reports