Releases: grafana/cog
Releases · grafana/cog
v0.0.17
v0.0.16
v0.0.15
Changelog
- 38eabb4: Add some TODO comments for places that are schema-specific in Python (@K-Phoen)
- a6f8a5c: Remove variant_config() function generation from python rawtypes jennt (@K-Phoen)
- b976ea5: jsonschema jennies should not know about specific variants (@K-Phoen)
- f43f7b2: Remove composable slot unmarshal logic generation in python (@K-Phoen)
- ef0afd5: bump sdk config (@K-Phoen)
- b027160: fix composable slot unmarshalling (@K-Phoen)
- d688cc2: Bump golang.org/x/tools from 0.28.0 to 0.29.0 in the go group (@dependabot[bot])
- 3eee04b: Configurable filepath prefix in typescript (@K-Phoen)
- e07e832: Try and force cue to consume all the schemas/module definitions from the vfs (@K-Phoen)
v0.0.14
v0.0.13
Changelog
- 274184b: Ensure the PR diff preview is generated using an up-to-date config submodule (@K-Phoen)
- a8ae44a: Add some TODO comments for places that are schema-specific in PHP (@K-Phoen)
- ade9429: Remove dataqueryType() method generation (@K-Phoen)
- 52f8a11: Remove composable slot unmarshal logic generation (@K-Phoen)
- 99b2122: Update tests (@K-Phoen)
- 02bb03e: Remove VariantConfig generation (@K-Phoen)
- 5472f53: Remove sandbox config (@K-Phoen)
- 4c74436: Update testdata (@K-Phoen)
- 7240930: bump sdk config (@K-Phoen)
v0.0.12
Changelog
- 86b8ede: Add some TODO comments for pieces of code that are schema-specific in Go (@K-Phoen)
- a8b7fb6: The DataqueryType() method shouldn't be defined by cog (@K-Phoen)
- 96275e9: Remove panelcfg variant VariantConfig() function definition (@K-Phoen)
- e21c3bb: Remove dataquery variant VariantConfig() function definition (@K-Phoen)
- 505b790: Remove dataquery variant fields unmarshal logic from cog (@K-Phoen)
- f30d184: Simplify a couple of render calls (@K-Phoen)
- 0cffcba: Update testdata (@K-Phoen)
- 61c2317: Fix tests (@K-Phoen)
- 244f0cc: Support declaring functions to the API ref from templates (@K-Phoen)
v0.0.11
v0.0.10
Changelog
- f6a4a58: Reduce the number of versions of kind-registry to generate in CI (@K-Phoen)
- fa7a690: Bump actions/cache from 4.1.2 to 4.2.0 in the github-actions group (#692) (@dependabot[bot])
- 9ea46d6: Java: Move builders into a different class (#668) (@spinillos)
- 5e3f0bc: Java: Fixes maps (#690) (@spinillos)
- 3f80f29: Bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 in the go group (#694) (@dependabot[bot])
- 8b6e603: Java: Update converters with new builder's names and fixes (#688) (@spinillos)
- 8f7bf03: Trim spaces from enum values (#698) (@spinillos)
- 28cacfb: Java: Move defaults from builder into default constructor (#693) (@spinillos)
- 2dcac06: Also add prefix to enum member names in PrefixObjectNames compiler pass (@K-Phoen)
- 07fa664: Add trim_enum_values as compiler pass option (#699) (@spinillos)
v0.0.9
Changelog
- 61b8601: Fix object name formatting issue in Python (@K-Phoen)
- cbf6a7b: Start moving grafana-specific runtime code to external templates (@K-Phoen)
- f919c1d: Update typescript for templated runtime (@K-Phoen)
- 0701283: Remove Python runtime templates (@K-Phoen)
- 8136aa5: Remove PHP runtime templates (@K-Phoen)
- b0a78a8: Remove some of Java runtime templates (@K-Phoen)
- 7dfc7d6: Fix python runtime generation path (@K-Phoen)
- 268eae0: Do not generate a type assertion for dict values in Python builders nil-check guards (@K-Phoen)
- 182c9e5: Fix map of builders in go (@K-Phoen)
- 71da9ec: Fix map of builders in python (@K-Phoen)
- 2ac960f: Fix map of builders in typescript (@K-Phoen)
- 4e69a16: Fix map of builders in php (@K-Phoen)
- f0f59f4: Add testdata for maps of builders (@K-Phoen)
- ee6dc3a: Fix Go converters for map of builders (@K-Phoen)
- de23f4f: Move around custom template helper functions definitions (@K-Phoen)
- 5ab5297: Update codegen pipeline schema (@K-Phoen)
v0.0.8
Changelog
- c046b5d: Bump the go group with 2 updates (@dependabot[bot])
- 4accaef: Support indices in assignment paths (@K-Phoen)
- aaf2c2c: Add MapToIndex option veneer (@K-Phoen)
- 39ef0ed: Support indices in assignment paths in typescript (@K-Phoen)
- 3656a27: Support indices in assignment paths in python (@K-Phoen)
- 72424a6: Support indices in assignment paths in php (@K-Phoen)
- 2198e55: Support indices in assignment paths in java (@K-Phoen)
- 1460822: Add some tests (@K-Phoen)
- 532b62c: Remove cog.Unptr() function from Go runtime (@K-Phoen)
- fcac8f2: Move BuildersForType() function out of the converter and into the context (@K-Phoen)
- a6cbf84: Support index assignments in go and php converters (@K-Phoen)
- 13b5ebc: speedup preview diff generation (@K-Phoen)
- 301e245: Update java converters for index assignments (@K-Phoen)
- b485fd5: Set specific version to actions (@spinillos)
- f5d0edf: Use the correct formatting function (@K-Phoen)
- 367bab1: Never reference builders in path typehints (@K-Phoen)
- 43d0f67: Fix object name formatting issue in PHP (@K-Phoen)
- 66cf454: Fix object name formatting issue in Python (@K-Phoen)
- 6aca158: Fix object name formatting issue in TS (@K-Phoen)
- 24be465: Use script to build java code (@K-Phoen)
- 244ccc0: Make the ComposeDashboardPanel builder veneer fully generic (@K-Phoen)