Skip to content

Pass params on initializing GroupMemberFinder

Aakriti Gupta requested to merge ag-pass-params-on-init into master

What does this MR do?

This MR changes the GroupMembersFinder#initialize to accept params, instead of passing them to the execute method.

This is useful when e.g. CreatedAtFilter needs to access params as an instance variable..

Screenshots

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 Aakriti Gupta

Merge request reports