Enhance merge request widget extension subtext handling
- Enhance Merge request widget extension to support strings and objects that represent a link + prepended Text as subText inputs.
- Refactor Code Quality MR Widget to pass in subtext as an object instead of a
sprintf
string
solves: #354495 (closed)
no visual changes |
---|
How to reproduce
Example on how to see this in Action:
- run
Feature.enable(:refactor_mr_widgets_extensions)
- clone https://gitlab.com/jannik_lehmann/code-quality-test into your gdk
- open MR in cloned repo including for example this changes jannik_lehmann/code-quality-test!1 (diffs)
- see codequality MR widget in action
Edited by Jannik Lehmann