2d233dac45
`project.pipeline_status.has_status?` is cached, which can lead to Error 500s in the UI if the this condition is used to check whether a pipeline exists for a commit. We now expire the cache to ensure that the information is consistent. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59453
5 lines
110 B
YAML
5 lines
110 B
YAML
---
|
|
title: Clear pipeline status cache after destruction of pipeline
|
|
merge_request: 26575
|
|
author:
|
|
type: fixed
|