Skip to content

Add audit event name for change to Project Settings

What does this MR do and why?

This MR adds a meaningful audit event name in Project Settings when merge_commit_template setting is updated

How to set up and validate locally

  1. Setup audit event streaming on a group https://docs.gitlab.com/ee/administration/audit_event_streaming.html#add-a-new-streaming-destination
    1. Hint: use https://webhook.site/
  2. Create a new project https://docs.gitlab.com/ee/user/project/working_with_projects.html#create-a-project
  3. Change the settings for merge_commit_template in Project Settings https://docs.gitlab.com/ee/user/project/settings/
  4. Check audit event is streamed with correct event name.

MR acceptance checklist

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

Related to #369314 (closed)

Edited by Nate Rosandich

Merge request reports