Skip to content

Ensure last pipeline is fetched on render of Web IDE status bar

James Rushford requested to merge fix-last-pipeline-fecth-in-web-ide into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Pipeline details previously only being fetched when commit was changed and not on initial render, meaning details were not rendered. Fixed by ensuring fetch initially as well as on change.

Bug identified in !86146 (merged) comment here

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Before Changes After Changes
Screenshot_2022-04-29_at_13.18.16 Screenshot_2022-04-29_at_13.08.35

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Edit a file in a project that has active pipelines in web IDE, image is bottom left of page. example link

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports