Skip to content

Resolve "Split out recursive namespace traversal"

What does this MR do?

Moved the set of Namespace methods that deal with traversal in to their own module.

This move is being made as part of a larger effort to improve performance of namespace queries by replacing recursive queries with linear queries.

There is some more general information in the epic at &5296 (closed)

The work has been created under a new module to satisfy this new rubocop rule !51236 (merged)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #300519 (closed)

Edited by Alex Pooley

Merge request reports