Add service and worker to save compliance violations when MR is merged
- Add a worker to EE PostMergeService and update YAML configs for worker - Add service to worker to be triggered async - Add new feature flag to service so the backend can be rolled out separately from the frontend work - If the feature flag is set and the MR is merged, call the compliance violations process - Updated ApprovedByCommitter and ApprovedByMergeRequestAuthor to use approved_by_users rather than approver_users - Updated ApprovedByInsufficientUsers to use the metrics if it exists - Add specs
Showing
Please register or sign in to comment