Mitsuhiro Tanda
490141da82
(cloudwatch) expand multi select template variable
2016-09-20 11:03:35 +09:00
Torkel Ödegaard
cb522d58cd
feat(templating): back to be able to continue work on ad hoc filters, #6048
2016-09-19 18:41:42 +02:00
Torkel Ödegaard
7a6fb70026
feat(templating): progress on variable system refactoring, #6048
2016-09-19 18:32:09 +02:00
Torkel Ödegaard
9d6ecc6361
feat(templating): progress on variable system refactoring, #6048
2016-09-19 18:06:36 +02:00
Steven Arnott
6e4ed4debd
Altered DB for Prefix ( #6062 )
2016-09-19 17:12:43 +02:00
Torkel Ödegaard
945b5ee3cf
feat(templating): progress on variable system refactoring, #6048
2016-09-19 17:03:36 +02:00
bergquist
87be56a4f0
fix: add goconvey to vendor
2016-09-19 16:22:39 +02:00
bergquist
3f00834f25
tech: remove unused dependencies
2016-09-19 15:21:53 +02:00
Torkel Ödegaard
8a796c5b4b
feat(templating): progress on variable system refactoring, #6048
2016-09-19 15:15:15 +02:00
Torkel Ödegaard
5ded88fa4d
feat(templating): progress on variable system refactoring, #6048
2016-09-19 11:34:08 +02:00
bergquist
1cb45c3416
fix(alertlist): better description
2016-09-19 10:11:33 +02:00
Torkel Ödegaard
524f505664
tech(templating): refactoring, updated dashboardSrv to typescript
2016-09-19 10:08:05 +02:00
bergquist
0bde2ae689
fix(alertlist): remove timerange checkbox option
2016-09-19 10:07:53 +02:00
fg2it
0984edd8b2
avoid copy of go dep. from vendor/ for release
2016-09-19 08:03:35 +02:00
fg2it
699c515369
enforce unconditional copy
2016-09-18 11:45:46 +00:00
fg2it
c669de1169
add options to support cross build
2016-09-18 10:07:12 +00:00
fg2it
62a2f80f10
add option for grunt release
2016-09-18 09:13:00 +00:00
fg2it
174ea11b1c
avoid copy of go dep. from vendor/ for release
2016-09-18 09:03:47 +00:00
Torkel Ödegaard
5ce3e40cc9
feat(templating): more work on new variable handling code, #6048
2016-09-17 15:27:53 +02:00
Torkel Ödegaard
4188c46f83
feat(templating): more work on new variable handling code, #6048
2016-09-17 11:28:45 +02:00
Torkel Ödegaard
46ebae7304
feat(templating): progress on template system rewrite #6048
2016-09-16 16:50:30 +02:00
bergquist
05d43999dc
feat(alertlist): add support for time range lockdown
...
closes #5981
2016-09-16 15:55:38 +02:00
bergquist
77783c02cd
fix(alerting): dont log null series
...
closes #6025
2016-09-16 14:59:54 +02:00
Torkel Ödegaard
7e8b279895
feat(templating): good progress on new variable update code, #6048
2016-09-16 10:48:03 +02:00
Torkel Ödegaard
852fd66c4c
Update debian.md
2016-09-16 10:42:15 +02:00
Alexander Zobnin
4fa22e2158
Refactor: flexible Y-Min and Y-Max settings ( #6051 )
...
* Feature: Flexible Y-Min and Y-Max settings.
Y-Min and Y-Max is now string.
New usage for both Y-Min and Y-Max (Where X is a real number):
>X Y-Max/Y-Max is auto if data is above X else X
<X Y-Max/Y-Min is auto if data is below X else X
=X Y-Max/Y-Min is scaled to current value +/- X
~X Y-Max/Y-Min is caled to average value +/- X
Example: Y-Min: <100 Y-Max: >200
If all points are within 100 and 200: Y-Min is 100 and Y-Max is 200
If some points are above 200: Y-Min is 100 and Y-Max is auto
If some points are below 100: Y-Min is auto and Y-Max is 200
if some points are below 100 and above 200: Y-Min and Y-Max is auto
Tests for new settings added
* Use parseFloat instead of implicit conversion
* feat(flexible_y-min/max): refactor.
* feat(flexible_y-min/max): added more tests.
2016-09-15 21:03:54 +02:00
bergquist
a95808a7c3
docs(build): update required go version to 1.7
2016-09-15 16:29:25 +02:00
cmartin0077
f91f74be04
fix(influxdb) autocomplete measurement while typing, fixes #4278 ( #5931 )
2016-09-15 16:11:38 +02:00
bergquist
3c92f78ee7
feat(cli): add grafana version header to all request against grafana.net
2016-09-15 16:01:06 +02:00
Torkel Ödegaard
0f4a9f1ed1
feat(templating): began refactoring variables into rich behavioral classes
2016-09-15 14:53:36 +02:00
bergquist
3c966caa23
feat(cli): download all plugin dependencies
2016-09-15 14:38:11 +02:00
bergquist
fc67ab1dce
tech(build): add build grafana-server and cli to CI
2016-09-15 13:52:41 +02:00
bergquist
dd70c535ed
tech(build): upgrade ci build to 1.7.1
2016-09-15 13:43:37 +02:00
bergquist
dede58915d
Merge branch 'go_vendor'
2016-09-15 13:25:50 +02:00
bergquist
6be48269e2
tech(build): update build docs
2016-09-15 13:09:33 +02:00
bergquist
d3a5d5c058
tech(build): update makefile
2016-09-15 13:02:16 +02:00
bergquist
bda1f6493c
tech(scripts): move benchmark script into /scripts
2016-09-15 13:00:26 +02:00
bergquist
283172e78c
tech(build): remove unused file
2016-09-15 12:59:25 +02:00
bergquist
6489571179
move circle trigger to /scripts
2016-09-15 12:57:41 +02:00
bergquist
4afd7a5ef1
tech(build): update circle ci to build using vendor folder
2016-09-15 11:32:32 +02:00
Zihao Yu
6d843e3db5
update github oauth docs ( #6042 )
2016-09-15 11:29:03 +02:00
Torkel Ödegaard
94e5001c0e
feat(templating): making progress on adhoc template variable, #6038
2016-09-15 09:18:28 +02:00
Alexander Zobnin
3be84b00d5
ES nested fields autocomplete ( #6043 )
...
* Re-create PR #4527 from @arcolife:
fixes #4526 - add nested support to fieldname autocomplete; Also:
- update _mapping to first use given time range
for deducting index mapping, then fallback to
today's date based index name
* (elasticsearch): refactor getFields() method.
* (elasticsearch): add tests for getFields() method.
* (elasticsearch): fixed _get() method (tests was broken after @arcolife commit).
2016-09-15 07:30:08 +02:00
Torkel Ödegaard
83b9db51e3
feat(templating): great progress on adhoc filters, #6038
2016-09-14 17:36:28 +02:00
bergquist
6253476c73
tech(build): move dependencies to vendor folder
2016-09-14 16:14:27 +02:00
bergquist
4e567b5f02
feat(alert): order alerts by name.. instead of nothing.
2016-09-14 14:51:31 +02:00
bergquist
a23b7f1371
fix(alerting): add missing evaldata field to set state command
2016-09-14 14:35:05 +02:00
bergquist
31892ed73c
style(alertlist): remove unused code
2016-09-14 14:21:56 +02:00
bergquist
9dd8b3b408
wip
2016-09-14 14:12:19 +02:00
Torkel Ödegaard
0a44add6c9
feat(adhoc fiters): began work on ad-hoc filters, refactored submenu filters to use gf-form styles, #6038
2016-09-14 11:21:02 +02:00