Skip to content

Ownership module to accept different scopes

charlie ablett requested to merge 365459-cablett-ownership-module into master

What does this MR do and why?

Try a shared ownership method to untangle some technical debt and hidden "direct-owners-only" logic gotchas.

At the moment, there's no distinction between "has owner role" and "directly owned by". This attempts to create a clear method that can be used for more calls to owned_by to determine what these calls actually intend.

Split off MRs

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.

Related to #365459

Edited by charlie ablett

Merge request reports