This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2024-11-26 02:40:26 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fa36591380
grafana
/
pkg
/
codegen
/
tmpl
/
cuetsy_multi.tmpl
3 lines
58 B
Cheetah
Raw
Normal View
History
Unescape
Escape
plugins: Introduce generated, static core plugin registry (#54118) * Refactor towards template/codegen framework * Add templates for plugin gen * Add Go codegen for plugins; overhaul framework, too * Add new codegen output; assorted framework fixes * Regenerate after merge * Remove accidental commit file, update templates * Export the pfs.Tree loader from plugin types * Print details from cuetsy errors * Generate loaders for all plugins and list in registry * Use pfs_gen.go over lineage_gen.go * Un-un-ignore main file * Introduce simple List static registry for plugins * Last tweaks to codegen * remove unused tvars * Ensure loop-local instances for both vars * Generate pfs parsing in-place in registry * Stop generating pfs_gen.go * Move Tree into pfs, rename subdir * Change package name to match dir * Ignore gocyclo on HTTPServer.getNavTree
2022-09-14 09:15:09 -05:00
{{ template "autogen_header.tmpl" .Header -}}
codegen: Introduce TS codegen veneer (#54816) * Split all named types out into defs, etc. * Use latest cuetsy, refactor generators accordingly * Return AST type from plugin TS generator * Near-complete checkin of TS veneer code generator * First full completed pass * Improve the attribute name * Defer use of the dashboard veneer type to follow-up * Remove dummy index, prettier on veneer * Fix merge errors in gen.go * Add match field to SpecialValueMap * Fix backend lint errors
2022-09-26 10:26:18 -05:00
{{ .Body }}
Reference in New Issue
Copy Permalink