grafana/public/app/features/annotations
Hugo Häggmark 19739f4af2
Annotations: Adds DashboardQueryRunner (#32834)
* WIP: initial commit

* Fix: Fixed $timeout call when testing snapshots

* Chore: reverts changes to metrics_panel_ctrl.ts

* Chore: reverts changes to annotations_srv

* Refactor: adds DashboardQueryRunner.run to initdashboard

* Refactor: adds run to dashboard model start refresh

* Refactor: move to own folder and split up into smaller files

* Tests: adds tests for LegacyAnnotationQueryRunner

* Tests: adds tests for AnnotationsQueryRunner

* Tests: adds tests for SnapshotWorker

* Refactor: renames from canRun|run to canWork|work

* Tests: adds tests for AlertStatesWorker

* Tests: adds tests for AnnotationsWorker

* Refactor: renames operators

* Refactor: renames operators

* Tests: adds tests for DashboardQueryRunner

* Refactor: adds mergePanelAndDashboardData function

* Tests: fixes broken tests

* Chore: Fixes errors after merge with master

* Chore: Removes usage of AnnotationSrv from event_editor and initDashboard

* WIP: getting annotations and alerts working in graph (snapshot not working)

* Refactor: fixes snapshot data for React panels

* Refactor: Fixes so snapshots work for Graph

* Refactor: moves alert types to grafana-data

* Refactor: changes to some for readability

* Tests: skipping tests for now, needs rewrite

* Refactor: refactors out common static functions to utils

* Refactor: fixes resolving annotations from dataframes

* Refactor: removes getRunners/Workers functions

* Docs: fixes docs errors

* Docs: trying to fix doc error

* Refactor: changes after PR comments

* Refactor: hides everything behind a factory instead

* Refactor: adds cancellation between runs and explicitly
2021-04-26 06:13:03 +02:00
..
components Chore: Reduces strict errors (#33012) 2021-04-15 14:21:06 +02:00
partials DashboardSettings: Migrates annotations list & edit view from angular to react and new forms styles (#31950) 2021-04-12 09:41:07 +02:00
specs Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
all.ts Minor refactoring of #16127 2019-03-22 12:51:12 +01:00
annotation_tooltip.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
annotations_srv.ts Annotations: Adds DashboardQueryRunner (#32834) 2021-04-26 06:13:03 +02:00
api.ts Annotations: Adds DashboardQueryRunner (#32834) 2021-04-26 06:13:03 +02:00
event_editor.ts Annotations: Adds DashboardQueryRunner (#32834) 2021-04-26 06:13:03 +02:00
event_manager.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
events_processing.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
standardAnnotationSupport.test.ts Tests: Adds expects for observables (#28929) 2020-11-18 15:18:55 +01:00
standardAnnotationSupport.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
types.ts Annotations: Adds DashboardQueryRunner (#32834) 2021-04-26 06:13:03 +02:00