Migrate Pipelines table to GL Table
Proposal
The pipelines table consist of two main components
app/assets/javascripts/pipelines/components/pipelines_list/pipelines_table.vueapp/assets/javascripts/pipelines/components/pipelines_list/pipelines_table_row.vue
Then in pipelines_table_row.vue the column data is broken down into smaller components, such as commit, triggerer etc.
We should move the table to utilize GlTable and pass the pipeline data to the table instead of looping through the pipelines_table_row.vue component
Links
Edited by Sam Beckham