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
3b68d4e2
Commit
3b68d4e2
authored
Nov 03, 2020
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `:vue_epics_list` feature flag
parent
e03f91e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
config/feature_flags/development/vue_epics_list.yml
config/feature_flags/development/vue_epics_list.yml
+8
-0
ee/app/controllers/groups/epics_controller.rb
ee/app/controllers/groups/epics_controller.rb
+4
-0
No files found.
config/feature_flags/development/vue_epics_list.yml
0 → 100644
View file @
3b68d4e2
---
name
:
vue_epics_list
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46769
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/276189
milestone
:
'
13.9'
type
:
development
group
:
group::product planning
default_enabled
:
false
ee/app/controllers/groups/epics_controller.rb
View file @
3b68d4e2
...
...
@@ -18,6 +18,10 @@ class Groups::EpicsController < Groups::ApplicationController
before_action
:verify_group_bulk_edit_enabled!
,
only:
[
:bulk_update
]
after_action
:log_epic_show
,
only: :show
before_action
do
push_frontend_feature_flag
(
:vue_epics_list
,
@group
,
type: :development
,
default_enabled: :yaml
)
end
feature_category
:epics
def
new
...
...
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