Skip to content

Fix 503 errors caused by Gitaly failures during project_icon lookup

What does this MR do?

Project icon looks up the icon from the repository and uses it if found, but it's causing 503 errors when Gitaly request fails. I think it's reasonable to rescue Gitaly exceptions and display what we can without Gitaly.

Screenshots

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

Relates to #34722 (closed)

Edited by Sincheol (David) Kim

Merge request reports