Skip to content

Operator: updates docs-lint image for new SVG use

Amy Qualls requested to merge aqualls-update-html-lint-image into master

In gitlab-org/gitlab!147384 (merged), @lauraXD discovered that a badge image available in https://gitlab-org.gitlab.io/gitlab-svgs/ was causing a pipeline error when using it in the UI:

ArgumentError: partner-verified is not a known icon in @gitlab-org/gitlab-svg
926lib/helpers/icons_helper.rb:22:in `icon':
partner-verified is not a known icon in @gitlab-org/gitlab-svg (ArgumentError)

Our internal Technical Writing documentation gives instructions on what to do. I've created gitlab-org/gitlab-docs#1777 (closed) to update the linting images.

This MR is one of a set to make the new images available in our major repos, to unblock Laura.

Related items

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
  • Validate potential values for new configuration settings. Formats such as integer 10, duration 10s, URI scheme://user:passwd@host:port may require quotation or other special handling when rendered in a template and written to a configuration file.

Related issues

Merge request reports