Skip to content

Fix cross joins in member_owners_excluding_project_bots

What does this MR do and why?

Related issue: #417455 (closed)

Fix cross joins in member_owners_excluding_project_bots

We fix the cross join to users by preloading the related user in batches, then filtering out project bots.

This is acceptable because all callers already to load the relation in one form or another.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Edited by Thong Kuah

Merge request reports