Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7b1f6eb2
Commit
7b1f6eb2
authored
Jun 11, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Insights Generally Available
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
8d58c09a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
ee/app/models/concerns/insights_feature.rb
ee/app/models/concerns/insights_feature.rb
+1
-1
ee/changelogs/unreleased/insights-remove-feature-flag.yml
ee/changelogs/unreleased/insights-remove-feature-flag.yml
+5
-0
ee/lib/quality/seeders/insights/issues.rb
ee/lib/quality/seeders/insights/issues.rb
+2
-2
No files found.
ee/app/models/concerns/insights_feature.rb
View file @
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
)
...
...
ee/changelogs/unreleased/insights-remove-feature-flag.yml
0 → 100644
View file @
7b1f6eb2
---
title
:
Make Insights Generally Available
merge_request
:
14067
author
:
type
:
changed
ee/lib/quality/seeders/insights/issues.rb
View file @
7b1f6eb2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment