Torkel Ödegaard
d2a342a94e
Merge branch 'elastic_annotations'
...
Conflicts:
src/css/bootstrap.dark.min.css
src/css/bootstrap.light.min.css
src/css/default.min.css
2014-07-30 11:36:47 +02:00
Torkel Ödegaard
c61e4c02bd
further work on unifying datasources, #630
2014-07-30 11:34:09 +02:00
Torkel Ödegaard
b8ce61ae45
General architectural changes around datasources, unifying dashboard loading behind datasource abstraction, #630
2014-07-30 10:52:02 +02:00
Torkel Ödegaard
5a25b0885c
added datasource filtering based on datasource abilities
2014-07-30 08:34:58 +02:00
Torkel Ödegaard
337cbb2844
Ctrl+H (hide controls) issue introduced in recent commit, Closes #625
2014-07-29 17:50:09 +02:00
Torkel Ödegaard
fa3b84a615
Elastic search annotations are working, need to refactor and unify datasource abstraction more, #201
2014-07-29 17:24:42 +02:00
Torkel Ödegaard
4e47447dec
began work on ES annotation datasource, #201
2014-07-29 11:26:05 +02:00
Torkel Ödegaard
a1772d26b5
New global option in config.js to specify admin password (useful to hinder some users from accidentally making changes), Closes #606
2014-07-29 09:45:07 +02:00
Torkel Ödegaard
77e5e75b2f
Fixed ngmin build issue introduced in route refactoring, Fixes #622
2014-07-29 08:13:23 +02:00
Torkel Ödegaard
77bfd85e9e
Changed all kibana words to grafana
2014-07-28 18:11:52 +02:00
Torkel Ödegaard
272ea9fe17
Added global datasource config option cacheTimeout for graphite datasource, #266
2014-07-28 17:54:32 +02:00
Torkel Ödegaard
8aed1aa634
Fix for cacheTimeout undefined value, #266
2014-07-28 17:01:48 +02:00
Torkel Ödegaard
2bec41b80e
Graphite: new option available in metrics view to set cacheTimeout, will override default memcache timeout, Closes #266
2014-07-28 15:01:00 +02:00
Torkel Ödegaard
38633b6db4
Merge branch 'develop'
2014-07-28 12:41:51 +02:00
Torkel Odegaard
e62dc00d7b
Fix for build issues on windows, Fixes #574
2014-07-28 11:08:19 +02:00
Torkel Ödegaard
f619fc3e7e
merge with master
2014-07-25 12:37:39 +02:00
Torkel Ödegaard
6c7d74c43b
updated changelog with PR #604
2014-07-25 12:36:23 +02:00
Torkel Ödegaard
268cead331
Merge pull request #604 from floored1585/add_bps
...
Adding bps unit type for network gear
2014-07-25 12:30:13 +02:00
Torkel Ödegaard
70521f0756
InfluxDB: support for InfluxDB v0.8 'list series' response schema, Fixes #610
2014-07-25 12:14:15 +02:00
Torkel Ödegaard
7dc422887c
Merge pull request #615 from lathan/english_syntax
...
english syntax fix
2014-07-23 13:36:34 +02:00
Torkel Ödegaard
7dea0dcfc4
Merge pull request #616 from guequierre/master
...
'list series' instead of 'select * from /.*/ limit 1'
2014-07-23 13:34:51 +02:00
guequierre
ab11604bfb
'list series' instead of 'select * from /.*/ limit 1'
...
'list series' response is much faster than 'select * from /.*/ limit 1' for the auto-complete option. Especially noticeable on large datasets.
2014-07-23 12:37:11 +02:00
George Angelopoulos
0e8c026854
english syntax fix
...
Add a comma to clearly separate the two clauses of the conditional sentence.
Otherwise, it's unclear whether it is referring to "the panel below" or
"the panel below the browser".
2014-07-23 12:47:52 +03:00
Torkel Ödegaard
3b1cc1cc34
removed old timezoneOffset setting
2014-07-22 08:56:12 +02:00
Torkel Ödegaard
85a8f2f147
another small fix for timezone and annotations, #611
2014-07-21 18:52:19 +02:00
Torkel Ödegaard
37c43199ca
Fix for annotations hover tooltip and timestamp when timezone set to utc, Fixes #611 , #394
2014-07-21 18:49:30 +02:00
Torkel Ödegaard
f22fcc2e59
updated changelog
2014-07-20 18:12:54 +02:00
Torkel Ödegaard
05d7d58cd5
Merge branch 'master' into develop
2014-07-20 18:09:01 +02:00
Torkel Ödegaard
10e89f6802
small tweek to plot hover and annotation hover tooltip css
2014-07-20 18:08:05 +02:00
Torkel Ödegaard
551b802d89
Annotation datasource redesign is done, Closes #608
2014-07-20 16:32:09 +02:00
Torkel Ödegaard
5ae8607771
Fixed dashboard import, broken by dashboard loading redesign #609
2014-07-19 19:06:28 +02:00
Torkel Ödegaard
7b47f40979
better formating of changelog
2014-07-19 18:41:25 +02:00
Torkel Ödegaard
a9a76b9010
annotation redesign is almost done, #608
2014-07-19 13:16:47 +02:00
Torkel Ödegaard
cf68725c89
influxdb annotation column mapping is working
2014-07-18 19:19:30 +02:00
Ian Clark
989d703d1d
Adding bps unit type for network gear
2014-07-17 16:52:12 -07:00
Torkel Ödegaard
cf2ef0955d
influxdb annotations working, need to figure out how to know which columns to use for title, tags, and data
2014-07-17 10:24:30 +02:00
Torkel Ödegaard
2fe3b0de55
influxdb annoations starting to work
2014-07-16 18:51:51 +02:00
Torkel Ödegaard
b47047a91d
Merge branch 'master' into annotations_redesign
2014-07-16 13:18:21 +02:00
Torkel Ödegaard
1c56ac7e48
changed css concat order
2014-07-16 13:17:55 +02:00
Torkel Ödegaard
47fb553d38
Merge pull request #593 from Kixeye/master-fixfilterqueries
...
influxdbDatasource.js - fix find query
2014-07-16 07:47:24 +02:00
Dave Ertel
bd6362f09f
influxdbDatasource.js - fix find query
2014-07-16 14:03:44 +10:00
Torkel Ödegaard
9cc735bdf2
fixed small css bug with the 'no datapoints' warning introduced by legends makeover
2014-07-15 16:57:23 +02:00
Torkel Ödegaard
f5d992f609
InfluxDB: Support for alias & alias patterns when using raw query mode, #584
2014-07-15 16:46:17 +02:00
Torkel Ödegaard
25407fb5f0
updated readme.md
2014-07-15 11:32:03 +02:00
Torkel Ödegaard
9eb9bd8488
moved annotations graphite query to graphite datasource
2014-07-14 18:19:41 +02:00
Torkel Ödegaard
7d6eafb2f2
Merge branch 'dashboard_loading_refactoring' into annotations_redesign
2014-07-14 17:28:19 +02:00
Torkel Ödegaard
bfdf25a162
Merge branch 'master' into dashboard_loading_refactoring
2014-07-14 17:28:00 +02:00
Torkel Ödegaard
6e0e6f5ec4
updated changelog with PR #581
2014-07-14 17:26:16 +02:00
Torkel Ödegaard
dce8b15937
Merge branch 'feature/influxdb-expose-continuous-query-in-series' of github.com:mavimo/grafana into mavimo-feature/influxdb-expose-continuous-query-in-series
2014-07-14 17:20:28 +02:00
Marco Vito Moscaritolo
25e2e07631
ADd contiuous query in series results.
2014-07-13 19:57:09 +02:00