Chore: Remove pfs.GrafanaPlugin from schemas (#71884)

Remove pfs.GrafanaPlugin from schemas
This commit is contained in:
Selene
2023-07-19 09:46:13 +02:00
committed by GitHub
parent 173c87beb5
commit f75a3d04cf
14 changed files with 1 additions and 64 deletions

View File

@@ -85,12 +85,6 @@ func main() {
}
for _, pp := range corelist.New(nil) {
// ElasticSearch composable kind causes the CUE evaluator to hand
// see https://github.com/grafana/grafana/pull/68034#discussion_r1187800059
if pp.Properties.Id == "elasticsearch" {
continue
}
for _, kind := range pp.ComposableKinds {
if len(kindArgs) > 0 && !contains(kindArgs, kind.Name()) {
continue