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
e676a72f
Commit
e676a72f
authored
Mar 31, 2020
by
Ryan Cobb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add changelog entry and modify spec
parent
20285cf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/rc-use_metric_step.yml
changelogs/unreleased/rc-use_metric_step.yml
+5
-0
spec/frontend/monitoring/store/actions_spec.js
spec/frontend/monitoring/store/actions_spec.js
+2
-2
No files found.
changelogs/unreleased/rc-use_metric_step.yml
0 → 100644
View file @
e676a72f
---
title
:
Allow defining of metric step in dashboard yml
merge_request
:
28247
author
:
type
:
added
spec/frontend/monitoring/store/actions_spec.js
View file @
e676a72f
...
...
@@ -597,13 +597,13 @@ describe('Monitoring store actions', () => {
describe
(
'
with metric defined step
'
,
()
=>
{
beforeEach
(()
=>
{
metric
.
step
=
10
;
metric
.
step
=
7
;
});
const
expectedParams
=
{
start_time
:
'
2019-08-06T12:40:02.184Z
'
,
end_time
:
'
2019-08-06T20:40:02.184Z
'
,
step
:
10
,
step
:
7
,
};
it
(
'
uses metric step
'
,
done
=>
{
...
...
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