323 Commits

Author SHA1 Message Date
34e17f7282 feat(alerting): requests looks to be working again 2016-06-06 17:11:46 +02:00
7a34c129fe feat(alerting): things are compiling and tests pass 2016-06-06 13:50:47 +02:00
70cb8400c3 feat(alerting): changed name of root Alerts nav item and page from Alerts to Alerting 2016-06-06 09:17:29 +02:00
6a49d4ed6b feat(alerting): remove orgid from alertrule query 2016-06-03 15:24:53 +02:00
76758d270f feat(alerting): set basic description text of status ok 2016-05-31 20:03:15 +02:00
7224ea5229 chore(alerting): convert alert levels to float 2016-05-31 14:18:12 +02:00
1498db11a9 feat(alerting): extracts alert rule reading 2016-05-30 18:52:38 +02:00
c5c261e955 feat(alerting): improve spacing in alerting tab 2016-05-30 17:50:35 +02:00
077be210da tech(alerting): change interval -> frequency 2016-05-30 09:31:05 +02:00
16a9e56eca tech(alerting): change queryrange to int from str 2016-05-30 09:18:22 +02:00
957cb407c5 feat(alerting): naiv graphite executor 2016-05-25 17:21:20 +02:00
b2a4d8083e feat(alerting): add datasource ref to alert rule 2016-05-25 12:57:49 +02:00
7229fb7a76 tech(alerting): change from array to map 2016-05-23 17:04:57 +02:00
f05cae23d2 feat(alerting): alert rule selector 2016-05-23 10:07:04 +02:00
411178d384 tech(alerting): disable feature toggle
this feature toggle caused migration tests to fail
2016-05-23 08:24:10 +02:00
45b2b4bc52 feat(alerting): add feature toggles for alerting functions 2016-05-23 08:00:42 +02:00
9d016a2756 feat(alerting): add migration for create and update 2016-05-20 14:23:24 +02:00
8dbb5bad4b test(alerting): fix broken unit tests 2016-05-16 16:20:28 +02:00
77b7cdfadb feat(alerting): added few fields to alert rule 2016-05-16 15:39:09 +02:00
495404ef73 Merge branch 'master' into alerting_definitions 2016-05-16 14:12:56 +02:00
c6744925c4 Add new parameter to config: default_theme. 2016-05-12 18:21:11 +03:00
1bb8bc58b8 feat(alerting): add parameteters for filtering alerts 2016-05-10 09:45:56 +02:00
b2cf2e877a test(alerting): improve unit test 2016-05-09 15:19:11 +02:00
1be513fabd feat(alerting): add support for alert page filter 2016-05-09 14:44:44 +02:00
47070f2d1f chore(alerting): struct names and url refactoring 2016-05-09 11:25:21 +02:00
27274f37e8 feat(alerting): update paths for alert state 2016-05-06 14:37:41 +02:00
26941284da feat(alerting): add limit and since id options for alert logs 2016-05-04 09:57:53 +02:00
1624dc9dfd feat(alerting): separate operator and level 2016-05-03 17:31:04 +02:00
b606d9b7da test(alerting): fixes broken test 2016-05-02 16:27:02 +02:00
743a6fa37c feat(alerting): add support for deleting alert rules 2016-05-02 16:07:19 +02:00
bd30a4d23e Merge branch 'master' into alerting_definitions 2016-04-28 16:04:28 +02:00
f442adca47 feat(alerting): adds api endpoints for alerts per dashboard and panel 2016-04-28 15:13:42 +02:00
ad8dbbb559 allow updates to secureJsonData.
SecureJsonData is stored as a json object in the DB. As the
secureJsonData is never returned to the user they are unable
to provide the full json object when performing updates instead
the user can only provide the specific keys they wish to update.
This commit ensures that only the provided keys are updated and
existing keys in the secureJsonData object are left untouched.
2016-04-28 18:39:23 +08:00
1f414c1372 test(alerting): add test that validates rule updates do not change state 2016-04-28 11:47:14 +02:00
ecfbc2edca feat(alerting): adds alert history page 2016-04-28 11:42:03 +02:00
0f0fa0c257 feat(alerting): adds endpoint for getting alert states log 2016-04-28 10:59:46 +02:00
3ecc13506c feat(alerting): adds alert state go ui 2016-04-28 08:53:34 +02:00
1631673485 feat(alerting): dont change state when updating alert definitions 2016-04-28 08:42:51 +02:00
e7be7d2835 feat(alerting): add api endpoint for alert state 2016-04-28 08:23:50 +02:00
44dd98e277 tech(alerting): rename alerting sql server 2016-04-27 09:25:11 +02:00
7041169ffb feat(alerting): add datasource name field 2016-04-27 09:06:19 +02:00
973db1ac38 feat(alerting): add api route for alert changes 2016-04-27 08:59:33 +02:00
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
3ef2be13df feat(alerting): move alert deletion to alert code 2016-04-26 15:48:29 +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
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