Skip to content

Have existing code use the outbound scope

Allison Browne requested to merge ab-make-existing-scope-use-outbound-3 into master

What does this MR do and why?

As part of the work for #346298 (closed)

We need to ensure that all existing job scope code queries using the outbound scope.

For this we introduce OutboundScope and InboundScope classes.

Scope is the higher level concept that instantiates the OutboundScope or InboundScope

No application behavior was changed in the making of this MR.

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 Allison Browne

Merge request reports