Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
This commit is contained in:
@@ -55,7 +55,6 @@ var WireSet = wire.NewSet(
|
|||||||
featuretoggle.RegisterAPIService,
|
featuretoggle.RegisterAPIService,
|
||||||
datasource.RegisterAPIService,
|
datasource.RegisterAPIService,
|
||||||
folders.RegisterAPIService,
|
folders.RegisterAPIService,
|
||||||
WireSetExts, // this will be moved to wireexts_oss.go in a following PR
|
|
||||||
iam.RegisterAPIService,
|
iam.RegisterAPIService,
|
||||||
ProvisioningExtras,
|
ProvisioningExtras,
|
||||||
provisioning.RegisterAPIService,
|
provisioning.RegisterAPIService,
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import (
|
|||||||
"github.com/grafana/grafana/pkg/plugins"
|
"github.com/grafana/grafana/pkg/plugins"
|
||||||
"github.com/grafana/grafana/pkg/plugins/manager"
|
"github.com/grafana/grafana/pkg/plugins/manager"
|
||||||
"github.com/grafana/grafana/pkg/registry"
|
"github.com/grafana/grafana/pkg/registry"
|
||||||
|
apisregistry "github.com/grafana/grafana/pkg/registry/apis"
|
||||||
"github.com/grafana/grafana/pkg/registry/apis/secret/contracts"
|
"github.com/grafana/grafana/pkg/registry/apis/secret/contracts"
|
||||||
"github.com/grafana/grafana/pkg/registry/apis/secret/secretkeeper"
|
"github.com/grafana/grafana/pkg/registry/apis/secret/secretkeeper"
|
||||||
"github.com/grafana/grafana/pkg/registry/backgroundsvcs"
|
"github.com/grafana/grafana/pkg/registry/backgroundsvcs"
|
||||||
@@ -127,6 +128,7 @@ var wireExtsBasicSet = wire.NewSet(
|
|||||||
unified.ProvideUnifiedStorageClient,
|
unified.ProvideUnifiedStorageClient,
|
||||||
builder.ProvideDefaultBuildHandlerChainFuncFromBuilders,
|
builder.ProvideDefaultBuildHandlerChainFuncFromBuilders,
|
||||||
aggregatorrunner.ProvideNoopAggregatorConfigurator,
|
aggregatorrunner.ProvideNoopAggregatorConfigurator,
|
||||||
|
apisregistry.WireSetExts,
|
||||||
)
|
)
|
||||||
|
|
||||||
var wireExtsSet = wire.NewSet(
|
var wireExtsSet = wire.NewSet(
|
||||||
|
|||||||
Reference in New Issue
Block a user