mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Schema: Move known shared types into the common (#61875)
* Setup shared types * Expand field types * Fix array type * Add QueryResultMeta * Add QueryResultBase * Add DataFrameJSON * Add DataSourcePluginMeta * Update QueryResultMetaStat * Add plugin cue and veneers * Rexport dupliate types to fix errors * Fix export * Update types * Remove data frame/plugin types * Cleanup types * Remove redundant type * Remove data frame related types
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"kinds": {
|
||||
"alertgroupspanelcfg": {
|
||||
"category": "composable",
|
||||
"codeowners": [],
|
||||
"codeowners": [
|
||||
"grafana/alerting-squad-frontend"
|
||||
],
|
||||
"currentVersion": [
|
||||
0,
|
||||
0
|
||||
@@ -10,10 +12,10 @@
|
||||
"grafanaMaturityCount": 0,
|
||||
"lineageIsGroup": true,
|
||||
"links": {
|
||||
"docs": "https:/grafana.com/docs/grafana/next/developers/kinds/composable/alertgroupspanelcfg/schema-reference",
|
||||
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/composable/alertgroupspanelcfg/schema-reference",
|
||||
"go": "n/a",
|
||||
"schema": "https:/github.com/grafana/grafana/tree/main/public/app/plugins/panel/alertGroups/panelcfg.cue",
|
||||
"ts": "https:/github.com/grafana/grafana/tree/main/public/app/plugins/panel/alertGroups/panelcfg.gen.ts"
|
||||
"schema": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/alertGroups/panelcfg.cue",
|
||||
"ts": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/alertGroups/panelcfg.gen.ts"
|
||||
},
|
||||
"machineName": "alertgroupspanelcfg",
|
||||
"maturity": "merged",
|
||||
|
||||
Reference in New Issue
Block a user