Skip to content

[EE] Remove explicit audit event log in MembershipActions

CE MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14824

What does this MR do?

This tries to reduce the delta between CE and EE (which you can see here: https://gitlab.com/rymai-gitlab/ce_ee_diffs_generator/blob/master/diffs/app-controllers.diff).

This removes explicit audit event log in MembershipActions and move the audit calls to specific EE modules.

Does this MR meet the acceptance criteria?

Merge request reports