Draft: Rename field in SecurityPolicyProjectCreated subscription
requested to merge rename-error_messages-field-in-security-policy-project-created-subscription into master
What does this MR do and why?
This renames the error_messages
field to errors to be consistent
with graphql mutations. Instead of a string it now returns an array
of strings containing all error messages.
The mutation that triggers the subscription is marked as alpha, so it should not be in use and it should be okay to change the filed.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.