Skip to content

Expose webhook data for ProjectMember via its own data-builder class

Priyan Sureshbabu requested to merge refactoring-project-member-290290 into master

What does this MR do?

Related issue #290290 (closed)

This refactor helps to get all event data required for firing project member related webhooks from its own data-builder class, namely Gitlab::HookData::ProjectMemberBuilder so that this information is not private to SystemHooksService anymore.

No changelog added as this is only a refactor.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Manoj M J

Merge request reports