Commit 7b1f6eb2 authored by Rémy Coutable's avatar Rémy Coutable

Make Insights Generally Available

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 8d58c09a
......@@ -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