Skip to content

Creates a mediator for pipeline details vue in order to mount several vue apps with the same data

Filipa Lacerda requested to merge 31849-pipeline-show-view-realtime into master

What does this MR do?

Creates a mediator to extract the logic of making a request to the server.

This is needed because we need to also render the header of details page in vue.js but we won't render everything in the page in vue.js yet.

The end goal is to have the all page in vue.js, when we get there we can remove the mediator and mount only one vue app.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31849 (closed)

Edited by Filipa Lacerda

Merge request reports