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
372e7ca8
Commit
372e7ca8
authored
Nov 24, 2020
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default usage_data_design_action FF to true
parent
17114e5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
app/controllers/projects/issues_controller.rb
app/controllers/projects/issues_controller.rb
+1
-0
config/feature_flags/development/usage_data_design_action.yml
...ig/feature_flags/development/usage_data_design_action.yml
+8
-0
No files found.
app/controllers/projects/issues_controller.rb
View file @
372e7ca8
...
...
@@ -44,6 +44,7 @@ class Projects::IssuesController < Projects::ApplicationController
push_frontend_feature_flag
(
:vue_issuable_sidebar
,
project
.
group
)
push_frontend_feature_flag
(
:tribute_autocomplete
,
@project
)
push_frontend_feature_flag
(
:vue_issuables_list
,
project
)
push_frontend_feature_flag
(
:usage_data_design_action
,
project
,
default_enabled:
true
)
end
before_action
only: :show
do
...
...
config/feature_flags/development/usage_data_design_action.yml
0 → 100644
View file @
372e7ca8
---
name
:
usage_data_design_action
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46626
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/287630
milestone
:
'
13.7'
type
:
development
group
:
group::knowledge
default_enabled
:
true
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