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
1fad70ee
Commit
1fad70ee
authored
May 18, 2021
by
Ezekiel Kigbo
Committed by
Martin Wortschack
May 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Additional docs for new VSA layout
parent
0ae3f9f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
5 deletions
+42
-5
doc/user/group/value_stream_analytics/img/vsa_label_based_stage_v14_0.png
...alue_stream_analytics/img/vsa_label_based_stage_v14_0.png
+0
-0
doc/user/group/value_stream_analytics/index.md
doc/user/group/value_stream_analytics/index.md
+42
-5
No files found.
doc/user/group/value_stream_analytics/img/vsa_label_based_stage_v14_0.png
0 → 100644
View file @
1fad70ee
63.6 KB
doc/user/group/value_stream_analytics/index.md
View file @
1fad70ee
...
...
@@ -191,7 +191,7 @@ A few notes:
cycles, calculate their median time and the result is what the dashboard of
Value Stream Analytics is showing.
## Custom
izable Stage
s
## Custom
value stream
s
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/12196) in GitLab 12.9.
...
...
@@ -311,16 +311,53 @@ add stages as desired.
To create a value stream with stages:
1.
Navigate to your group's
**Analytics > Value Stream**
.
1.
Find and select the Value Stream dropdown. S
elect
**Create new Value Stream**
.
1.
Go to your group and select
**Analytics > Value Stream**
.
1.
Select the Value Stream dropdown and s
elect
**Create new Value Stream**
.
1.
Select either
**Create from default template**
or
**Create from no template**
.
-
Default stages in the value stream can be hidden or re-ordered
-
Default stages in the value stream can be hidden or re-ordered.
![Default stage actions](img/vsa_default_stage_v13_10.png "Default stage actions")
-
New stages can be added by clicking the 'Add another stage' button
-
New stages can be added by clicking the 'Add another stage' button.
-
The name, start and end events for the stage can be selected
![Custom stage actions](img/vsa_custom_stage_v13_10.png "Custom stage actions")
1.
Select the
**Create Value Stream**
button to save the value stream.
#### Label-based stages
The pre-defined start and end events can cover many use cases involving both issues and merge requests.
In more complex workflows, use stages based on group labels. These events are based on
added or removed labels. In particular,
[
scoped labels
](
../../project/labels.md#scoped-labels
)
are useful for complex workflows.
In this example, we'd like to measure times for deployment from a staging environment to production. The workflow is the following:
-
When the code is deployed to staging, the
`workflow::staging`
label is added to the merge request.
-
When the code is deployed to production, the
`workflow::production`
label is added to the merge request.
![
Label Based Value Stream Analytics Stage
](
img/vsa_label_based_stage_v14_0.png
"Creating a label based Value Stream Analytics Stage"
)
### Editing a value stream
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/267537) in GitLab 13.10.
After you create a value stream, you can customize it to suit your purposes. To edit a value stream:
1.
Go to your group and select
**Analytics > Value Stream**
.
1.
Find and select the relevant value stream from the value stream dropdown.
1.
Next to the value stream dropdown, select
**Edit**
.
The edit form is populated with the value stream details.
1.
Optional:
-
Rename the value stream.
-
Hide or re-order default stages.
-
Remove existing custom stages.
-
Add new stages by selecting the 'Add another stage' button
-
Select the start and end events for the stage.
1.
Optional. To undo any modifications, select
**Restore value stream defaults**
.
1.
Select
**Save Value Stream**
.
### Deleting a value stream
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/221205) in GitLab 13.4.
...
...
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