mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
f9df1f3051
commit
f96ceb7804
2
Makefile
2
Makefile
@ -74,7 +74,7 @@ gen-cue: ## Do all CUE/Thema code generation
|
|||||||
go generate ./pkg/plugins/plugindef
|
go generate ./pkg/plugins/plugindef
|
||||||
go generate ./kinds/gen.go
|
go generate ./kinds/gen.go
|
||||||
go generate ./public/app/plugins/gen.go
|
go generate ./public/app/plugins/gen.go
|
||||||
go generate ./pkg/kindsys/report.go
|
go generate ./pkg/kindsysreport/codegen/report.go
|
||||||
|
|
||||||
gen-go: $(WIRE)
|
gen-go: $(WIRE)
|
||||||
@echo "generate go files"
|
@echo "generate go files"
|
||||||
|
@ -242,7 +242,7 @@
|
|||||||
"bargaugepanelcfg": {
|
"bargaugepanelcfg": {
|
||||||
"category": "composable",
|
"category": "composable",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"grafana/grafana-bi-squad"
|
"grafana/dataviz-squad"
|
||||||
],
|
],
|
||||||
"currentVersion": [
|
"currentVersion": [
|
||||||
0,
|
0,
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"candlestickpanelcfg": {
|
"candlestickpanelcfg": {
|
||||||
"category": "composable",
|
"category": "composable",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"grafana/grafana-edge-squad"
|
"grafana/dataviz-squad"
|
||||||
],
|
],
|
||||||
"currentVersion": [
|
"currentVersion": [
|
||||||
0,
|
0,
|
||||||
@ -287,6 +287,30 @@
|
|||||||
"pluralName": "CandlestickPanelCfgs",
|
"pluralName": "CandlestickPanelCfgs",
|
||||||
"schemaInterface": "PanelCfg"
|
"schemaInterface": "PanelCfg"
|
||||||
},
|
},
|
||||||
|
"canvaspanelcfg": {
|
||||||
|
"category": "composable",
|
||||||
|
"codeowners": [
|
||||||
|
"grafana/dataviz-squad"
|
||||||
|
],
|
||||||
|
"currentVersion": [
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"grafanaMaturityCount": 0,
|
||||||
|
"lineageIsGroup": true,
|
||||||
|
"links": {
|
||||||
|
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/composable/canvaspanelcfg/schema-reference",
|
||||||
|
"go": "n/a",
|
||||||
|
"schema": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/canvas/panelcfg.cue",
|
||||||
|
"ts": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/canvas/panelcfg.gen.ts"
|
||||||
|
},
|
||||||
|
"machineName": "canvaspanelcfg",
|
||||||
|
"maturity": "experimental",
|
||||||
|
"name": "CanvasPanelCfg",
|
||||||
|
"pluralMachineName": "canvaspanelcfgs",
|
||||||
|
"pluralName": "CanvasPanelCfgs",
|
||||||
|
"schemaInterface": "PanelCfg"
|
||||||
|
},
|
||||||
"cloudwatchdataquery": {
|
"cloudwatchdataquery": {
|
||||||
"category": "composable",
|
"category": "composable",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
@ -350,7 +374,7 @@
|
|||||||
0
|
0
|
||||||
],
|
],
|
||||||
"description": "A Grafana dashboard.",
|
"description": "A Grafana dashboard.",
|
||||||
"grafanaMaturityCount": 260,
|
"grafanaMaturityCount": 103,
|
||||||
"lineageIsGroup": false,
|
"lineageIsGroup": false,
|
||||||
"links": {
|
"links": {
|
||||||
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/core/dashboard/schema-reference",
|
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/core/dashboard/schema-reference",
|
||||||
@ -608,7 +632,7 @@
|
|||||||
"gaugepanelcfg": {
|
"gaugepanelcfg": {
|
||||||
"category": "composable",
|
"category": "composable",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"grafana/grafana-bi-squad"
|
"grafana/dataviz-squad"
|
||||||
],
|
],
|
||||||
"currentVersion": [
|
"currentVersion": [
|
||||||
0,
|
0,
|
||||||
@ -1275,7 +1299,7 @@
|
|||||||
"piechartpanelcfg": {
|
"piechartpanelcfg": {
|
||||||
"category": "composable",
|
"category": "composable",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"grafana/grafana-bi-squad"
|
"grafana/dataviz-squad"
|
||||||
],
|
],
|
||||||
"currentVersion": [
|
"currentVersion": [
|
||||||
0,
|
0,
|
||||||
@ -1646,7 +1670,7 @@
|
|||||||
"statpanelcfg": {
|
"statpanelcfg": {
|
||||||
"category": "composable",
|
"category": "composable",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"grafana/grafana-bi-squad"
|
"grafana/dataviz-squad"
|
||||||
],
|
],
|
||||||
"currentVersion": [
|
"currentVersion": [
|
||||||
0,
|
0,
|
||||||
@ -2112,6 +2136,7 @@
|
|||||||
"barchartpanelcfg",
|
"barchartpanelcfg",
|
||||||
"bargaugepanelcfg",
|
"bargaugepanelcfg",
|
||||||
"candlestickpanelcfg",
|
"candlestickpanelcfg",
|
||||||
|
"canvaspanelcfg",
|
||||||
"cloudwatchdataquery",
|
"cloudwatchdataquery",
|
||||||
"cloudwatchdatasourcecfg",
|
"cloudwatchdatasourcecfg",
|
||||||
"dashboarddataquery",
|
"dashboarddataquery",
|
||||||
@ -2173,7 +2198,7 @@
|
|||||||
"zipkindataquery",
|
"zipkindataquery",
|
||||||
"zipkindatasourcecfg"
|
"zipkindatasourcecfg"
|
||||||
],
|
],
|
||||||
"count": 69
|
"count": 71
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"name": "core",
|
"name": "core",
|
||||||
@ -2207,6 +2232,7 @@
|
|||||||
"barchartpanelcfg",
|
"barchartpanelcfg",
|
||||||
"bargaugepanelcfg",
|
"bargaugepanelcfg",
|
||||||
"candlestickpanelcfg",
|
"candlestickpanelcfg",
|
||||||
|
"canvaspanelcfg",
|
||||||
"cloudwatchdataquery",
|
"cloudwatchdataquery",
|
||||||
"dashboard",
|
"dashboard",
|
||||||
"dashboardlistpanelcfg",
|
"dashboardlistpanelcfg",
|
||||||
@ -2234,7 +2260,7 @@
|
|||||||
"textpanelcfg",
|
"textpanelcfg",
|
||||||
"xychartpanelcfg"
|
"xychartpanelcfg"
|
||||||
],
|
],
|
||||||
"count": 29
|
"count": 31
|
||||||
},
|
},
|
||||||
"mature": {
|
"mature": {
|
||||||
"name": "mature",
|
"name": "mature",
|
||||||
|
Loading…
Reference in New Issue
Block a user