Skip to content

Refactor away project_users_with_descendants method

Thong Kuah requested to merge refactor_away_project_users_with_descendants into master

What does this MR do and why?

Related issue: #417455 (closed)

Refactor away project_users_with_descendants method

As project_users_with_descendants has a cross-join we do not want further usages.

We collapse project_users_with_descendants into its only remaining caller.

Also, update the URLS for allow_cross_joins_across_databases

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