Draft: Resolve "Add GraphQL mutation to enqueue the background job to enable SPP for all projects in group"
requested to merge 502828-add-graphql-mutation-to-enqueue-the-background-job-to-enable-spp-for-all-projects-in-group into gkatz_bulk_update_spp_for_group
What does this MR do and why?
The code changes relate to a new feature that enables or disables Pre-Receive Secret Detection for a group. This feature helps protect secrets from being pushed to a group's repositories. The changes involve adding a new mutation to the GraphQL API and the necessary backend code. Additionally, unit tests have been added to ensure the new feature works as expected.
References
Related to #502828 (closed)
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.
Edited by Miki Amos