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:
- Add event tracking for ref selector (shared Repository header) #502383 (closed)
- Add logic to pass down
new_workspace_pathfor the new workspace link in workspace dropdown, see !176182 (comment 2289738552) - Fix a small UI issue in forked project overview page, found in a test session #512957 (comment 2300488827)
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.
- param was added in #497051 (closed)
- #509327 (closed)
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 | ||
| Blob | ||
|
Project overview (forked project) |
How to set up and validate locally
- Enable the feature flag
Feature.enable(:blob_repository_vue_header_app)
- See #512957 (closed) for breakdown of features to test
Related to #509327 (closed) #502383 (closed)





