David Kaltschmidt
23c9da6162
Fixed custom dates for react timepicker
...
* added jest tests for timepicker component
2018-05-24 10:55:01 +02:00
David Kaltschmidt
eadaff6191
Explore: Design integration
...
* style header like other grafana components
* use panel container for graph and same styles for query field
* fix typeahead CSS selector (was created outside of .explore)
* use navbar buttons for +/- of rows
* moved elapsed time under run query button
* fix JS error on multiple timeseries being returned
* fix color for graph lines
* show prometheus query errors
2018-05-24 10:55:00 +02:00
David Kaltschmidt
0d3f24ce54
Explore: time selector
...
* time selector for explore section
* mostly ported the angular time selector, but left out the timepicker
(3rd-party angular component)
* can be initialised via url parameters (jump from panels to explore)
* refreshing not implemented for now
* moved the forward/backward nav buttons around the time selector
2018-05-24 10:55:00 +02:00
Leonard Gram
7a30f72902
Merge pull request #12046 from fg2it/package
...
fix names of foreign arch packages
2018-05-24 09:34:15 +02:00
Dan Cech
417db13efb
Fix dashboard snapshot deletion ( #12025 )
...
* fix issue deleting dashboard snapshots by deleteKey, add dedicated endopoint for authenticated requests, update frontend, tests & docs.
2018-05-24 08:55:16 +02:00
fg2it
22638db532
fix names of foreign arch packages
2018-05-23 23:53:59 +02:00
Marcus Efraimsson
16c3566a87
elasticsearch: handle NaN values
2018-05-23 22:57:46 +02:00
Marcus Efraimsson
688f5b830c
elasticsearch: metric and pipeline agg setting json encoding fix
2018-05-23 22:21:41 +02:00
Marcus Efraimsson
4436b8da12
elasticsearch: query interval override fix
2018-05-23 22:07:52 +02:00
Marcus Efraimsson
8870e3e85b
elasticsearch: default interval fix
...
5s instead of 15s
2018-05-23 21:44:09 +02:00
Marcus Efraimsson
ed110bc312
Merge pull request #11967 from grafana/migrate-jquery-lodash-extended-to-ts
...
chore: migrate files to ts
2018-05-23 17:58:37 +02:00
David Kaltschmidt
61b296afad
Document table row merge for multiple queries
...
* added section to table feature docs
* marked as 5.0+ feature
* concrete examples of what works and the limits
2018-05-23 17:08:54 +02:00
Leonard Gram
0bfbb1c161
Merge pull request #11920 from grafana/crosscompile
...
Crosscompile and packages Grafana on arm, windows, linux and darwin
2018-05-23 17:03:25 +02:00
Marcus Efraimsson
242689abe2
elasticsearch: pipeline aggregation fix for json encoding
2018-05-23 16:46:26 +02:00
Leonard Gram
bea4741a12
build: always build for all platforms.
2018-05-23 16:03:21 +02:00
Marcus Efraimsson
dce59ccff2
fix: remove deadcode to make gometalinter happy
2018-05-23 15:28:36 +02:00
Marcus Efraimsson
4840adff00
elasticsearch: refactor query handling and use new es simple client
...
Removes moment dependency.
Adds response parser tests (based on frontend tests).
Adds time series query tests (based on frontend tests).
Fixes various issues related to response parsing and building search request queries.
Added support for extended stats metrics and geo hash grid aggregations.
2018-05-23 15:09:58 +02:00
Marcus Efraimsson
e171ed8910
elasticsearch: new simple client for communicating with elasticsearch
...
Handles minor differences of es 2, 5 and 5.6.
Implements index pattern logic.
Exposes builders for building search requests.
2018-05-23 14:59:12 +02:00
Marcus Efraimsson
77400cef08
elasticsearch: refactor and cleanup
...
Move time series query logic to specific file.
Remove model parser and move to time series query file, adds parser test.
2018-05-23 14:36:41 +02:00
Marcus Efraimsson
1324a67cbd
Merge branch 'master' into WPH95-feature/add_es_alerting
2018-05-23 14:35:45 +02:00
Carl Bergquist
64053e1954
Merge pull request #11788 from mtanda/prom_query_timeout
...
add query timeout option for Prometheus
2018-05-22 09:40:29 +02:00
Leonard Gram
1b85b2fca7
build: removes deploy from nightly while testing it.
2018-05-22 09:07:52 +02:00
Daniel Lee
6d6b509d27
Merge pull request #12020 from xginn8/patch-1
...
update provisioning.md
2018-05-21 18:14:33 +02:00
xginn8
68bc9dd9dc
update provisioning.md
...
stylize & name datasources properly
2018-05-21 11:19:44 -04:00
Sven Klemm
cd49f2d425
Merge remote-tracking branch 'upstream/master' into postgres-query-builder
2018-05-21 15:58:31 +02:00
Leonard Gram
5f98982a09
build: clean up the workflow filters.
2018-05-21 15:57:57 +02:00
Daniel Lee
de7a880d66
Revert "Conditionally select a field to return in ResponseParser for InfluxDB"
...
This reverts commit a101177b55
.
Ref #12009
2018-05-21 15:47:29 +02:00
Daniel Lee
80f8fb1e02
Revert "Fix ResponseParser for InfluxDB to return only string values"
...
This reverts commit 92e5968f91
.
Ref #12009
2018-05-21 15:46:23 +02:00
Mitsuhiro Tanda
067ceb178e
Revert "move queryTimeout option to common setting"
...
This reverts commit 3ba59a1d66a2a3c07ccd04a48c403f0772fbef31.
2018-05-21 21:45:51 +09:00
Mitsuhiro Tanda
12ace5ab65
move queryTimeout option to common setting
2018-05-21 21:45:51 +09:00
Mitsuhiro Tanda
8ddcd67080
add query timeout option for Prometheus
2018-05-21 21:45:51 +09:00
Carl Bergquist
a376de56f2
Merge pull request #11934 from liquidm/improve_alert_docs
...
Improve alert docs
2018-05-21 14:34:58 +02:00
Leonard Gram
7b1e41abc6
build: crosscompilation for nightlies and releases.
2018-05-21 14:06:01 +02:00
Sven Klemm
8b47d7c520
set style for registered query components
2018-05-21 12:53:06 +02:00
Sven Klemm
067bfa3f72
make param wrapper configurable
2018-05-21 12:52:14 +02:00
Sven Klemm
a5bcd8eac0
fix metric column when using group by
2018-05-21 12:10:18 +02:00
Sven Klemm
3af4e4e0d6
separate label in template from type
2018-05-21 11:44:37 +02:00
Marcus Efraimsson
cebae40468
Merge pull request #11973 from grafana/11953-explore-metricpanel
...
explore: fixes #11953
2018-05-21 11:13:22 +02:00
Sven Klemm
e93276b1f8
use sql part component
2018-05-21 11:10:00 +02:00
Sven Klemm
de9a117dc6
use sql part component
2018-05-21 11:04:52 +02:00
Sven Klemm
181dfdba04
add sql_part component
2018-05-21 09:37:04 +02:00
mammuthus
0cfdd726f7
Singlestat value: vertical alignment fix
...
There is a problem with vertical alignment of Singlestat value - it's a bit lower then it has to be.
This hack fix it.
2018-05-20 21:28:53 +03:00
Alexandre Georges
2e67e3ba63
Added Swiss franc currency
2018-05-20 14:07:40 +02:00
Sven Klemm
b12d049f6f
quote column name in buildValueQuery
2018-05-19 17:21:53 +02:00
Sven Klemm
731c7520b3
return values quotes for suggestions in where expression
2018-05-19 15:34:48 +02:00
Sven Klemm
9e05477558
Merge remote-tracking branch 'upstream/master' into postgres-query-builder
2018-05-19 12:27:23 +02:00
bergquist
c40b0ea1df
test: moves test files to testdata folder
2018-05-18 23:23:13 +02:00
Carl Bergquist
dd8c50e140
Merge pull request #11988 from bergquist/tag_release_script
...
build: script for tagging and pushing a release
2018-05-18 16:37:11 +02:00
Leonard Gram
7ca346e9f0
build: downloads and bundles phantomjs for darwin and windows.
2018-05-18 14:39:25 +02:00
Leonard Gram
3933cb6bf6
build: publisher updated to support more architectures and OSs.
2018-05-18 14:39:25 +02:00