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
52e6a54a
Commit
52e6a54a
authored
May 07, 2021
by
Dan Jensen
Committed by
Martin Wortschack
May 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify duration chart title in CI/CD Analytics
parent
bb218f4f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/projects/pipelines/charts/components/pipeline_charts.vue
.../projects/pipelines/charts/components/pipeline_charts.vue
+1
-1
doc/user/analytics/img/pipelines_duration_chart.png
doc/user/analytics/img/pipelines_duration_chart.png
+0
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-3
spec/features/projects/graph_spec.rb
spec/features/projects/graph_spec.rb
+1
-1
No files found.
app/assets/javascripts/projects/pipelines/charts/components/pipeline_charts.vue
View file @
52e6a54a
...
...
@@ -301,7 +301,7 @@ export default {
<statistics-list
v-else
:counts=
"formattedCounts"
/>
</div>
<div
v-if=
"!loading"
class=
"col-md-6"
>
<strong>
{{
__
(
'
Duration
for the last 30 commits
'
)
}}
</strong>
<strong>
{{
__
(
'
Pipeline durations
for the last 30 commits
'
)
}}
</strong>
<gl-column-chart
:height=
"$options.chartContainerHeight"
:option=
"$options.timesChartOptions"
...
...
doc/user/analytics/img/pipelines_duration_chart.png
View replaced file @
bb218f4f
View file @
52e6a54a
10.3 KB
|
W:
|
H:
21.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
locale/gitlab.pot
View file @
52e6a54a
...
...
@@ -11717,9 +11717,6 @@ msgstr ""
msgid "Duration"
msgstr ""
msgid "Duration for the last 30 commits"
msgstr ""
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr ""
...
...
@@ -23632,6 +23629,9 @@ msgstr ""
msgid "Pipeline Schedules"
msgstr ""
msgid "Pipeline durations for the last 30 commits"
msgstr ""
msgid "Pipeline minutes quota"
msgstr ""
...
...
spec/features/projects/graph_spec.rb
View file @
52e6a54a
...
...
@@ -75,7 +75,7 @@ RSpec.describe 'Project Graph', :js do
expect
(
page
).
to
have_content
'Last week'
expect
(
page
).
to
have_content
'Last month'
expect
(
page
).
to
have_content
'Last year'
expect
(
page
).
to
have_content
'
Duration
for the last 30 commits'
expect
(
page
).
to
have_content
'
Pipeline durations
for the last 30 commits'
end
end
end
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