Skip to content

Resolve "Error 500 viewing admin/projects page: undefined method `storage_size' for nil:NilClass"

What does this MR do?

This resolves two 500 errors:

  1. On the admin projects page when a project doesn't have statistics. We now show "Unknown" in that case:

    Screen_Shot_2019-05-16_at_11.53.37

  2. On the admin project page when a project doesn't have statistics. We now show "Storage: Unknown" (and without storage details) in that case:

    Screen_Shot_2019-05-16_at_11.55.51

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

Closes #49915 (closed)

Edited by Rémy Coutable

Merge request reports