Skip to content

Content for hand raise leads

Alper Akgun requested to merge 337551-aa-add-glm-content-for-hand-raise into master

What does this MR do and why?

glm_content for hand raise leads allows us to understand from which part of the application we have the lead coming from.

How to set up and validate locally

  1. Enable the flag
Feature.enable(:pql_three_cta_test)
  1. Make sure Gitlab.com? returns true

You can edit lib/gitlab.rb

  1. Enable check namespaces plan
 ApplicationSetting.first.update(check_namespace_plan: true)
  1. Go to Security tab for a gitlab.com group or project without any plans

For a group with a free plan http://gdk.test:3000/groups/zaua897/-/security/discover

For a group with a free plan go to project page http://gdk.test:3000/zaua897/proje/-/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.

Related to #337551 (closed)

Edited by Alper Akgun

Merge request reports