9b50313f11
feat(alerting): add api endpoints for listing alerts
2016-04-26 17:36:50 +02:00
996eec3ce2
tech(alerting): refactored save alerts code
2016-04-26 16:31:13 +02:00
55e83a3d62
feat(alerting): rename alerting dashboard names
2016-04-26 16:06:29 +02:00
3ef2be13df
feat(alerting): move alert deletion to alert code
2016-04-26 15:48:29 +02:00
bb42579b0f
Merge branch 'master' into alerting_definitions
2016-04-25 16:42:33 +02:00
ddd826616b
feat(alerting): serialize whole target obj from dashboard
2016-04-25 16:38:27 +02:00
25f6ec8b53
feat(alerting): add support for alert_rule updates
2016-04-25 16:18:28 +02:00
c83af353b2
feat(alerting): renames alert table to alert_rule
2016-04-25 14:42:24 +02:00
04a79175bf
fix(plugins): only add app nav link if it has any pages/dashboards with role matching current user, fixes #4784
2016-04-25 14:00:49 +02:00
f167ce19ab
test(alerting): add test for deleting alerts
2016-04-25 13:00:05 +02:00
bdd3e2ad73
Merge branch 'master' into alerting_definitions
2016-04-25 11:22:35 +02:00
97656d65ec
db(dashboard): minor fix for dashboard delete
2016-04-25 11:22:13 +02:00
ba28d2e13f
Merge branch 'master' of github.com:grafana/grafana
2016-04-25 09:26:57 +02:00
711992c8e2
fix(influxdb): minor fix for duplicated db param to proxied influxdb call, fixes #4703
2016-04-25 09:26:47 +02:00
5d5999561a
test(dashboard): add failing test for deleting dashboards
2016-04-25 08:46:15 +02:00
44310921b5
test(alerting): add commented failed test
2016-04-25 08:34:48 +02:00
07b13e24fa
style(cli): add some color to error messages
2016-04-23 14:39:42 +02:00
0855f51436
feat(cli): improves defer error handling
2016-04-23 14:39:42 +02:00
70acfb2cfd
fix(cli): adds better help text.
...
The zip lib is throwing panics sometimes when the response is malformed.
The cli will now try to download the zip file up to three times before
aborting. The cli gives a better error message and informes the user
about retrying.
closes #4651
2016-04-23 14:39:42 +02:00
03e6fc951f
feat(alerting): delete alerts when dashboard gets deleted
2016-04-23 14:14:18 +02:00
ec6dbe3067
tests(alerting): connect alerts to dashboard
2016-04-23 10:41:50 +02:00
84115c8038
feat(alerting): delete alerts when panels are removed
2016-04-22 17:49:50 +02:00
8bb62a79d0
feat(alerting): excisting alerts are now updated
2016-04-22 16:51:24 +02:00
ba5978abd3
Merge branch 'master' into alerting_definitions
2016-04-22 15:52:56 +02:00
51de894692
fix(snapshots): sets default value for snapshot name
...
make it possible for < 3.0 instances to publish snapshots
ref #4778
2016-04-21 09:59:48 +02:00
41e5812a22
Merge pull request #4771 from mtanda/cloudwatch_kinesis_metrics
...
(cloudwatch) add kinesis metrics
2016-04-20 08:57:26 -07:00
96e88ee84d
refactor(alerting): changes interval to string from int
2016-04-20 16:57:03 +02:00
262821e7e7
feat(alerting): tests that alertes can be read from db
2016-04-20 16:46:24 +02:00
ef92fd4ebc
feat(alerting): renames error_level to crit_level
2016-04-20 15:02:49 +02:00
7860a2a1b8
feat(alerting): make sure dashboard id exists
2016-04-20 09:55:32 +02:00
8d1ac8c7f5
(cloudwatch) add kinesis metrics
2016-04-20 14:33:08 +09:00
9f4ad73698
Merge pull request #4758 from bergquist/cli_local_pluginfolder
...
CLI: Adds support for local plugin folder
2016-04-19 17:30:01 +02:00
ca3ad7d17c
tests(alerting): add tests for saving alerts
2016-04-19 16:52:20 +02:00
832e38af34
feat(alerting): limit alerts to one per panel
2016-04-19 15:34:23 +02:00
ff22f43002
fix(cli): fixes missplaced %
2016-04-19 14:46:03 +02:00
d38d4efc18
style(cli): improve logging to find install crash
2016-04-19 10:39:55 +02:00
a8c68e33db
feat(cli): add more logging for failed install
2016-04-19 10:22:02 +02:00
903d1b7797
tech(cli): dont use defer statements in loops
2016-04-19 09:13:58 +02:00
5abaf26b5f
style(cli): remove some logging
2016-04-19 08:39:22 +02:00
485a377800
fix(cli): adds support for local plugin folder
...
closes #4572
2016-04-19 08:27:26 +02:00
daa5468801
feat(alerting): parses dashboard alerts
2016-04-18 14:15:03 +02:00
769016783f
feat(alerting): add aggregator field
2016-04-18 11:10:52 +02:00
bcf10a6483
Merge branch 'master' into alerting_definitions
2016-04-18 10:28:40 +02:00
d98839fc19
Revert "feat(cli): detects plugin folder for dev env"
...
This reverts commit a5eda6a87b9fbdf4b157ecd146ec4269641095c3.
2016-04-15 09:01:27 -04:00
d9ad4cf2fc
fix(): made plugin settings api call accessable for viewer roles
2016-04-13 13:03:41 -04:00
10131aa8a0
fix(pluginlist): fixed issue with home dashboard and new pluginlist panel that casued permission denied error for non admin users, fixes #4686
2016-04-13 12:23:29 -04:00
91a1a823e2
feat(alerting): add basic tables for alerting definitions
2016-04-13 10:33:45 +02:00
47bba71d7f
fixed update check
2016-04-12 10:28:32 -04:00
e7626befc5
updated version
2016-04-12 10:17:39 -04:00
51aed2dbc6
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 21:11:08 -04:00