8000 Tags · einride/aip-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: einride/aip-go

Tags

v0.70.3

Toggle v0.70.3's commit message
fix(filtering): unescaping, and also fix my previous commit's bad tes…

…t cases

v0.70.2

Toggle v0.70.2's commit message
fix: remove erroneous section character in README.md

This was probably intended to be a tab character.

v0.70.1

Toggle v0.70.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Edholm Emil Edholm
fix(protoc-gen-go-aip): multipattern should not implement UnmarshalText

This is due to it using a pointer receiver which is incompataible.

v0.70.0

Toggle v0.70.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Edholm Emil Edholm
feat(protoc-gen-go-aip): support text interfaces from encoding pkg

Namely the `encoding.TextMarshaler` and `encoding.TextUnmarshaler`
interfaces. Letting the resourcename struct implement these allows them
to be more versatile, e.g. allowing them to be used in config structs in
cloudrunner-go and other such places.

v0.69.1

Toggle v0.69.1's commit message
fix(resourceid): allow user-settable IDs to have length one

In the AIP documentation, it is never mentioned that the user-settable
ID must be at least four characters.

This commit changes the validation to allow user-settable id with only
one character.

Relevant AIP docs:
* [AIP-122](https://google.aip.dev/122#resource-id-segments)
* [AIP-133](https://google.aip.dev/133#user-specified-ids)

v0.69.0

Toggle v0.69.0's commit message
feat(resourcename): add Type function to generated structs

v0.68.1

Toggle v0.68.1's commit message
fix(genaip): invalid code generation for top-level singletons

The `fmt` and `strings` packages are imported but not used, resulting in compile errors.

Closes #310

v0.68.0

Toggle v0.68.0's commit message
feat: bump deps

v0.67.1

Toggle v0.67.1's commit message
fix(fieldbehavior): traverse messages and collections to clear nested…

… field behaviors

TRA-1320

v0.67.0

Toggle v0.67.0's commit message
feat: valdate resource name upon unmarshalling

0