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: google/gnostic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.6
Choose a base ref
...
head repository: google/gnostic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.7
Choose a head ref
  • 6 commits
  • 49 files changed
  • 4 contributors

Commits on Jan 22, 2022

  1. Handle google.protobuf.Value (#290)

    * Handle google.protobuf.Value
    
    gRPC transcoding handles google.protobuf.Value as a catch all value.
    
    * Handle repeated Value + descriptions
    
    * Fix response content
    
    Responses now include schema for Struct and Value types
    morphar authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    24f005e View commit details
    Browse the repository at this point in the history
  2. Add missing check in gnostic validateOptions(). (#296)

    Found and suggested by @hojongs
    timburks authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    8f951e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. protoc-gen-jsonschema: Handle google.protobuf.Value (#302)

    * protoc-gen-jsonschema: Share type and format values
    
    * protoc-gen-jsonschema: Handle google.protobuf.Value
    
    + add protobuf type tests from protoc-gen-openapi
    
    * protoc-gen-openapi: fix info URL
    
    * Fix info URL in tests as well
    morphar authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0d229df View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. protoc-gen-openapi: Handle google.api.HttpBody (#306)

    google.api.HttpBody is another special case, that is handled explicitly by Envoy.
    
    The behavior has been tested with Envoy.
    
    GET requests with google.api.HttpBody as request param, will actually read POST data and pass it along.
    This can not allowed in OpenAPI though.
    
    In OpenAPI, the response is defined as Content Type */*.
    morphar authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    3334dd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. protoc-gen-openapi/jsonschema: Add support for string-based enums (#312)

    * protoc-gen-openapi: Expose configuration for enum serialization type
    * protoc-gen-jsonschema: Expose configuration for enum serialization type
    adolfo authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a03001a View commit details
    Browse the repository at this point in the history
  2. Support $ref alongside description in OpenAPI V3 (#314)

    * Support  with description in OpenAPI V3 proto
    * Fix proto generation
    Jefftree authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    418d86c View commit details
    Browse the repository at this point in the history
Loading