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
d60edabb
Commit
d60edabb
authored
Mar 16, 2021
by
Ezekiel Kigbo
Committed by
Alex Kalderimis
Mar 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default enable VSA horizontal flow
Defaults the value_stream_analytics_path_navigation feature flag on
parent
cb20b848
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
9 deletions
+18
-9
doc/user/group/value_stream_analytics/img/vsa_path_nav_v13_10.png
.../group/value_stream_analytics/img/vsa_path_nav_v13_10.png
+0
-0
doc/user/group/value_stream_analytics/index.md
doc/user/group/value_stream_analytics/index.md
+10
-6
ee/app/controllers/groups/analytics/cycle_analytics_controller.rb
...ontrollers/groups/analytics/cycle_analytics_controller.rb
+1
-1
ee/changelogs/unreleased/281598-default-on-for-vsa-horizontal-flow.yml
.../unreleased/281598-default-on-for-vsa-horizontal-flow.yml
+5
-0
ee/config/feature_flags/development/value_stream_analytics_path_navigation.yml
...gs/development/value_stream_analytics_path_navigation.yml
+2
-2
No files found.
doc/user/group/value_stream_analytics/img/vsa_path_nav_v13_10.png
0 → 100644
View file @
d60edabb
32.4 KB
doc/user/group/value_stream_analytics/index.md
View file @
d60edabb
...
...
@@ -193,17 +193,21 @@ GitLab allows users to create multiple value streams, hide default stages and cr
### Stage path
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210315) in GitLab 13.0.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210315) in GitLab 13.0.
> - It's [deployed behind a feature flag](../../feature_flags.md), enabled by default.
> - It's enabled on GitLab.com.
> - For GitLab self-managed instances, GitLab administrators can opt to [disable it](../../../administration/feature_flags.md). **(FREE SELF)**
![
Value stream path navigation
](
img/vsa_path_nav_v13_10.png
"Value stream path navigation"
)
Stages are visually depicted as a horizontal process flow. Selecting a stage will update the
the content below the value stream.
Stages are visually depicted as a horizontal process flow. Selecting a stage updates the content below the value stream.
This is
dis
abled by default. If you have a self-managed instance, an
This is
en
abled by default. If you have a self-managed instance, an
administrator can
[
open a Rails console
](
../../../administration/troubleshooting/navigating_gitlab_via_rails_console.md
)
and
en
able it with the following command:
and
dis
able it with the following command:
```
ruby
Feature
.
en
able
(
:value_stream_analytics_path_navigation
)
Feature
.
dis
able
(
:value_stream_analytics_path_navigation
)
```
### Adding a stage
...
...
ee/app/controllers/groups/analytics/cycle_analytics_controller.rb
View file @
d60edabb
...
...
@@ -14,7 +14,7 @@ class Groups::Analytics::CycleAnalyticsController < Groups::Analytics::Applicati
before_action
do
push_frontend_feature_flag
(
:cycle_analytics_scatterplot_enabled
,
default_enabled:
true
)
push_frontend_feature_flag
(
:value_stream_analytics_path_navigation
,
@group
)
push_frontend_feature_flag
(
:value_stream_analytics_path_navigation
,
@group
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:value_stream_analytics_extended_form
,
@group
,
default_enabled: :yaml
)
render_403
unless
can?
(
current_user
,
:read_group_cycle_analytics
,
@group
)
end
...
...
ee/changelogs/unreleased/281598-default-on-for-vsa-horizontal-flow.yml
0 → 100644
View file @
d60edabb
---
title
:
Display VSA navigation as a horizontal flow
merge_request
:
56632
author
:
type
:
added
ee/config/feature_flags/development/value_stream_analytics_path_navigation.yml
View file @
d60edabb
---
name
:
value_stream_analytics_path_navigation
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31069
rollout_issue_url
:
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/323982
milestone
:
'
13.0'
type
:
development
group
:
group::optimize
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