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

Cleanup code autogen #863

Merged
merged 4 commits into from
Mar 12, 2020
Merged

Cleanup code autogen #863

merged 4 commits into from
Mar 12, 2020

Commits on Mar 11, 2020

  1. Use go.mod version of mockgen

    Change mockgen invocation to execute the version of mockgen that
    matches the version we will compile against.
    (ie: Use `go run github.com/golang/mock/mockgen ...`)
    anguslees committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    f6f18a6 View commit details
    Browse the repository at this point in the history
  2. Generate protobuf files too.

    Note order is important: we want to generate mocks based on the code
    that protoc generates.
    anguslees committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cc40325 View commit details
    Browse the repository at this point in the history
  3. Regenerate generated files

    Output from `make generate`
    anguslees committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9d86803 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge branch 'master' into generate

    Claes Mogren authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    ab53972 View commit details
    Browse the repository at this point in the history