bergquist
2df8c649b7
Merge branch 'master' into alerting_opentsdb
2016-10-19 13:15:22 +02:00
bergquist
5fbab038e8
fix(opentsdb): can always return false
2016-10-19 13:14:42 +02:00
Torkel Ödegaard
a826591eed
Merge branch 'master' of github.com:grafana/grafana
2016-10-19 13:14:34 +02:00
utkarshcmu
62895114e1
Implmented targetContainsTemplate for OpenTSDB
2016-10-19 03:54:41 -07:00
bergquist
4c2f2eeb58
feat(opentsdb): add mock method for detecting targets with template values
2016-10-19 11:45:39 +02:00
bergquist
d1eceedf55
feat(webhook): add httpmethod to webhook
...
closes #6255
2016-10-18 16:50:16 +02:00
Mitsuhiro Tanda
a8dd44918b
support future time range
2016-10-18 19:39:04 +09:00
Mitsuhiro Tanda
888619d74e
(cloudwatch) add region
2016-10-18 12:28:20 +09:00
mkm85
977cdd5933
Fix cloudwatch multivalue ( #6282 )
...
* Fixed missing contains variable problem
* allow All option to be used in cloudwatch templating
2016-10-17 11:33:28 +02:00
Paul Traylor
a45a487ad3
Update query for "Rule Eval Duration" ( #6294 )
...
This query was changed to use seconds in f69e668fc4
2016-10-17 08:37:59 +02:00
Ben RUBSON
d1e8418c74
Correct tooltip timestamp ( #6283 )
...
Corrects #6275 , follows #6211
2016-10-15 08:02:07 +02:00
Torkel Ödegaard
c1567ae595
fix(build): fixes #6284
2016-10-15 08:00:48 +02:00
Torkel Ödegaard
30645a6d3d
refactor(alerting): initial step for seperating alerting and dash model, #6273
2016-10-14 13:06:29 +02:00
Torkel Ödegaard
c9d7eb0a7a
feat(alerting): added clear history button to alert state history view, #6244
2016-10-14 09:33:42 +02:00
bergquist
455df7f0a0
Merge branch 'master' into alerting_opentsdb
2016-10-14 09:17:35 +02:00
Torkel Ödegaard
44f064392d
feat(alerting): different colored lines/icons for alert annotations based on state, #6244
2016-10-13 15:22:54 +02:00
utkarshcmu
6638605fd1
Removed console.log
2016-10-12 13:47:40 -07:00
utkarshcmu
cc3b928708
Opentsdb queries broken if no alias is uses with tags/filters
2016-10-12 13:32:37 -07:00
Uros Meglic
e1739b6025
(fix)elasticsearch: IP addresses don't survive terms aggregation ( #4393 ) ( #6246 )
2016-10-12 13:14:57 +02:00
bergquist
5a39bf5c58
fix(alert_tab): dont add dup notifications to repeater
...
closes #6233
2016-10-12 11:27:49 +02:00
Torkel Ödegaard
0bae12e4ae
change(graph): Changed default for stack hover value
2016-10-12 11:21:23 +02:00
Torkel Ödegaard
1b8a81d4ba
fix(alerting): fixed reducer change issue, fixes #6241
2016-10-12 07:04:53 +02:00
Torkel Ödegaard
3d593492c9
fix to text panel and transparent mode
2016-10-12 07:04:53 +02:00
bergquist
0d4b00df95
feat(alerting): add template validation for influxdb
...
closes #6230
2016-10-11 16:03:00 +02:00
Torkel Ödegaard
2e21613be7
fix(templating): fixed issues with dynamic dashboard srv (panel/row) repeats, fixes #6237
2016-10-11 15:17:47 +02:00
Corentin Chary
4df379f90c
Do not align refresh time ( #6178 )
...
When you have a lot of dashboards, all of them
end up refreshing their dashboards at the exact
same time, which isn't particulary good for your
TSDB backend.
2016-10-11 13:57:53 +02:00
Ben RUBSON
f7124f1638
Patch: 4 tooltip bugs ( #6211 )
...
* Order tooltip by yaxis by default
solves #6174
* typo
* Avoid sorting multiple times
and evaluate series.yaxis.n as it may not exist.
* typo
* typo
* typo
* Tooltip values loose their format when reordered
solves #6208
* Hover the correct point
* Make tooltip sort happy with hidden series
2016-10-11 13:53:49 +02:00
Uros Meglic
dc680a41c8
fix(elasticsearch): Query editor allows to remove last group by ( #5692 ) ( #6223 )
2016-10-11 13:41:13 +02:00
Torkel Ödegaard
cace1d6b8f
change(plugin page): changed tab order on plugin page, closes #6123
2016-10-11 13:40:16 +02:00
Torkel Ödegaard
73fc659011
fix(graph): fixed issue with old threshold to new threshold model migration, fixes #6236
2016-10-11 13:22:46 +02:00
Torkel Ödegaard
f1905a8485
fix(alerting): fixed issue with using nested queries in graphite query used in alerting rule, fixes #5996
2016-10-11 12:50:11 +02:00
bergquist
446bde2421
Merge branch 'pause_alert_rules'
...
closes #6135
2016-10-11 10:54:58 +02:00
bergquist
c6cf7647ff
feat(alerting): pausing alerts requires alert id
2016-10-11 10:53:24 +02:00
Torkel Ödegaard
7b70e0ff3a
fix(UI): fixed 3 UI bugs, fixes #6225
2016-10-11 09:51:43 +02:00
bergquist
8b0c29b104
Merge branch 'master' into pause_alert_rules
2016-10-11 09:46:48 +02:00
bergquist
4bbc2108f9
feat(alerting): add pause button to alert list
2016-10-11 09:45:38 +02:00
Dan Cech
6b16fcea52
Oauth2 Updates ( #6226 )
...
* break out go and js build commands
* support oauth providers that return errors via redirect
* remove extra call to get grafana.net org membership
* removed GitHub specifics from generic OAuth
* readded ability to name generic source
* revert to a backward-compatible state, refactor and clean up
* streamline oauth user creation, make generic oauth support more generic
2016-10-11 08:51:44 +02:00
bergquist
804797245d
feat(alerting): make it possible to pause from alert tab
2016-10-11 08:40:38 +02:00
Torkel Ödegaard
d4fd1c82e3
fix(alerting): added step any to alert threshold input fields, fixes #6205
2016-10-10 19:47:16 +02:00
bergquist
f3825263d4
feat(alerting): add pause button in alert list
2016-10-10 15:17:14 +02:00
Carl Bergquist
b0d154d5aa
Merge pull request #6221 from grafana/alerting_influxdb
...
Alerting support for influxdb
2016-10-10 14:32:47 +02:00
bergquist
04f417a423
feat(alerting): enabled by default. configurable elert engine
...
closes #6210
2016-10-10 13:09:16 +02:00
bergquist
b841e649ab
Merge branch 'master' into alerting_influxdb
2016-10-10 11:38:29 +02:00
Torkel Ödegaard
918481909c
fix(metricsegment): fixed issue with metric segment, fixes #6212
2016-10-08 10:23:30 +02:00
Torkel Ödegaard
913f17ee8a
fix(plugin dashboards): fixed issue with plugin dashboard list, fixes #6215
2016-10-07 16:04:58 +02:00
bergquist
e36f9fa795
Merge branch 'master' into alerting_influxdb
2016-10-07 10:45:05 +02:00
Torkel Ödegaard
a5cbfc8b98
fix(opentsdb): fixed opentsdb issue, fixes #6206
2016-10-07 08:57:40 +02:00
Torkel Ödegaard
dacfa6b978
fixed issue in metric_segment
2016-10-06 15:09:02 +02:00
Torkel Ödegaard
cc1452277b
added testdata scenario for null data and stacking, also updated testdata dashbord, #2912
2016-10-06 10:53:42 +02:00
Peter Dave Hello
bf4c3f3ae6
optimize png images using zopflipng ( #6197 )
2016-10-05 15:57:50 +02:00
bergquist
e556df5b49
feat(tsdb): add draft implementation for influxdb
2016-10-04 16:25:33 +02:00
bergquist
8368a4a88a
Merge branch 'master' into alerting_opentsdb
2016-10-03 10:36:33 +02:00
bergquist
96ca69c5a9
tech(cloudwatch): extract method
2016-10-03 10:31:07 +02:00
bergquist
6b7015799c
Merge branch 'cloudwatch_interval' of https://github.com/mtanda/grafana into mtanda-cloudwatch_interval
2016-10-03 08:51:33 +02:00
Torkel Ödegaard
4ec2377e09
fix(notifications): added form validation and restored Send Test button which was always hidden, #6159
2016-10-01 17:14:45 +02:00
bergquist
91b180168e
tech(notifications): remove unused filter markup
2016-10-01 15:51:08 +02:00
Torkel Ödegaard
7c339f0794
feat(alerting): show alertin state in panel header, closes #6136
2016-09-30 17:37:47 +02:00
bergquist
1226beba31
feat(opentsdb): add alerting support to plugin.json
2016-09-30 16:50:50 +02:00
Torkel Ödegaard
2908c6a80b
fix(metricsegment): added min width for inputs for metric segment and value select components
2016-09-30 13:13:28 +02:00
Torkel Ödegaard
fe4a0a98c1
fix(alerting): added confirm modal in UI, when deleting alert
2016-09-30 13:00:16 +02:00
Torkel Ödegaard
5a1a80bcdd
feat(templating): adding missing label property to query variable defaults, fixes #6150
2016-09-29 14:46:59 +02:00
Torkel Ödegaard
88ec307f3e
fix(graph panel): fixed issue with graph axis labels
2016-09-28 21:39:51 +02:00
Alexander Zobnin
c2856926aa
fix(graph): fix X axis value selection. ( #6145 )
2016-09-28 21:29:51 +02:00
Torkel Ödegaard
2750c8a801
feat(config): changed name of allow_user_login_pass to disable_login_form, changed the section of the config option to [auth], impacts merged PR #5423
2016-09-28 15:27:08 +02:00
Torkel Ödegaard
e5fc4332cd
feat(oauth): refactoring PR #6077
2016-09-28 15:10:50 +02:00
Torkel Ödegaard
5ccdbf01fd
merge with master
2016-09-28 13:02:15 +02:00
Torkel Ödegaard
10e63e5dd2
Merge branch 'master' of github.com:grafana/grafana
2016-09-28 12:17:16 +02:00
Torkel Ödegaard
599fe49944
fix(templating): fix to datasource variable, was not updated on dashboard load, added unit test for case as well
2016-09-28 12:12:38 +02:00
Mitsuhiro Tanda
593863fb9e
(prometheus) check time range ( #6137 )
2016-09-28 11:54:25 +02:00
Torkel Ödegaard
68370ba2bc
feat(testdata): added alert dashboard
2016-09-28 10:44:21 +02:00
Torkel Ödegaard
a4648607bb
feat(testdata): added csv test data scenario
2016-09-28 10:37:30 +02:00
Torkel Ödegaard
460160cfa4
feat(testdata): added test case for ms resolution data
2016-09-28 08:08:46 +02:00
Torkel Ödegaard
22e8885690
feat(testdata): progress on test data stuff
2016-09-27 18:36:00 +02:00
Torkel Ödegaard
3ecd96e682
feat(testdata): lots of work on new test data data source and scenarios
2016-09-27 18:17:39 +02:00
Torkel Ödegaard
ade8aa5b92
feat(graph): refactorings
2016-09-27 14:47:04 +02:00
Torkel Ödegaard
34f15d92d0
feat(testdata): worked on testdata app
2016-09-27 14:39:51 +02:00
Torkel Ödegaard
81cb4a740b
refactor(graph): progress on graph panel work
2016-09-26 17:25:29 +02:00
Torkel Ödegaard
40e6317b7b
feat(graph): refactoring
2016-09-26 14:04:13 +02:00
Torkel Ödegaard
acfde82c0a
refactor(graph): js -> typescript refactoring
2016-09-26 13:55:42 +02:00
Torkel Ödegaard
5682520603
feat(graph): more work on graph panel and support for non time series
2016-09-24 13:08:58 +02:00
Torkel Ödegaard
cd270f14a2
feat(graph): more work on graph panel and support for non time series
2016-09-23 17:12:10 +02:00
Torkel Ödegaard
3bbc940b88
Merge branch 'master' into graph-panel-non-timeseries
2016-09-23 14:22:44 +02:00
Torkel Ödegaard
175c651e65
fix(server side rendering): Fixed issues with server side rendering for alerting & for auth proxy scenarios, fixes #6115 , fixes #5906
2016-09-23 12:29:53 +02:00
Torkel Ödegaard
bb77caa369
Merge branch 'master' of github.com:grafana/grafana
2016-09-22 21:49:57 +02:00
Torkel Ödegaard
e36cdac594
fix(templating): fixed issue with templating when initalizing variables without any existing value
2016-09-22 21:49:41 +02:00
bergquist
d711c0ed35
Merge branch 'master' into alert_prometheus
2016-09-22 19:27:24 +02:00
Torkel Ödegaard
f2f3115749
feat(graph panel): more progress on graph panel and non time series data support
2016-09-22 16:47:37 +02:00
Torkel Ödegaard
6cd4db12c7
feat(graph panel): refactoring axes tab options into it's own component
2016-09-22 16:19:44 +02:00
Torkel Ödegaard
23246605b0
feat(graph panel): working on adding non time series support to graph panel
2016-09-22 16:05:20 +02:00
Torkel Ödegaard
f3d4a97f49
Merge branch 'master' into graph-panel-non-timeseries
2016-09-22 14:03:06 +02:00
Torkel Ödegaard
0fc7405b95
fix(elasticsearch): for query template variable when looking up terms without query, no longer relies on elasticsearch default field, fixes #3887
2016-09-22 12:05:03 +02:00
Torkel Ödegaard
3ed7ab93c5
added small info text to plugins list page, #5176
2016-09-22 11:32:27 +02:00
Torkel Ödegaard
d8df421b43
fix(build): fixed issues with optimized build, fixes #6096
2016-09-22 10:22:16 +02:00
Torkel Ödegaard
39af588a94
fix(playlist): fixed sorting issue with playlist playback, fixes #5467
2016-09-22 10:06:03 +02:00
Torkel Ödegaard
2752dbd13a
feat(templating): minor fixes to recent refactorings
2016-09-22 09:00:15 +02:00
Torkel Ödegaard
d65fbcbb42
fix(graphite): fixed minor graphite lexer issue when nodes begin with octal syntax and end with dash identifier, fixes #6049#
2016-09-21 20:04:09 +02:00
Dan Cech
248ed2672f
remove 'Github' from oauth login error messages
2016-09-21 09:42:06 -04:00
Dan Cech
b387c1291d
Merge branch 'master' into gnet-oauth
...
Conflicts:
pkg/api/login_oauth.go
2016-09-21 09:39:35 -04:00
Torkel Ödegaard
9e26a4cfcb
fix(templating): fixed unique filter after regex pass, fixes #6086
2016-09-21 15:30:11 +02:00
Torkel Ödegaard
b4111d78e1
fix(security): fixed login issue that was a potential for social engineering, fixes #6014
2016-09-21 15:03:14 +02:00