Query Library: Move backend to enterprise (#100371)

* Move files to enterprise

* Remove last parts of QL api

* Fix CODEOWNERS
This commit is contained in:
Andrej Ocenas
2025-02-14 12:05:03 +01:00
committed by GitHub
parent ba3a90d8fd
commit d092998927
30 changed files with 31 additions and 3635 deletions

View File

@@ -48,15 +48,6 @@ const config: ConfigFile = {
flattenArg: false,
tag: true,
},
'../public/app/features/query-library/api/endpoints.gen.ts': {
schemaFile: '../data/openapi/peakq.grafana.app-v0alpha1.json',
apiFile: '../public/app/features/query-library/api/api.ts',
apiImport: 'queryLibraryApi',
filterEndpoints: ['listQueryTemplate', 'createQueryTemplate', 'deleteQueryTemplate', 'updateQueryTemplate'],
exportName: 'generatedQueryLibraryApi',
flattenArg: false,
tag: true,
},
},
};