Skip to content

Draft: Move Build timeout presentation from MetadataEntity to BuildEntity

What does this MR do and why?

This MR removes some code dedicated to presentation of Ci::BuildMetadata records.

We intend to remove useful historical data for customers from the Ci::BuildMetadata class in #271615 (closed) so we can start erasing metadata records.

As we want everything in Ci::BuildMetadata to be processing data and implementation detail of Build, we should access and structure this logic in the user-facing model.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading