mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Previews: datasource permissions * lint * simplify - force non-null `ds_uids` * add `canBeDisabled` to search service * add `IncludeThumbnailsWithEmptyDsUids` * remove force refresh migration * refactor main preview service * add safeguard * revert ticker interval * update testdata * fix test * add mock search service * add datasources lookup test * update migration * extract ds lookup to its own package to avoid cyclic imports * lint * fix dashbaord extract, use the real datasource lookup in tests. IS IT BULLETPROOF YET?! * fix dashbaord extract, use the real datasource lookup in tests. IS IT BULLETPROOF YET?! * remove stale log * consistent casing * pass context to `createServiceAccount` * filter out the special grafana ds
33 lines
542 B
JSON
33 lines
542 B
JSON
{
|
|
"id": 209,
|
|
"title": "ds-variables",
|
|
"tags": null,
|
|
"templateVars": [
|
|
"sqllite"
|
|
],
|
|
"datasource": [
|
|
{
|
|
"uid": "sqlite-1",
|
|
"type": "sqlite-datasource"
|
|
}
|
|
],
|
|
"panels": [
|
|
{
|
|
"id": 1,
|
|
"title": "usersss!",
|
|
"type": "table",
|
|
"pluginVersion": "9.1.0-pre",
|
|
"datasource": [
|
|
{
|
|
"uid": "sqlite-1",
|
|
"type": "sqlite-datasource"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"schemaVersion": 36,
|
|
"linkCount": 0,
|
|
"timeFrom": "now-6h",
|
|
"timeTo": "now",
|
|
"timezone": ""
|
|
} |