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
5229ad5c
Commit
5229ad5c
authored
Mar 07, 2022
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the source_editor_toolbar feature flag
parent
f1279212
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
config/feature_flags/development/source_editor_toolbar.yml
config/feature_flags/development/source_editor_toolbar.yml
+8
-0
lib/gitlab/gon_helper.rb
lib/gitlab/gon_helper.rb
+1
-0
No files found.
config/feature_flags/development/source_editor_toolbar.yml
0 → 100644
View file @
5229ad5c
---
name
:
source_editor_toolbar
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82304
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/354748
milestone
:
'
14.9'
type
:
development
group
:
group::editor
default_enabled
:
false
lib/gitlab/gon_helper.rb
View file @
5229ad5c
...
...
@@ -58,6 +58,7 @@ module Gitlab
push_frontend_feature_flag
(
:new_header_search
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:bootstrap_confirmation_modals
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:sandboxed_mermaid
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:source_editor_toolbar
,
default_enabled: :yaml
)
end
# Exposes the state of a feature flag to the frontend code.
...
...
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