Skip to content

Blob refactor: Expose initAuxiliaryViewer method

Jacques Erasmus requested to merge 334789-expose-init-aux-viewer into master

What does this MR do?

This MR is part of a bigger effort to Refactor Repository Browser to 1 Vue Application.

In this iteration to Ensure Auxilary viewers work as expected we move the initAuxiliaryViewer method outside of the BlobViewer class and export it. This enables us to call the initAuxiliaryViewer method in the refactored blob viewer as well (follow-up MR).

Description MR
Expose initAuxiliaryViewer method This MR 👈
Fix the Auxiliary viewers follow-up MR

Screenshots or Screencasts (strongly suggested)

No visual changes are expected, Auxiliary viewers still works as expected when the refactor_blob_viewer FF is off.

Screenshot_2021-07-21_at_12.53.10

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #334789 (closed)

Edited by Jacques Erasmus

Merge request reports