Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protobuf APIV2 #304

Merged
merged 10 commits into from
May 3, 2021
Merged

Protobuf APIV2 #304

merged 10 commits into from
May 3, 2021

Commits on Apr 13, 2021

  1. Update _tools and install google.golang.org/protobuf, generate one of…

    … the test folders to try out
    marioizquierdo committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    46da134 View commit details
    Browse the repository at this point in the history
  2. Try to work with the new protoc gen plugin, that is failing expectacu…

    …larly with all the go_package definitions in all the examples
    marioizquierdo committed Apr 13, 2021
    1 Configuration menu
    Copy the full SHA
    ca347b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    1efc968 View commit details
    Browse the repository at this point in the history
  2. Keep iterating on command line flags parsing to work well with newer …

    …versions of protoc-gen-go and the new options that are needed
    marioizquierdo committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    150e12d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Keep working on twirptest cases, cleanup gen.go files and make sure t…

    …hey generate code on the proper destination. Cleanup make file and keep removing test python files that are unused.
    marioizquierdo committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    fc4abd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e2fff View commit details
    Browse the repository at this point in the history
  3. Completely remove github.com/golang/protobuf, use types from google.g…

    …olang.org/protobuf, both in generator and generated code. Fix tests. Fix parameter reading.
    marioizquierdo committed Apr 16, 2021
    1 Configuration menu
    Copy the full SHA
    00ce9bc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    871290a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9e9a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    85bf383 View commit details
    Browse the repository at this point in the history