Skip to content

Draft: Rollout FF support_group_level_merge_checks_setting

What does this MR do and why?

Related issues: Feature issue | Rollout FF issue

Remove feature flag support_group_level_merge_checks_setting to enable group-level MR checks settings.

Screenshots or screen recordings

Will add Merge requests > Merge checks settings support for group level.

How to set up and validate locally

  1. Make sure that you already have GitLab Premium certificate locally
  2. Visit the group Settings > General > Merge requests page (Like http://127.0.0.1:3000/groups/flightjs/-/edit)
    Expect: There is a Merge Request area
  3. Select any checkbox in the Merge Request
  4. Visit the Settings > Merge Request > Merge checks page of the project under the group (Like http://127.0.0.1:3000/flightjs/Flight/-/settings/merge_requests)
    Expect: The configuration that was checked in step 2 is now also checked and set to the disabled state

MR acceptance checklist

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


cc @mtan-gitlab @icbd

Edited by Zhiyuan Lu

Merge request reports