Selene

Results 28 issues of Selene

This issue is to investigate if there is a easy way to do this change: Currently we have: ```go type AssignmentValue struct { Argument *Argument `json:",omitempty"` Constant any `json:",omitempty"` Envelope...

area:IR
language:java

Java doesn't support interfaces. The current solution is ignoring Maps and Arrays from the root files and when we found a field that uses a map or an array, we...

language:java

We have [this](https://github.com/grafana/cog/blob/main/internal/ast/compiler/cloudwatch.go#L58) veneer for [this line](https://github.com/grafana/kind-registry/blob/main/grafana/next/composable/cloudwatch/dataquery.cue#L135) that generates only an array of `QueryEditorExpression` instead the disjunct. But we can see that this array could have multiple values (since its...

area:veneers

When we have a struct that extend from another one and it overrides one of its fields with another struct, it extends its fields instead of used the new value....

bug
area:parsers

Cue and OpenAPI are parsing times as string for Go when we are expecting `time.Time`.

area:jennies

Include information about how the library is working.

documentation

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

TBD

area:jennies
language:terraform

Bumps Terraform provider version to v3.9.0