grafana/pkg/services/ngalert/provisioning
Yuri Tseretyan 9ad45aedcf
Alerting: replace usage of simplejson to json.RawMessage in NotificationChannelConfig (#60423)
* introduce alias for json.RawMessage with name RawMessage. This is needed to keep raw JSON and implement a marshaler for YAML, which does not seem to be used but there are tests that fail.
* replace usage of simplejson with RawMessage in NotificationChannelConfig
* remove usage of simplejson in tests
* change migration code to convert simplejson to raw message
2022-12-16 13:01:06 -05:00
..
alert_rules_test.go Alerting: Set Dashboard and Panel IDs on rule group replacement (#60374) 2022-12-16 11:47:25 +01:00
alert_rules.go Alerting: Set Dashboard and Panel IDs on rule group replacement (#60374) 2022-12-16 11:47:25 +01: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 Alerting: replace usage of simplejson to json.RawMessage in NotificationChannelConfig (#60423) 2022-12-16 13:01:06 -05: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