Skip to content

Remove the fallback to on-the-fly calculation of latest pipeline

Siddharth Asthana requested to merge edith007/gitlab:issue_331950 into master

What does this MR do?

This MR aims to solve the issue #331950 (closed)

Since we are using a pre-set value for retrieving the latest pipeline with security reports instead of calculating the value which is a using expensive SQL queries. We should remove that fallback along with the only_successful.

Merge request reports