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: go-openapi/validate
base: v0.19.5
Choose a base ref
...
head repository: go-openapi/validate
compare: v0.19.8
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 25, 2019

  1. Fixes validation of duplicate operationIDs when paths are resolved fr…

    …om $ref's
    
    Analysis of operations to be unique across the board is now performed after $ref resolution, on an expanded version of the spec.
    If some $ref errors are encountered before this check, the scope is reduced to locally available operations.
    
    * contributes go-swagger/go-swagger#2137
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Dec 25, 2019
    Copy the full SHA
    227dd76 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Merge pull request #124 from fredbi/fix-duplicate-operationID

    Fixes validation of duplicate operationIDs when paths are resolved from $ref's
    casualjim committed Jan 26, 2020
    Copy the full SHA
    0ce7161 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. update travis to build with 1.14

    Signed-off-by: Ivan Porto Carrero <ivan@flanders.co.nz>
    casualjim committed Mar 8, 2020
    Copy the full SHA
    2ddc182 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Add case-insensitive enum validation function

    Signed-off-by: David Skorvaga <55138449+pheepi@users.noreply.github.com>
    pheepi committed Apr 14, 2020
    Copy the full SHA
    51d8d92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from pheepi/add-case-insensitive-enum

    Add case-insensitive enum validation function
    casualjim committed Apr 14, 2020
    Copy the full SHA
    f2f9aec View commit details
    Browse the repository at this point in the history