mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Query Library: Move backend to enterprise (#100371)
* Move files to enterprise * Remove last parts of QL api * Fix CODEOWNERS
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user