Files
grafana/pkg
Simon Aquino 5dbbf1826c Avoid ID validation before provisioning dashboards
Attempting to provision grafana using a previously exported
JSON dashboard with the ID field already set, might result in an error.
In fact, Grafana might believe that a dashboard with that
given ID already exists in the database, throwing an error if it doesn't.
(see pkg/services/sqlstore/dashboard.go#L32)

The dashboard provisioner should set the dashboard id to zero in order to
avoid this behaviour inducing the dashboard to be written to the DB
without ID validation.
2017-12-14 02:07:50 +01:00
..
2016-12-14 12:17:38 +09:00
2017-12-11 08:53:06 +01:00
2017-12-11 16:01:17 +08:00
2017-11-28 15:05:53 +01:00
2017-09-27 16:38:00 +02:00