Skip to content

Improving membersQuery for indirect and group relationships

Max Fan requested to merge 410162-fix-missing-importer-members into master

What does this MR do and why?

Improving membersQuery as currently, importing issues and MRs, some users are missing due to being added via groups or ancestors.

This adds

Project

  • INVITED_GROUPS
    • This is when the project itself has invited a group to collaborate
  • SHARED_INTO_ANCESTORS
    • This is when the project's group has invited a group to collaborate

Group

  • SHARED_FROM_GROUPS
    • This is when the group has invited a group to collaborate

Screenshots or screen recordings

n/a bulk import should replicate source project

Before After

How to set up and validate locally

Some very detailed steps in: #410162 (closed) 's description

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 #410162 (closed)

Edited by Max Fan

Merge request reports