Skip to content

Add tooltips for all settings

Alexander Turinske requested to merge 430281-add-tooltip into master

What does this MR do and why?

Add tooltips for all settings

  • add strings for tooltips
  • remove unused tooltip directive

Changelog: added

EE: true

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Tooltips

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Turn on all the settings feature flags
echo "Feature.enable(:scan_result_policies_block_unprotecting_branches) && Feature.enable(:scan_result_any_merge_request) && Feature.enable(:scan_result_policies_block_force_push)" | rails c
  1. Upload a GitLab Ultimate license
  2. Navigate to a project/group => Secure => Policies => New policy => Scan Result Policy => Select Any merge request type
  3. Hover over every setting and ensure there is a tooltip

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 #430281 (closed)

Merge request reports