Skip to content

Clean up nil type logic for user namespace

What does this MR do and why?

Now that all the nil namespace types have been backfilled to User, and it's no longer possible to have a nil type namespace, we can remove any namespace finder logic that uses [nil or User] as a search. We can simply search for type = User.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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

Edited by charlie ablett

Merge request reports

Loading