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
158bc68b
Commit
158bc68b
authored
Dec 10, 2020
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove bulk_update_health_status feature flag
parent
c02edde6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
10 deletions
+2
-10
app/views/shared/issuable/_bulk_update_sidebar.html.haml
app/views/shared/issuable/_bulk_update_sidebar.html.haml
+1
-1
config/feature_flags/development/bulk_update_health_status.yml
...g/feature_flags/development/bulk_update_health_status.yml
+0
-8
ee/app/views/shared/issuable/_group_bulk_update_sidebar.html.haml
...iews/shared/issuable/_group_bulk_update_sidebar.html.haml
+1
-1
No files found.
app/views/shared/issuable/_bulk_update_sidebar.html.haml
View file @
158bc68b
-
type
=
local_assigns
.
fetch
(
:type
)
-
bulk_issue_health_status_flag
=
Feature
.
enabled?
(
:bulk_update_health_status
,
@project
&
.
group
,
default_enabled:
true
)
&&
type
==
:issues
&&
@project
&
.
group
&
.
feature_available?
(
:issuable_health_status
)
-
bulk_issue_health_status_flag
=
type
==
:issues
&&
@project
&
.
group
&
.
feature_available?
(
:issuable_health_status
)
-
epic_bulk_edit_flag
=
@project
&
.
group
&
.
feature_available?
(
:epics
)
&&
type
==
:issues
%aside
.issues-bulk-update.js-right-sidebar.right-sidebar
{
"aria-live"
=>
"polite"
,
data:
{
'signed-in'
:
current_user
.
present?
}
}
...
...
config/feature_flags/development/bulk_update_health_status.yml
deleted
100644 → 0
View file @
c02edde6
---
name
:
bulk_update_health_status
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33065
rollout_issue_url
:
milestone
:
'
13.2'
type
:
development
group
:
group::product planning
default_enabled
:
true
ee/app/views/shared/issuable/_group_bulk_update_sidebar.html.haml
View file @
158bc68b
-
group
=
local_assigns
.
fetch
(
:group
)
-
type
=
local_assigns
.
fetch
(
:type
)
-
bulk_issue_health_status_flag
=
type
==
:issues
&&
Feature
.
enabled?
(
:bulk_update_health_status
,
group
,
default_enabled:
true
)
&&
group
&
.
feature_available?
(
:issuable_health_status
)
-
bulk_issue_health_status_flag
=
type
==
:issues
&&
group
&
.
feature_available?
(
:issuable_health_status
)
-
epic_bulk_edit_flag
=
type
==
:issues
&&
group
&
.
feature_available?
(
:epics
)
%aside
.issues-bulk-update.js-right-sidebar.right-sidebar
{
'aria-live'
=>
'polite'
,
data:
{
'signed-in'
:
current_user
.
present?
}
}
...
...
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