Skip to content

Uses new Vuex store in job log page

Filipa Lacerda requested to merge 50904-use-vuex-store-job into master

What does this MR do?

Part of #50904 (closed). Instead of doing the refactor all at once and having a huge MR, this MR handles only the store.

It uses the new Vuex store for the job log page and removes the old mediator&service pattern.

We should have enough tests to guarantee coverage, both in Karma and Rspec.

What are the relevant issue numbers?

#50904 (closed)

Does this MR meet the acceptance criteria?

Merge request reports