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
f37cbe63
Commit
f37cbe63
authored
Dec 15, 2020
by
Donald Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defaulted async_filtering to on
parent
136c7e17
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/controllers/groups/roadmap_controller.rb
ee/app/controllers/groups/roadmap_controller.rb
+1
-1
ee/app/views/groups/roadmap/show.html.haml
ee/app/views/groups/roadmap/show.html.haml
+1
-1
ee/config/feature_flags/development/async_filtering.yml
ee/config/feature_flags/development/async_filtering.yml
+1
-1
No files found.
ee/app/controllers/groups/roadmap_controller.rb
View file @
f37cbe63
...
@@ -9,7 +9,7 @@ module Groups
...
@@ -9,7 +9,7 @@ module Groups
before_action
:persist_roadmap_layout
,
only:
[
:show
]
before_action
:persist_roadmap_layout
,
only:
[
:show
]
before_action
do
before_action
do
push_frontend_feature_flag
(
:roadmap_buffered_rendering
,
@group
)
push_frontend_feature_flag
(
:roadmap_buffered_rendering
,
@group
)
push_frontend_feature_flag
(
:async_filtering
,
@group
)
push_frontend_feature_flag
(
:async_filtering
,
@group
,
default_enabled:
true
)
end
end
feature_category
:roadmaps
feature_category
:roadmaps
...
...
ee/app/views/groups/roadmap/show.html.haml
View file @
f37cbe63
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
-
has_filters_applied
=
params
[
:label_name
].
present?
||
params
[
:author_username
].
present?
||
params
[
:search
].
present?
-
has_filters_applied
=
params
[
:label_name
].
present?
||
params
[
:author_username
].
present?
||
params
[
:search
].
present?
-
if
@epics_count
!=
0
-
if
@epics_count
!=
0
-
if
!
Feature
.
enabled?
(
:async_filtering
,
@group
)
-
if
!
Feature
.
enabled?
(
:async_filtering
,
@group
,
default_enabled:
true
)
=
render
'shared/epic/search_bar'
,
type: :epics
,
show_roadmap_presets:
true
,
hide_extra_sort_options:
true
=
render
'shared/epic/search_bar'
,
type: :epics
,
show_roadmap_presets:
true
,
hide_extra_sort_options:
true
#js-roadmap
{
data:
{
epics_path:
group_epics_path
(
@group
,
format: :json
),
#js-roadmap
{
data:
{
epics_path:
group_epics_path
(
@group
,
format: :json
),
...
...
ee/config/feature_flags/development/async_filtering.yml
View file @
f37cbe63
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/243781
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/243781
milestone
:
'
13.3'
milestone
:
'
13.3'
type
:
development
type
:
development
group
:
group::product planning
group
:
group::product planning
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