Skip to content

Experiment with three CTA PQL

Alper Akgun requested to merge 337551-experiment-three-cta-pql-test into master

What does this MR do and why?

Experiment with three CTA PQL

Related to #337551 (closed)

Screenshots or screen recordings

Candidate experience has a "Contact Sales" button for the hand raise lead.

screenshot-2021-12-18-00-47-15

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.

Edited by Doug Stull

Merge request reports