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
10992530
Commit
10992530
authored
Jan 21, 2021
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove :vue_issuable_epic_sidebar frontend feature flag
This feature flag is not used at all.
parent
05a199dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
ee/app/controllers/groups/epics_controller.rb
ee/app/controllers/groups/epics_controller.rb
+0
-4
ee/config/feature_flags/development/vue_issuable_epic_sidebar.yml
...g/feature_flags/development/vue_issuable_epic_sidebar.yml
+0
-8
spec/spec_helper.rb
spec/spec_helper.rb
+0
-1
No files found.
ee/app/controllers/groups/epics_controller.rb
View file @
10992530
...
@@ -17,10 +17,6 @@ class Groups::EpicsController < Groups::ApplicationController
...
@@ -17,10 +17,6 @@ class Groups::EpicsController < Groups::ApplicationController
before_action
:verify_group_bulk_edit_enabled!
,
only:
[
:bulk_update
]
before_action
:verify_group_bulk_edit_enabled!
,
only:
[
:bulk_update
]
after_action
:log_epic_show
,
only: :show
after_action
:log_epic_show
,
only: :show
before_action
do
push_frontend_feature_flag
(
:vue_issuable_epic_sidebar
,
@group
)
end
feature_category
:epics
feature_category
:epics
def
new
def
new
...
...
ee/config/feature_flags/development/vue_issuable_epic_sidebar.yml
deleted
100644 → 0
View file @
05a199dc
---
name
:
vue_issuable_epic_sidebar
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/18199
rollout_issue_url
:
milestone
:
'
12.4'
type
:
development
group
:
group::product planning
default_enabled
:
false
spec/spec_helper.rb
View file @
10992530
...
@@ -221,7 +221,6 @@ RSpec.configure do |config|
...
@@ -221,7 +221,6 @@ RSpec.configure do |config|
# of older sidebar.
# of older sidebar.
# See https://gitlab.com/groups/gitlab-org/-/epics/1863
# See https://gitlab.com/groups/gitlab-org/-/epics/1863
stub_feature_flags
(
vue_issuable_sidebar:
false
)
stub_feature_flags
(
vue_issuable_sidebar:
false
)
stub_feature_flags
(
vue_issuable_epic_sidebar:
false
)
# Merge request widget GraphQL requests are disabled in the tests
# Merge request widget GraphQL requests are disabled in the tests
# for now whilst we migrate as much as we can over the GraphQL
# for now whilst we migrate as much as we can over the GraphQL
...
...
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