Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
5740702c
Commit
5740702c
authored
May 24, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:grafana/grafana
parents
a5318def
6541ffe0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
+3
-0
pkg/tsdb/time_range_test.go
+2
-2
No files found.
CHANGELOG.md
View file @
5740702c
# 4.4.0 (unreleased)
*
**Elasticsearch**
: Added filter aggregation label
[
#8420
](
https://github.com/grafana/grafana/pull/8420
)
, thx
[
@tianzk
](
github.com/tianzk
)
# 4.3.1 (2017-05-23)
## Bug fixes
...
...
pkg/tsdb/time_range_test.go
View file @
5740702c
...
...
@@ -52,8 +52,8 @@ func TestTimeRange(t *testing.T) {
})
Convey
(
"now-10m "
,
func
()
{
five
MinAgo
,
_
:=
time
.
ParseDuration
(
"-10m"
)
expected
:=
now
.
Add
(
five
MinAgo
)
ten
MinAgo
,
_
:=
time
.
ParseDuration
(
"-10m"
)
expected
:=
now
.
Add
(
ten
MinAgo
)
res
,
err
:=
tr
.
ParseTo
()
So
(
err
,
ShouldBeNil
)
So
(
res
.
Unix
(),
ShouldEqual
,
expected
.
Unix
())
...
...
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