grafana/public/app/features/alerting
Peter Holmberg 74beb9a64c
Alerting: Edit thresholds by handle in timeseries panel (#38881)
* POC/Thresholds: Allow thresholds modification directly from the time series panel

* Snapshot updates

* Optimize styles memoization

* change threshold from graph

* renames and logging

* using useeffect to update graph

* Fix react worning about setting state on unmounted component

* revert panelrenderer

* using onFieldConfig change

* use a useeffect

* simplied fieldConfig state

* Do not use plot context in ThresholdControlsPlugin

* Do not throw setState warnings when drag handle is dropped

* Update thresholds position on the graph when updating threshold drag handle

* fix issues with rerenders

* prevent thresholds on conditions with range

* only edit the first threshold

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2021-09-15 17:35:12 +02:00
..
__snapshots__ AlertingNG: Edit Alert Definition (#30676) 2021-02-04 09:13:02 +01:00
components Select: Make portalling the menu opt-in, but opt-in *everywhere* (#37501) 2021-08-04 15:47:53 +01:00
partials Chore: Migrates remaining Angular modals to React (#33476) 2021-04-28 15:22:28 +02:00
state Graph: make old graph panel thresholds work even if ngalert is enabled (#38918) 2021-09-15 16:15:50 +03:00
unified Alerting: Edit thresholds by handle in timeseries panel (#38881) 2021-09-15 17:35:12 +02:00
utils Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
AlertHowToModal.tsx Chore: Migrates remaining Angular modals to React (#33476) 2021-04-28 15:22:28 +02: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 Alerting: Remove unused NGAlerting components (#34568) 2021-05-24 14:20:11 +02:00
AlertRuleList.tsx Build: Upgrade Webpack 5 (#36444) 2021-08-31 12:55:05 +02:00
AlertRuleListIndex.tsx Alerting: unified alerting frontend (#32708) 2021-04-07 08:42:43 +03:00
AlertTab.tsx Alerting: Support for alerting for react panels, and lots of fixes to alert annotations for both react and angular (#33608) 2021-05-03 08:52:05 +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
AlertTabIndex.tsx Alerting: update panel alert tab (#33850) 2021-05-17 10:39:42 +03: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 Chore: Fix more strict typescript errors (#35514) 2021-06-14 15:13:48 +01: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 Buttons: replace usage of .btn classnames (#33226) 2021-04-23 10:06:42 +02:00