cog
                                
                                
                                
                                    cog copied to clipboard
                            
                            
                            
                        Code Generation with a human touch
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.24.0. Commits 3057be8 go.mod: update golang.org/x dependencies 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token 3ffd605 gopls/doc/features: fix prominent...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.16.0 to 0.17.0. Commits b2bec85 go.mod: update golang.org/x dependencies ae0cf96 LICENSE: update per Google Legal See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
Java isn't added into the documentation and we miss some examples. There is a started [PR](https://github.com/grafana/grafana-foundation-sdk/tree/java/examples) but not finished.
We have some veneers to skip builder's generation for some types that only contains one or two fields. In that case we need to generate the object initialising its struct...
Aim: full working support for scalar values. All that remains is support for schemas, then this *should* be in place.
For go types: https://github.com/grafana/grafana-app-sdk/blob/324159db30045da4deb4f204b05f627998e89217/codegen/jennies/gotypes.go#L100-L108 (and other places too) As well as typescript, instead of cuetsy.
Regenerating the test data causes these two minor changes. This makes test data regeneration a no-op.
This PR introduces the code for a `grafana-foundation-sdk` CLI tool with - for now - two main capabilities: * converting JSON resources1 to Go * validating2 JSON resources 1: by...
TS doesn't have any registry created like the other languages. Even if isn't necessary for the builders, we need it for the converter.