mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
* annotation legacy store with api server, read only * Add a feature flag for annotations app * implement list filters * annotations are not addressable by ID for read operations * fix registry apps test * add ownership for an app * disable linter * typo, of course * fix go workspace * update workspace * copy annotation app in dockerfile * update workspace --------- Co-authored-by: Tania B. <10127682+undef1nd@users.noreply.github.com>
9 lines
No EOL
233 B
Makefile
9 lines
No EOL
233 B
Makefile
include ../sdk.mk
|
|
|
|
.PHONY: generate # Run Grafana App SDK code generation
|
|
generate: install-app-sdk update-app-sdk
|
|
@$(APP_SDK_BIN) generate \
|
|
--source=./kinds/ \
|
|
--gogenpath=./pkg/apis \
|
|
--grouping=group \
|
|
--defencoding=none
|