Skip to content
Snippets Groups Projects
Commit eeba0e4d authored by James Fargher's avatar James Fargher
Browse files

Merge branch '381358-move-cube_api_proxy-feature-flag-to-ee-2' into 'master'

Move cube_api_proxy feature flag to EE

See merge request !103288



Merged-by: default avatarJames Fargher <proglottis@gmail.com>
Approved-by: Max Woolf's avatarMax Woolf <mwoolf@gitlab.com>
Approved-by: default avatarJiaan Louw <3468028-jiaan@users.noreply.gitlab.com>
Approved-by: default avatarJames Fargher <proglottis@gmail.com>
Co-authored-by: default avatarAxel García <agarcia@gitlab.com>
parents a5d1b8eb 0aa2385e
No related branches found
No related tags found
1 merge request!103288Move cube_api_proxy feature flag to EE
Pipeline #690480227 passed with warnings
Pipeline: GitLab

#690487385

    Pipeline: GitLab

    #690481801

      ......@@ -119,7 +119,7 @@
      = render_if_exists 'admin/application_settings/feishu_integration'
      = render 'admin/application_settings/third_party_offers'
      = render 'admin/application_settings/snowplow'
      = render_if_exists 'admin/application_settings/product_analytics' if Feature.enabled?(:cube_api_proxy)
      = render_if_exists 'admin/application_settings/product_analytics'
      = render 'admin/application_settings/error_tracking' if Feature.enabled?(:gitlab_error_tracking)
      = render 'admin/application_settings/eks'
      = render 'admin/application_settings/floc'
      ......
      - return unless License.feature_available?(:product_analytics)
      - return unless License.feature_available?(:product_analytics) && Feature.enabled?(:cube_api_proxy)
      - expanded = integration_expanded?('product_analytics_')
      %section.settings.as-product-analytics.no-animate#js-product-analytics-settings{ class: ('expanded' if expanded) }
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment