grafana/pkg/services/ngalert/provisioning
Torkel Ödegaard 84a69135a7
Scene: Variables and support for declaring variable dependencies and getting notified or re-rendered when they change (#58299)
* Component that can cache and extract variable dependencies

* Component that can cache and extract variable dependencies

* Updates

* Refactoring

* Lots of refactoring and iterations of supporting both re-rendering and query re-execution

* Updated SceneCanvasText

* Updated name of file

* Updated

* Refactoring a bit

* Added back getName

* Added comment

* minor fix

* Minor fix

* Merge fixes

* Merge fixes

* Some review fixes

* Updated comment

* Added forceRender function

* Add back fail on console log
2022-11-15 12:54:24 +01:00
..
alert_rules_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
alert_rules.go Alerting: Move stray model structs in store package to model package (#55968) 2022-09-29 15:47:56 -05:00
config.go Alerting: Factor out shared code for working with configs in provisioning package (#49419) 2022-05-23 18:16:03 -05:00
contactpoints_test.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
contactpoints.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
errors.go Alerting: Code-gen parsing of URL parameters and fix related bugs (#50731) 2022-06-23 15:13:39 -05:00
mute_timings_test.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00
mute_timings.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
notification_policies_test.go Alerting: Resetting the notification policy tree to the default policy will also restore default contact points (#54608) 2022-09-07 09:28:10 -05:00
notification_policies.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
persist_mock.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
persist.go Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
provisioning_store_mock.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
quota_checker_mock.go Scene: Variables and support for declaring variable dependencies and getting notified or re-rendered when they change (#58299) 2022-11-15 12:54:24 +01:00
templates_test.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00
templates.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
testing.go Alerting: Resetting the notification policy tree to the default policy will also restore default contact points (#54608) 2022-09-07 09:28:10 -05:00