Skip to content

Make new header app default

What does this MR do and why?

The new Vue app for header of Repository, Blob and Project Overview pages is temporarily hidden behind common_repository_blob_header_app=true URL param. This MR replace the url param with a derisk feature flag :blob_repository_vue_header_app.

Three wo additional changes:

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

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
Tree

Screenshot 2025-01-07 at 11.24.54 PM.png

Screenshot 2025-01-23 at 8.55.11 AM.png

Blob

Screenshot 2025-01-07 at 11.25.38 PM.png

Screenshot 2025-01-23 at 8.54.43 AM.png

Project overview

(forked project)

Jan 16 Screenshot from Test Session.png

Screenshot 2025-01-16 at 10.17.08 AM.png

How to set up and validate locally

  1. Enable the feature flag
   Feature.enable(:blob_repository_vue_header_app)
  1. See #512957 (closed) for breakdown of features to test

Related to #509327 (closed) #502383 (closed)

Edited by Chaoyue Zhao

Merge request reports

Loading