Update security dashboard discovery moment to showcase free features
requested to merge 333723-engineering-update-security-dashboard-discovery-moment-to-showcase-free-features-2 into master
What does this MR do and why?
Update security dashboard discovery moment to showcase free features
This growth is behind a feature flag showcase_free_security_features
, to be tested and enabled.
Related to #333723
Screenshots or screen recordings
How to set up and validate locally
- Act like SAAS https://docs.gitlab.com/ee/development/ee_features.html#act-as-saas
- Enable the experiment flag
bin/rails c
=>Feature.enable(:showcase_free_security_features)
- Create a group GROUP and a project PROJECT
- Go to the Security tab of the group and of the project
- http://gdk.test:3000/groups/GROUP/-/security/discover
- http://gdk.test:3000/GROUP/PROJECT/-/security/discover
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Alper Akgun