Dashboard: Support Angular panel migrations in v2 schema (#115368)

* V2: Support angular panel migrations

* Add autoMigrateFrom and update ensureV2

* Remove context files

* Simplify angular migration handler

* linter

* Only include angular options in angular panel data
This commit is contained in:
Ivan Ortega Alba
2025-12-16 22:39:21 +01:00
committed by GitHub
parent c647140475
commit dfd396b06c
142 changed files with 37679 additions and 653 deletions
@@ -181,7 +181,12 @@
"kind": "timeseries",
"spec": {
"pluginVersion": "",
"options": {},
"options": {
"__angularMigration": {
"autoMigrateFrom": "graph",
"originalOptions": {}
}
},
"fieldConfig": {
"defaults": {},
"overrides": []