Skip to content

Tags: danielvladco/go-proto-gql

Tags

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add docs using mkdocs (#49)

* docs: add mkdocs config and split the existing readme into separate docs

* fix: make examples work again

* fix: make examples work again

* fix: make examples work again

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor and e2e tests (#34)

* refactor: add more gateway options

* refactor: gateway fixes and more authentication options + generator tests

* feat: add new reflection fetcher implementation and e2e tests

* feat: add e2e tests

* fix: nautilus graphql reconstructed schema

* fix: github actions checkout

* feat: add Dockerfile for gateway

* feat: add coverage and badge for coverage

* fix: add codecov token

* fix: add codecov secret as a token

* fix: coverage file empty

* fix: coverage does not need to except test

* fix: update badge link

* fix: exclude generated files from coverage

* fix: github actions cat command

* refactor: use original nautilus repo after merging

Co-authored-by: davladco@cisco.com <davladco@cisco.com>

v0.8.3

feat: add support for ignore and field/rpc name options

v0.8.2

fix: don't generate inputs for type Any

v0.8.1

fix: go 1.16 module and code gen issues

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from danielvladco/research/grpc-reflection

Refactor: change generation logic / add gateway

- Add new alpha gateway functionality
- Refactor folder structure
- Refactor Makefiles
- change generation logic
- add more generation options. Instead of using the proto plugin you have the option to generate graphql using a special binary
- get rid of `gogqlcfg` now there is no reason to use it with gqlgen autobind features
- gql plugin adds documentation to generated graphql schema from protobuf comments

v

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from danielvladco/research/grpc-reflection

Refactor: change generation logic / add gateway

- Add new alpha gateway functionality
- Refactor folder structure
- Refactor Makefiles
- change generation logic
- add more generation options. Instead of using the proto plugin you have the option to generate graphql using a special binary
- get rid of `gogqlcfg` now there is no reason to use it with gqlgen autobind features
- gql plugin adds documentation to generated graphql schema from protobuf comments

v0.7.3

[fix] do not throw error if missing one of the field extensions

v0.7.2

[fix] replace Id with id in method names

v0.7.1

[fix] import params