Skip to content

Pipelines store actions & states in web IDE

Phil Hughes requested to merge ide-jobs-list into master

What does this MR do?

This adds the Vuex store module for pipelines & CI jobs to the web IDE. To get the data for the pipelines & CI jobs we use the public API to fetch this data. For the jobs, we load each page of the API call until no more pages exist.

This does not add any public facing components so has no impact on the user. Another merge request after this will add the components on top by using this received data.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/44604

Edited by Filipa Lacerda

Merge request reports