Skip to content

Creates vue components for stage dropdowns and job list container for job log view

Filipa Lacerda requested to merge 50101-builds-dropdown into master

What does this MR do?

Creates vue components for stage dropdowns and job list container for job log view

Ports 2 haml parts into 2 separate components. https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/views/projects/jobs/_sidebar.html.haml#L63

When the dropdown item is clicked on stages_dropdopwn, it will make an API request and populate the list on jobs_container. It may change a bit depending on how the API will handle the first request.

What are the relevant issue numbers?

#50101 (closed)

Does this MR meet the acceptance criteria?

Edited by Filipa Lacerda

Merge request reports