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
df1f61c4
Commit
df1f61c4
authored
Mar 01, 2021
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default enable widget GraphQL flag
https://gitlab.com/gitlab-org/gitlab/-/issues/267560
parent
72416c4b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/controllers/projects/merge_requests_controller.rb
app/controllers/projects/merge_requests_controller.rb
+1
-1
changelogs/unreleased/ph-defaultEnableWidgetGraphqlFlag.yml
changelogs/unreleased/ph-defaultEnableWidgetGraphqlFlag.yml
+5
-0
config/feature_flags/development/merge_request_widget_graphql.yml
...eature_flags/development/merge_request_widget_graphql.yml
+1
-1
No files found.
app/controllers/projects/merge_requests_controller.rb
View file @
df1f61c4
...
...
@@ -32,7 +32,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
push_frontend_feature_flag
(
:file_identifier_hash
)
push_frontend_feature_flag
(
:batch_suggestions
,
@project
,
default_enabled:
true
)
push_frontend_feature_flag
(
:approvals_commented_by
,
@project
,
default_enabled:
true
)
push_frontend_feature_flag
(
:merge_request_widget_graphql
,
@project
)
push_frontend_feature_flag
(
:merge_request_widget_graphql
,
@project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:drag_comment_selection
,
@project
,
default_enabled:
true
)
push_frontend_feature_flag
(
:unified_diff_components
,
@project
,
default_enabled:
true
)
push_frontend_feature_flag
(
:default_merge_ref_for_diffs
,
@project
,
default_enabled: :yaml
)
...
...
changelogs/unreleased/ph-defaultEnableWidgetGraphqlFlag.yml
0 → 100644
View file @
df1f61c4
---
title
:
Convert merge request widget state to use GraphQL
merge_request
:
53846
author
:
type
:
changed
config/feature_flags/development/merge_request_widget_graphql.yml
View file @
df1f61c4
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/267560
milestone
:
'
13.3'
type
:
development
group
:
group::code review
default_enabled
:
fals
e
default_enabled
:
tru
e
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