Commit 90165b68 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'insights-remove-feature-flag' into 'master'

Make Insights Generally Available

See merge request gitlab-org/gitlab-ee!14067
parents 8093be7b 7b1f6eb2
......@@ -7,7 +7,7 @@ module InsightsFeature
DEFAULT_INSIGHT_CONFIG = 'ee/fixtures/insights/default.yml'
def insights_available?
beta_feature_available?(:insights)
feature_available?(:insights)
end
def insights_config(follow_group: true)
......
---
title: Make Insights Generally Available
merge_request: 14067
author:
type: changed
......@@ -6,8 +6,8 @@ module Quality
class Issues < Seeders::Issues
TEAM_LABELS = %w[Plan Create Manage Verify Secure].freeze
TYPE_LABELS = %w[bug feature].freeze
SEVERITY_LABELS = %w[severity::1 severity::2 severity::3 severity::4].freeze
PRIORITY_LABELS = %w[priority::1 priority::2 priority::3 priority::4].freeze
SEVERITY_LABELS = %w[S::1 S::2 S::3 S::4].freeze
PRIORITY_LABELS = %w[P::1 P::2 P::3 P::4].freeze
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment