grafana / clock-panel

Clock Panel Plugin for Grafana
MIT License
95 stars 61 forks source link

Migration fix for new query type #192

Closed briangann closed 3 months ago

briangann commented 4 months ago

This PR is to fix the panel migrations for the non-query created clock panels. It will also cleanup the (angular) configs if they are found outside of the config block.

Other modifications:

TODO:

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

briangann commented 3 months ago

almost ready with this one, the migration tests ironed out some issues, but still need to test some real instances with dashboards that are throwing the error, and also with query-enabled clocks.

briangann commented 3 months ago

we'll need to update the docs in another PR, would like to get this fix out the door asap.

briangann commented 3 months ago

Fixes #189 Fixes #186