[v10.0.x] Candlestick: Migrate to schema (#70410)
* Candlestick: Migrate to schema (#62113)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
(cherry picked from commit 39433b5b9a)
* Revert to old schema structure for 10.0.x to fix build
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
co-authored by
Zoltán Bedi
parent
7f268e8823
commit
61afe6ed0f
@@ -232,6 +232,30 @@
|
||||
"pluralName": "BarGaugePanelCfgs",
|
||||
"schemaInterface": "PanelCfg"
|
||||
},
|
||||
"candlestickpanelcfg": {
|
||||
"category": "composable",
|
||||
"codeowners": [
|
||||
"grafana/grafana-edge-squad"
|
||||
],
|
||||
"currentVersion": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"grafanaMaturityCount": 0,
|
||||
"lineageIsGroup": true,
|
||||
"links": {
|
||||
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/composable/candlestickpanelcfg/schema-reference",
|
||||
"go": "n/a",
|
||||
"schema": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/candlestick/panelcfg.cue",
|
||||
"ts": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/candlestick/panelcfg.gen.ts"
|
||||
},
|
||||
"machineName": "candlestickpanelcfg",
|
||||
"maturity": "experimental",
|
||||
"name": "CandlestickPanelCfg",
|
||||
"pluralMachineName": "candlestickpanelcfgs",
|
||||
"pluralName": "CandlestickPanelCfgs",
|
||||
"schemaInterface": "PanelCfg"
|
||||
},
|
||||
"cloudwatchdataquery": {
|
||||
"category": "composable",
|
||||
"codeowners": [
|
||||
@@ -1951,6 +1975,7 @@
|
||||
"azuremonitordatasourcecfg",
|
||||
"barchartpanelcfg",
|
||||
"bargaugepanelcfg",
|
||||
"candlestickpanelcfg",
|
||||
"cloudwatchdataquery",
|
||||
"cloudwatchdatasourcecfg",
|
||||
"dashboarddataquery",
|
||||
@@ -2040,6 +2065,8 @@
|
||||
"annotationslistpanelcfg",
|
||||
"barchartpanelcfg",
|
||||
"bargaugepanelcfg",
|
||||
"candlestickpanelcfg",
|
||||
"cloudwatchdataquery",
|
||||
"dashboard",
|
||||
"dashboardlistpanelcfg",
|
||||
"debugpanelcfg",
|
||||
@@ -2145,4 +2172,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user