Skip to content

Boilerplate for learn gitlab page experiment [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Nicolas Dular requested to merge nicolasdular/learn-gitlab-page into master

What does this MR do?

This adds boilerplate code for an upcoming experiment: &4875 (closed) We want to implement and test two different designs for the experiment:

As an iteration, and because multiple engineers will work on this with FE & BE code, this just adds the menu to the project page and renders a Vue component according to the current experiment we're in & lists the possible actions.

No changelog because it's behind a feature flag.

How to test locally

  • Enable one of the feature flags: Feature.enable_percentage_of_time(:learn_gitlab_a_experiment_percentage, 100)
  • Signup with a new user
  • Go to the "Learn Gitlab" or any other project
  • Click on "Learn Gitlab"

Screenshots (strongly suggested)

Screenshot_2021-02-05_at_17.35.53

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Nicolas Dular

Merge request reports