Skip to content

Remove blob blame link module

Nataliia Radina requested to merge 439836-remove-blob-blame-js into master

What does this MR do and why?

Remove blob blame link module

Since we are rendering blame links directly in .vue file this module is not needed anymore

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

  1. Go to any project
  2. Make sure that both source viewer(any file except legacy) and simple viewer (any legacy file) are working properly, no console errors and blame link per line is visible and clickable.

Related to #439836 (closed)

Merge request reports