Skip to content

Remove bold emphasis from summary text

Savas Vedova requested to merge 382728-remove-bold-emphasis into master

What does this MR do and why?

Recently, an MR got merged which removes the emphasis from the Widget V1. More context here: !103485 (comment 1169575140).

This MR removes the bold emphasis from the summary text also for the Widget V2.

Screenshots or screen recordings

header after
image image

How to set up and validate locally

  1. You'll need an EE License
  2. You'll need to have runners enabled (See $2408961 for setting up a runner)
  3. Enable :refactor_security_extension to turn this feature on.
echo "Feature.enable(:refactor_security_extension)" | rails c
  1. Import https://gitlab.com/gitlab-examples/security/security-reports
  2. Create a new MR by editing a file
  3. Go to the MR page and check the widget

To generate data, I'm using the Mokku extension. You can import mokku-mocks-16-11-2022.json to mock API responses to return empty findings.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #382728 (closed)

Edited by Savas Vedova

Merge request reports