Skip to content

Add JSON schema validation for DailyBuildGroupReportResult

Part #219506 (closed)

What does this MR do?

This MR adds JSON schema validation for our DailyBuildGroupReportResult model.

Why are we doing this?

Part of our effort in #219134 (closed), we want to validate jsonb column with a proper schema.

I believe we should ensure that each jsonb column has a Rails JSON schema validation to ensure that we always store a document of a known format instead of gibberish.

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

Merge request reports