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
ca06b30a
Commit
ca06b30a
authored
Feb 28, 2022
by
David O'Regan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove snippets_binary_blob FF
Remove the unused snippets_binary_blob feature flag. Changelog: other
parent
0b3e5c6c
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/snippets_binary_blob.yml
config/feature_flags/development/snippets_binary_blob.yml
+0
-8
lib/gitlab/gon_helper.rb
lib/gitlab/gon_helper.rb
+0
-1
No files found.
config/feature_flags/development/snippets_binary_blob.yml
deleted
100644 → 0
View file @
0b3e5c6c
---
name
:
snippets_binary_blob
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37419
rollout_issue_url
:
milestone
:
'
13.3'
type
:
development
group
:
group::editor
default_enabled
:
false
lib/gitlab/gon_helper.rb
View file @
ca06b30a
...
...
@@ -52,7 +52,6 @@ module Gitlab
# Initialize gon.features with any flags that should be
# made globally available to the frontend
push_frontend_feature_flag
(
:snippets_binary_blob
,
default_enabled:
false
)
push_frontend_feature_flag
(
:usage_data_api
,
type: :ops
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:security_auto_fix
,
default_enabled:
false
)
push_frontend_feature_flag
(
:improved_emoji_picker
,
default_enabled: :yaml
)
...
...
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