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:
Alex Khomenko
2023-01-24 18:45:28 +02:00
committed by GitHub
parent f85d072c17
commit 8e94eab9ff
5 changed files with 40 additions and 13 deletions

View File

@@ -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",