Investigations: Add experimental app platform backend (#100584)

* add investigations group?

* Investigations: Add experimental app platform backend

* change `grafana-app-sdk/logging` version

* investigations: add feature flag to test

---------

Co-authored-by: Sven Grossmann <svennergr@gmail.com>
This commit is contained in:
Mat Ryer
2025-02-17 18:19:22 +00:00
committed by GitHub
parent 78ef9fd9d9
commit ff7ba54cbc
52 changed files with 5866 additions and 860 deletions

View File

@ -31,6 +31,7 @@ func TestIntegrationOpenAPIs(t *testing.T) {
featuremgmt.FlagKubernetesFoldersServiceV2, // Will be default on by G12
featuremgmt.FlagQueryService, // Query Library
featuremgmt.FlagProvisioning,
featuremgmt.FlagInvestigationsBackend,
},
})
@ -70,6 +71,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
}, {
Group: "provisioning.grafana.app",
Version: "v0alpha1",
}, {
Group: "investigations.grafana.app",
Version: "v0alpha1",
}}
for _, gv := range groups {
VerifyOpenAPISnapshots(t, dir, gv, h)