Skip to content

Refactor specs for YamlProcessor

Fabio Pitino requested to merge make-yaml-processor-return-results-1 into master

What does this MR do?

Related to #30066 (closed)

This MR is a preparation refactoring in view of having the YamlProcessor returning a result object rather than raising errors.

The first attempt to refactor YamlProcessor was done in !35737 (closed) but the MR turned out to be too large.

Given that we are going to change the way that errors are handled we first should modify the specs to define the error handling strategy in one place so that it would ease the refactoring later. This MR accomplishes that.

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