Skip to content

Show GitLab Next badge in new sidebar on canary

Thomas Hutterer requested to merge new_nav_next_badge into master

What does this MR do and why?

Small follow-up MR to #390390 (closed), regarding this #390390 (comment 1291172261)

While using the new navigation on "GitLab Next", our canary infrastructure, it shows that "Next" badge next to the tanuki logo, as it does in our current navigation.

Screenshots or screen recordings

image

How to set up and validate locally

  1. Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
  1. Enable the user setting from the user dropdown on the top-right.

  2. The new navigation should now appear on every page.

  3. The "Next" badge should show only on our canary infra of gitlab.com, so make sure that:

  • it doesn't show at first
  • it does show up after changing gitlab_com_and_canary in !113104 (diffs) to true.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thomas Hutterer

Merge request reports

Loading