Skip to content

Add banzai filter to detect commit message trailers and properly link the users

What does this MR do?

This MR adds implementation for #31640 (closed)

Screenshots

Before

Screen_Shot_2018-03-22_at_14.28.19

After

Screen_Shot_2018-03-22_at_14.27.48

Feature roadmap

  • Detect multiple Co-Authors
  • Link Co-Authors using their emails
  • Link to mail-to if co-authors are not gitlab users
  • Detect Co-Authored-By: regardless of case
  • Link Co-Authors using their reference handles
  • Add tooltip for the name link hover
  • Recognize other tags as mentioned Here
  • Group tags together (place authors on the same line?)
  • Add specs
  • Refactor link_tag method to use keyword arguments

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31640 (closed)

Edited by Takuya Noguchi

Merge request reports