Skip to content

Resolve "Remove Security Dashboard router from pipelines view"

What does this MR do?

Removes the router from the Pipeline Security Dashboard.

This also removes the coupling between the Security Dashboard store and the router. Previously, the store was always instantiated with the (singleton) router, and bound to it. Now, the router must be created and bound to the store explicitly.

Screenshots

N/A; the Pipeline Security Dashboard will simply no longer add query parameters to the page URL.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by Mark Florian

Merge request reports