Skip to content

Created new merge checks component

Phil Hughes requested to merge ph/423111/mergeChecksBaseComponent into master

What does this MR do and why?

Created a new merge checks component which will be used for when the merge when checks pass feature is enabled.

This component will fetch the merge checks from the GraphQL API and then render the returned list. It will either render the returned message through the message.vue component or it can be overriden.

To override you add a new property to the COMPONENTS object in the merge_checks.vue component with the key name matching the identifier returned from the GraphQL API.

Screenshots or screen recordings

Screenshot_2023-09-28_at_13.00.20

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.

#423111 (closed)

Edited by Phil Hughes

Merge request reports