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
0cdea7be
Commit
0cdea7be
authored
Jan 25, 2021
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused feature flag
parent
0b11dd4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
config/feature_flags/development/webperf_experiment.yml
config/feature_flags/development/webperf_experiment.yml
+0
-8
lib/gitlab/gon_helper.rb
lib/gitlab/gon_helper.rb
+0
-1
No files found.
config/feature_flags/development/webperf_experiment.yml
deleted
100644 → 0
View file @
0b11dd4f
---
name
:
webperf_experiment
introduced_by_url
:
rollout_issue_url
:
milestone
:
type
:
development
group
:
group::editor
default_enabled
:
false
lib/gitlab/gon_helper.rb
View file @
0cdea7be
...
...
@@ -43,7 +43,6 @@ module Gitlab
# Initialize gon.features with any flags that should be
# made globally available to the frontend
push_frontend_feature_flag
(
:webperf_experiment
,
default_enabled:
false
)
push_frontend_feature_flag
(
:snippets_binary_blob
,
default_enabled:
false
)
push_frontend_feature_flag
(
:usage_data_api
,
default_enabled:
true
)
push_frontend_feature_flag
(
:security_auto_fix
,
default_enabled:
false
)
...
...
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