Kindsys: Rename mudball to common schemas, allow multiple input cue files (#61703)

* kindsys: Rename mudball to common schemas

* Update all core plugin imports

* Add missed table types

* Remove invalid JSON comment

* Remove coremodel dir from codeowners
This commit is contained in:
sam boyer
2023-01-18 12:40:22 -05:00
committed by GitHub
parent ef6d73e575
commit 492bdbd585
24 changed files with 192 additions and 263 deletions

View File

@ -15,7 +15,7 @@ import (
// not present in the list are not not allowed, and code generation will fail.
var importMap = map[string]string{
"github.com/grafana/thema": "",
"github.com/grafana/grafana/packages/grafana-schema/src/schema": "@grafana/schema",
"github.com/grafana/grafana/packages/grafana-schema/src/common": "@grafana/schema",
}
func init() {