Skip to content

Add whats_new version tabs for self-managed

Jay requested to merge jswain_whats_new_tabs into master

What does this MR do?

This commit adds in the version specific tabs to the "whats new" drawer for self-managed instances.

The WhatsNewController now returns data from 2 different parameters, version OR page. The result is now a Struct that has attributes, instead of a Hash.

part of: gitlab-org/growth/engineering#5388 (closed)

To view the feature locally you must enable the following feature flags:

Feature.enable(:whats_new_dropdown)
Feature.enable(:whats_new_drawer)

as well as set the gitlab_dot_com attribute to false here.

And then navigate to the help menu, and select "See What's new"

Screenshots

before after
Screen_Shot_2020-11-30_at_1.49.09_PM Screen_Shot_2020-11-30_at_1.48.39_PM

Does this MR meet the acceptance criteria?

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 Jay

Merge request reports