Skip to content

Resolve odd blank-slate error

Robert May requested to merge blank-slate-error into master

What does this MR do?

After upgrading my Postgres setup for the GDK, my local instance somehow ended up in a state where an error occurred because of last_pipeline being nil. This should have been a fresh database with the latest, freshly-added seed data, so in theory this could happen to others too. This MR seems to resolve the issue.

The error raised is:

undefined method `detailed_status' for nil:NilClass

on line 72 in app/views/shared/projects/_project.html.haml.

Screenshots

image

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
Edited by Robert May

Merge request reports