Skip to content

Publish an event when a Namespace changes parents

Brian Williams requested to merge bwill/add-namespace-parent-changed-event into master

What does this MR do and why?

Publish an event when a Namespace changes parents

Allows for other services to respond when a namespace moves.

We want to subscribe to this event so that we can update vulnerability_reads.traversal_ids and sbom_occurrences.traversal_ids when a namespace moves. A similar event will be created for projects in a different merge request.

Relates to: #437636 (closed) and #437669 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Brian Williams

Merge request reports