Skip to content

Add validations to DevOpsReport::Metric

What does this MR do and why?

Related to #343145 (closed).

This MR:

  • Adds presence and numericality validations to DevOpsReport::Metric model to not rely on database constraints alone when handling record creation.
  • Moves the METRICS constant to the model to have a single source of truth for these metric attributes.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Piotr Skorupa

Merge request reports