Skip to content

Tags: grafana/cog

Tags

v0.0.34

Toggle v0.0.34's commit message
Java type constructors shouldn't use builders

v0.0.33

Toggle v0.0.33's commit message
Fix generated options reference in java

v0.0.32

Toggle v0.0.32's commit message
Fix dev config

v0.0.31

Toggle v0.0.31's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bug: Adjust the builder's contained type to be covariant

v0.0.30

Toggle v0.0.30's commit message
Fix PHP jsonSerialize() methods to return correct outputs for empty o…

…bjects

v0.0.29

Toggle v0.0.29's commit message
Make semver.ParseTolerant() even more tolerant

v0.0.28

Toggle v0.0.28's commit message
Rebuild schemas

v0.0.27

Toggle v0.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set constant enums properly (#750)

* Working code...

* Check enum directly in the field

* Fix

* Fixes in new type

* Update golang code

* Check if is a new value, not an override

* Fix unmarshall and equality

* Skip nil values

* Java fixes

* Skip constant ref option

* Update java constructors to avoid to ask for constant values

* Update PHP

* Update ts

* Update Python

* Fix defaults in constructors

* More fixes

* Fix lint

* Fix go validators

* Fix php types

* Fix argument set in PHP

* Remove test data

* Update disjunctions_infer_mapping

* Add tests for languages

* Add json tests

* Fix constant refs in PHP

* Fix linter

* Fix python from_json

* Fix python tests

---------

Co-authored-by: Kévin Gomez <[email protected]>

v0.0.26

Toggle v0.0.26's commit message

Verified

This commit was signed with the committer’s verified signature.
K-Phoen Kévin Gomez
Update python example

v0.0.25

Toggle v0.0.25's commit message
Add some testdata files for builder factories