Skip to content

Lazy load artifacts on pipeline MR widget

Scott Hampton requested to merge sh-lazy-load-pipeline-mr-widget-artifacts into master

What does this MR do?

Related to #329798 (closed)

Lazy load the artifacts on the pipeline MR widget when clicking on the dropdown button.

Instead of checking if we have artifacts before showing the dropdown, we will always show the dropdown and just show an empty message inside if there are not artifacts.

Screenshots (strongly suggested)

Screen_Shot_2021-05-05_at_11.05.50_AM

No artifacts to show

Screen_Shot_2021-05-05_at_9.50.31_AM

Artifacts are loaded

Screen_Shot_2021-05-05_at_9.51.09_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports