Files
grafana/apps/dashboard/pkg/migration/testdata/input/v12.template-variables.json
Haris Rozajac 5c815a1733 Dashboard Migrations: v12 - template variables (#110253)
* migrate to v19

* migrate to v18

* Migration to be verified: v17 Convert minSpan to maxPerRow in panels

* Migration to be verified: 16 Grid layout migration

* Refactor v17 and v19 migrations to use shared helper functions

* Migration to be verified: 15 No-op migration for schema consistency

* Migration to be verified: 14 Shared crosshair to graph tooltip migration

* cleanup

* wip

* complete migration

* fix lint issues

* refactor and test with minimal graph config

* update tests

* migrate to v12

* extract defaults outside the func

* lint

* lint

* add missing showValues prop

* update

* add context and fix latest version

* add context

* generate snapshots

* v13 should be no-op

* clean up

* fix tests

* fix test

* remove v28

* remove singlestat migraiton from frontend migrator because this is an automigration

* remove unused function

* Remove v24 table plugin logic

* cleanup

* remove plugin version for automigrate as it was used only in v24 and v28 that have been removed

* cleanup

* es int

---------

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2025-10-09 13:29:06 -06:00

38 lines
817 B
JSON

{
"title": "V12 Template Variables Migration Test",
"schemaVersion": 11,
"templating": {
"list": [
{
"type": "query",
"name": "refresh_true_var",
"refresh": true
},
{
"type": "query",
"name": "refresh_false_var",
"refresh": false
},
{
"type": "query",
"name": "hide_variable_var",
"hideVariable": true
},
{
"type": "query",
"name": "hide_label_var",
"hideLabel": true
},
{
"type": "query",
"name": "priority_var",
"hideVariable": true,
"hideLabel": true
},
{
"type": "query",
"name": "no_properties_var"
}
]
}
}