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
6ff9d512
Commit
6ff9d512
authored
Aug 21, 2020
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve MR Analytics error messages
parent
4cd5f06b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
ee/app/assets/javascripts/analytics/merge_request_analytics/constants.js
...avascripts/analytics/merge_request_analytics/constants.js
+6
-2
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
ee/app/assets/javascripts/analytics/merge_request_analytics/constants.js
View file @
6ff9d512
...
...
@@ -11,12 +11,16 @@ export const THROUGHPUT_CHART_STRINGS = {
X_AXIS_TITLE
:
__
(
'
Month
'
),
CHART_DESCRIPTION
:
__
(
'
The number of merge requests merged by month.
'
),
NO_DATA
:
__
(
'
There is no chart data available.
'
),
ERROR_FETCHING_DATA
:
__
(
'
There was an error while fetching the chart data.
'
),
ERROR_FETCHING_DATA
:
__
(
'
There was an error while fetching the chart data. Please refresh the page to try again.
'
,
),
};
export
const
THROUGHPUT_TABLE_STRINGS
=
{
NO_DATA
:
__
(
'
There is no table data available.
'
),
ERROR_FETCHING_DATA
:
__
(
'
There was an error while fetching the table data.
'
),
ERROR_FETCHING_DATA
:
__
(
'
There was an error while fetching the table data. Please refresh the page to try again.
'
,
),
};
export
const
MERGE_REQUEST_ID_PREFIX
=
'
!
'
;
...
...
locale/gitlab.pot
View file @
6ff9d512
...
...
@@ -24881,10 +24881,10 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
msgid "There was an error while fetching the chart data."
msgid "There was an error while fetching the chart data.
Please refresh the page to try again.
"
msgstr ""
msgid "There was an error while fetching the table data."
msgid "There was an error while fetching the table data.
Please refresh the page to try again.
"
msgstr ""
msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
...
...
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