Chore: Generate plugin version and remove lineage version (#69781)

* Generate plugin version and remove lineage version

* Generate version for each major

* Remove pluginVersion from core plugins

* Remove code version generation

* Generate cue files

* Move grafana version into jenny

* fix go import
This commit is contained in:
Selene
2023-06-27 11:47:14 +02:00
committed by GitHub
parent b0ac49926d
commit b0893c29a7
74 changed files with 101 additions and 79 deletions

View File

@@ -10,8 +10,6 @@
import * as common from '@grafana/schema';
export const DataQueryModelVersion = Object.freeze([0, 0]);
export type PhlareQueryType = ('metrics' | 'profile' | 'both');
export const defaultPhlareQueryType: PhlareQueryType = 'both';