Use vue.js Pipelines table in commit and merge request view
What does this MR do?
- Extracts pipelines table from vue_pipelines_index in order to reuse it in Merge Request and commits pages.
- Adds a store, a service and a bundle file to render commits pipelines table and merge request pipelines table.
- Moves shared components to
vue_shared/components
- Moves
vue_resource_interceptor
to vue_shared and use as single source of truth - Adds tests for the added tables
- Adds tests for the new table component
- Adds documentation
Are there points in the code the reviewer needs to double check?
Why was this MR needed?
We were using vue and haml to render the same table in 4 different places:
- pipelines' index page
- merge request show page, in pipelines tab
- merge request new page, in pipelines tab
- commits show page, in pipelines tab
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #27141 (closed)