grafana/pkg/services/provisioning
Andrej Ocenas 3f144bdd05 Provisioning: Fix unmarshaling nested jsonData values (#20399)
Problem was that yaml unmarshal returned nested maps as
 map[interface{}]interface{} which are then not marshal-able 
to json because of that interface{} key type. This adds explicit 
casting of the keys in the yaml value types to string which 
then makes the values marshal-able to JSON in DB.

Fixes: #11537
2019-11-18 11:06:39 +01:00
..
dashboards Provisioning: fix for cannot save provisioned dashboard (#20218) 2019-11-07 10:49:24 +01:00
datasources Azure Monitor: Revert support for cross resource queries (#19115)" (#19346) 2019-09-24 12:01:12 +02:00
notifiers docs: fixes typo in provisioning docs (#17248) 2019-05-23 13:06:34 +02:00
values Provisioning: Fix unmarshaling nested jsonData values (#20399) 2019-11-18 11:06:39 +01:00
provisioning_mock.go Allow saving of provisioned dashboards (#19820) 2019-10-31 14:27:31 +01:00
provisioning_test.go Provisioning: Show file path of provisioning file in save/delete dialogs (#16706) 2019-04-30 13:32:18 +02:00
provisioning.go Allow saving of provisioned dashboards (#19820) 2019-10-31 14:27:31 +01:00