Fix pipelines/latest url not loading pipeline graph
requested to merge 389552-shortcut-link-to-view-the-latest-pipeline-does-not-load-populate-the-pipeline-stages into master
What does this MR do and why?
When we migrated the pipeline tabs to Vue and VueRouter, we did not implement the latest
route for pipelines. This leads to an issue and this MR fixes this and also adds tests to prevent this from happening again with feature specs that visit the latest
url and expect to see the pipeline graph.
Screenshots or screen recordings
Before | After |
---|---|
Screen_Recording_2023-01-31_at_11.15.42_AM | Screen_Recording_2023-01-31_at_11.03.23_AM |
How to set up and validate locally
- Open GDK
- Visit
/pipelines/latest
- Notice the pipeline graph loads
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #389552 (closed)
Edited by Frédéric Caplette