grafana/public/app/features/alerting
Peter Holmberg 569fb3f112
Alerting: adding query editor when creating threshold rule. (#33123)
* fix viz

* add datasource picker on query rows in mixed mode

* add timerange, handle add/remove queryrunners

* multiqueryrunner test

* trying things out.

* adding another test to verify running a induvidual query runner will update multirunner.

* cleaned up tests a bit.

* draft version working ok.

* fixing so we base the refId from request targets.

* reenable adding expression

* layout fixes for alerting page

* some cleanup

* cleaning up code that we won't use

* changed so we don't display the time range if params not passed.

* remove unused things in querygroup

* changed button to type button.

* removed timerange from dataQuery and removed multiquery runner.

* minor refactoring.

* renamed callback function to make it more clear what it does.

* renamed droppable area.

* changed so we only display the query editor when selecting threshold.

* removed the refresh picker.

* revert

* wip

* extending with data query.

* timerange fixes

* it is now possible to add grafana queries.

* removed unused type.

* removed expect import.

* added docs.

* moved range converting methods to rangeUtil.

* clean up some typings, remove file

* making sure we don't blow up on component being unmounted.

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2021-04-21 13:57:17 +02:00
..
__snapshots__ AlertingNG: Edit Alert Definition (#30676) 2021-02-04 09:13:02 +01:00
components Alerting: adding query editor when creating threshold rule. (#33123) 2021-04-21 13:57:17 +02:00
partials Alerting: Add checks for non supported units - disable defaulting to seconds (#32477) 2021-04-12 15:53:51 +03:00
state Alerting: adding query editor when creating threshold rule. (#33123) 2021-04-21 13:57:17 +02:00
unified Alerting: adding query editor when creating threshold rule. (#33123) 2021-04-21 13:57:17 +02:00
utils Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
AlertRuleItem.test.tsx Grafana UI: Card API refactor (#29034) 2020-11-19 09:48:56 +02:00
AlertRuleItem.tsx AlertingNG: List saved Alert definitions in Alert Rule list (#30603) 2021-01-26 12:12:41 +01:00
AlertRuleList.test.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
AlertRuleList.tsx Alerting: temporarily add old ng routes (#32770) 2021-04-08 12:52:43 +03:00
AlertRuleListIndex.tsx Alerting: unified alerting frontend (#32708) 2021-04-07 08:42:43 +03:00
AlertTab.tsx Chore: Reduces strict errors (#33012) 2021-04-15 14:21:06 +02:00
AlertTabCtrl.test.ts Alerting: Fixes so notification channels are properly deleted (#31040) 2021-02-09 15:29:50 +01:00
AlertTabCtrl.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
EditNotificationChannelPage.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
getAlertingValidationMessage.test.ts Elasticsearch: Fix impossibility to perform non-logs queries after importing queries from loki or prometheus in explore (#31518) 2021-03-02 09:10:41 +00:00
getAlertingValidationMessage.ts Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989) 2021-02-11 13:45:25 +01:00
NewNotificationChannelPage.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
NextGenAlertingPage.tsx Alerting: adding query editor when creating threshold rule. (#33123) 2021-04-21 13:57:17 +02:00
NotificationsIndex.tsx Alerting: receivers page + template list (#33112) 2021-04-19 13:02:58 +03:00
NotificationsListPage.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
StateHistory.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
TestRuleResult.test.tsx NewPanelEditor: Fixed so that test alert rule works in new edit mode (#23179) 2020-03-30 13:50:18 +02:00
TestRuleResult.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00