Skip to content

Render blob panel even if the highlighting request failed

Warren Gifford requested to merge es/fix-git-history-binary into master

Created by: eseliger

This caused #10999 (closed) where no git history would show up, because the request for the highlighted content fails, as the file is binary.

The Blob panel should be rendered independently of the blob content. That way

  • it's possible to still show the history when the render failed
  • the fetch for the history data can happen earlier, before the blob is done highlighting

Closes #10999 (closed)

Merge request reports

Loading