Skip to content

Remove the billing in side nav experiment

Doug Stull requested to merge 352177-cleanup-billing-nav-experiment into master

What does this MR do and why?

  • Remove billing in side nav experiment

How to set up and validate locally

  1. Turn on billing features in the app(via rails console)

    ApplicationSetting.first.update(check_namespace_plan: true)
  2. Visit any group or project pages such as http://localhost:3000/flightjs

  3. Observe the Billings is not in the side nav

MR acceptance checklist

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

Related to #352177

Edited by Doug Stull

Merge request reports