cog icon indicating copy to clipboard operation
cog copied to clipboard

Code Generation with a human touch

Results 69 cog issues
Sort by recently updated
recently updated
newest added

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...

dependencies
go

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.16.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
go

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.

documentation
language:java

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...

area:veneers
language:java

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.

TBD

area:jennies
language:terraform

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...

language:golang
area:jennies

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.

enhancement
language:typescript