Skip to content

Improve pipelines table spacing, add triggerer column

What does this MR do?

Improve the spacing of columns and information in the pipelines table, mainly prevent overlap between the triggerer avatar and the commit author avatar

  • Separate out the pipeline triggerer into its own column and prevent it from overlapping with or being confused with the commit author
  • Allow contents in the Commit column to wrap
  • Adjust column widths:
    • Status: 10% -> 10%
    • Pipeline: 15% -> split into 10% for Pipeline and 10% for Triggerer
    • Commit: 20% -> 20%
    • Stages: 20% -> 15%
    • Time ago: 15% -> 15%
    • Actions: 20% -> 20%
Before After
Full width Screen_Shot_2019-03-18_at_17.50.25 Screen_Shot_2019-04-05_at_12.54.01
Narrow width Screen_Shot_2019-03-18_at_17.52.12 Screen_Shot_2019-04-05_at_12.53.48

What are the relevant issue numbers?

#58105 (closed), #38802 (closed), #35936 (moved), #58342 (moved)

Does this MR meet the acceptance criteria?

Closes #58105 (closed), #38802 (closed)

Edited by Miranda Fluharty

Merge request reports