Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grpc-ecosystem/grpc-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: grpc-ecosystem/grpc-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 16 commits
  • 52 files changed
  • 5 contributors

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    c5aa8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03195a1 View commit details
    Browse the repository at this point in the history
  3. README: replace Swagger by OpenAPI (#1749)

    Also remove paragraph duplicated during the merge v2->master
    olivierlemasle authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    58213a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aab03c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    e717d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be0495 View commit details
    Browse the repository at this point in the history
  3. fix empty parameter fatal (#1752)

    Fixes #1751
    danielhochman authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b152277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7789014 View commit details
    Browse the repository at this point in the history
  5. Fix -module option for protoc-gen-grpc-gateway (#1754)

    When option module=... is used, protoc-gen-grpc-gateway removes the module
    prefix a first time, then uses protogen, which tries to remove the prefix
    a second time.
    
    Fixes #1753
    olivierlemasle authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    caf1cf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cbe18c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Refactor registry and generator to use protogen (#1756)

    * Refactor registry and generator to use protogen
    
    * fix tests in genopenapi/template_test.go
    
    * Use FieldMask from protobuf/types/known/fieldmaskpb
    
    * Revert "Use FieldMask from protobuf/types/known/fieldmaskpb"
    
    This reverts commit 953a114.
    
    * Revert usage of google.golang.org/protobuf/types/known/fieldmaskpb
    
    * Fix internal/gengateway/BUILD.bazel
    adambabik authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    e2913ce View commit details
    Browse the repository at this point in the history
  2. Adapt usage instructions to use protoc-gen-go-grpc (#1755)

    * Adapt usage instructions to use protoc-gen-go-grpc
    
    This reflect recent changes in https://grpc.io/docs/languages/go/quickstart/
    to use new protoc-gen-go-grpc.
    
    Also remove a duplicated paragraph.
    
    * Readme: use new protoc-gen-go
    
    Replace github.com/golang/protobuf/protoc-gen-go by
    google.golang.org/protobuf/cmd/protoc-gen-go
    
    * Update other instructions to use protoc-gen-go-grpc
    
    * Use --x-opt in instructions
    
    * Update docs/_docs/usegotemplates.md
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    
    * Use go get instead of go get -u
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    olivierlemasle and johanbrandhorst authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f2e74d6 View commit details
    Browse the repository at this point in the history
  3. fix import alias issue with protoc-gen-grpc-gateway (#1757)

    * return registry from gengateway.New
    
    retain parsing order
    
    comment
    
    * update test after merge
    
    * add example to abe
    
    * bad merge
    
    * cut and paste err
    
    * simple change
    
    * simplify
    
    * outdated
    
    * goimports
    danielhochman authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    80a7a7b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

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

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    1e2f30e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c1639c View commit details
    Browse the repository at this point in the history
Loading