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
11e18855
Commit
11e18855
authored
Feb 11, 2022
by
Rajat Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More additions
parent
9f4979dc
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
20 deletions
+17
-20
ee/app/assets/javascripts/analytics/code_review_analytics/components/merge_request_table.vue
.../code_review_analytics/components/merge_request_table.vue
+1
-1
ee/app/assets/javascripts/analytics/devops_reports/devops_adoption/constants.js
...pts/analytics/devops_reports/devops_adoption/constants.js
+2
-2
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
...ascripts/issues_analytics/components/issues_analytics.vue
+3
-3
ee/app/assets/javascripts/issues_analytics/components/issues_analytics_table.vue
...ts/issues_analytics/components/issues_analytics_table.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+10
-13
No files found.
ee/app/assets/javascripts/analytics/code_review_analytics/components/merge_request_table.vue
View file @
11e18855
...
...
@@ -31,7 +31,7 @@ export default {
},
methods
:
{
getTimeAgoString
(
createdAt
)
{
return
sprintf
(
__
(
'
open
ed %{timeAgo}
'
),
{
return
sprintf
(
__
(
'
creat
ed %{timeAgo}
'
),
{
timeAgo
:
escape
(
getTimeago
().
format
(
createdAt
)),
});
},
...
...
ee/app/assets/javascripts/analytics/devops_reports/devops_adoption/constants.js
View file @
11e18855
...
...
@@ -117,13 +117,13 @@ export const DEVOPS_ADOPTION_TABLE_CONFIGURATION = [
{
key
:
'
issueOpened
'
,
label
:
s__
(
'
DevopsAdoption|Issues
'
),
tooltip
:
s__
(
'
DevopsAdoption|At least one issue
open
ed
'
),
tooltip
:
s__
(
'
DevopsAdoption|At least one issue
creat
ed
'
),
testId
:
'
issuesCol
'
,
},
{
key
:
'
mergeRequestOpened
'
,
label
:
s__
(
'
DevopsAdoption|MRs
'
),
tooltip
:
s__
(
'
DevopsAdoption|At least one merge request
open
ed
'
),
tooltip
:
s__
(
'
DevopsAdoption|At least one merge request
creat
ed
'
),
testId
:
'
mrsCol
'
,
},
],
...
...
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
View file @
11e18855
...
...
@@ -52,7 +52,7 @@ export default {
seriesInfo
:
[
{
type
:
'
solid
'
,
name
:
s__
(
'
IssuesAnalytics|Issues
open
ed
'
),
name
:
s__
(
'
IssuesAnalytics|Issues
creat
ed
'
),
color
:
'
#1F78D1
'
,
},
],
...
...
@@ -178,13 +178,13 @@ export default {
<gl-loading-icon
v-if=
"loading"
size=
"md"
class=
"mt-8"
/>
<div
v-if=
"showChart"
class=
"issues-analytics-chart"
>
<h4
class=
"gl-mt-6 gl-mb-7"
>
{{
s__
(
'
IssuesAnalytics|Issues
open
ed per month
'
)
}}
</h4>
<h4
class=
"gl-mt-6 gl-mb-7"
>
{{
s__
(
'
IssuesAnalytics|Issues
creat
ed per month
'
)
}}
</h4>
<gl-column-chart
data-qa-selector=
"issues_analytics_graph"
:bars=
"[
{ name: 'Full', data }]"
:option="chartOptions"
:y-axis-title="s__('IssuesAnalytics|Issues
open
ed')"
:y-axis-title="s__('IssuesAnalytics|Issues
creat
ed')"
:x-axis-title="s__('IssuesAnalytics|Last 12 months') + ' (' + chartDateRange + ')'"
x-axis-type="category"
@created="onCreated"
...
...
ee/app/assets/javascripts/issues_analytics/components/issues_analytics_table.vue
View file @
11e18855
...
...
@@ -93,7 +93,7 @@ export default {
},
{
key
:
'
author
'
,
label
:
s__
(
'
IssueAnalytics|
Open
ed by
'
),
label
:
s__
(
'
IssueAnalytics|
Creat
ed by
'
),
class
:
'
gl-text-left
'
,
thAttr
:
TH_TEST_ID
,
},
...
...
locale/gitlab.pot
View file @
11e18855
...
...
@@ -12501,10 +12501,10 @@ msgstr ""
msgid "DevopsAdoption|At least one deploy"
msgstr ""
msgid "DevopsAdoption|At least one issue
open
ed"
msgid "DevopsAdoption|At least one issue
creat
ed"
msgstr ""
msgid "DevopsAdoption|At least one merge request
open
ed"
msgid "DevopsAdoption|At least one merge request
creat
ed"
msgstr ""
msgid "DevopsAdoption|At least one pipeline successfully run"
...
...
@@ -17134,7 +17134,7 @@ msgstr ""
msgid "Group: %{name}"
msgstr ""
msgid "GroupActivityMetrics|Issues
open
ed"
msgid "GroupActivityMetrics|Issues
creat
ed"
msgstr ""
msgid "GroupActivityMetrics|Last 90 days"
...
...
@@ -17143,7 +17143,7 @@ msgstr ""
msgid "GroupActivityMetrics|Members added"
msgstr ""
msgid "GroupActivityMetrics|Merge Requests
open
ed"
msgid "GroupActivityMetrics|Merge Requests
creat
ed"
msgstr ""
msgid "GroupActivityMetrics|Recent activity"
...
...
@@ -20155,6 +20155,9 @@ msgstr ""
msgid "IssueAnalytics|Assignees"
msgstr ""
msgid "IssueAnalytics|Created by"
msgstr ""
msgid "IssueAnalytics|Due date"
msgstr ""
...
...
@@ -20167,9 +20170,6 @@ msgstr ""
msgid "IssueAnalytics|Milestone"
msgstr ""
msgid "IssueAnalytics|Opened by"
msgstr ""
msgid "IssueAnalytics|Status"
msgstr ""
...
...
@@ -20293,10 +20293,10 @@ msgstr ""
msgid "IssuesAnalytics|Avg/Month:"
msgstr ""
msgid "IssuesAnalytics|Issues
open
ed"
msgid "IssuesAnalytics|Issues
creat
ed"
msgstr ""
msgid "IssuesAnalytics|Issues
open
ed per month"
msgid "IssuesAnalytics|Issues
creat
ed per month"
msgstr ""
msgid "IssuesAnalytics|Last 12 months"
...
...
@@ -25405,7 +25405,7 @@ msgstr ""
msgid "Opened issues"
msgstr ""
msgid "OpenedNDaysAgo|
Open
ed"
msgid "OpenedNDaysAgo|
Creat
ed"
msgstr ""
msgid "Opens in a new window"
...
...
@@ -43717,9 +43717,6 @@ msgstr ""
msgid "open issue"
msgstr ""
msgid "opened %{timeAgo}"
msgstr ""
msgid "or"
msgstr ""
...
...
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