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.7
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.8
Choose a head ref
  • 7 commits
  • 68 files changed
  • 3 contributors

Commits on Mar 30, 2022

  1. [protoc-gen-openapi] Support Fully Qualified Schema Names and Annotat…

    …ions for File/Document and Method/Operation (#324)
    
    * support fully qualified schema names. fixes #309
    * add support for file/document and method/operation annotations. fixes #308
    * fix the package name in my tests.
    jeffsawatzky authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ec4d35c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. [protoc-gen-openapi] Support google.protobuf.Any and google.rpc.Status (

    #327)
    
    * support google.rpc.Status and google.protobuf.Any. Also fix the fully qualified naming of google.protobuf.Value
    
    * updated the non-fully-qualified names for Value and Any types, modified their descriptions, and added nullable to Value
    
    * add restriction on the object type for value messages.
    
    * make GoogleProtobufValue typeless which accomplishes what we want with less code
    jeffsawatzky authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    e954645 View commit details
    Browse the repository at this point in the history
  2. Update reader.go (#320)

    Removing extra `return nil` that results in unreachable code.
    
    Co-authored-by: Tim Burks <timburks@google.com>
    khushpatil7 and timburks authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    df655de View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

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

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. [protoc-gen-openapi] Fix the Timestamp Format (#310) (#330)

    * fix the timestamp format. (#310)
    * update openapi_default_response.yaml to expect "date-time" instead of "RFC3339".
    jeffsawatzky authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    44c9037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563c490 View commit details
    Browse the repository at this point in the history
Loading