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

Fix inconsistent processing of server variables in gorillamux router #705

Merged
merged 15 commits into from
Dec 16, 2022

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    09be236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543f56e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    e320853 View commit details
    Browse the repository at this point in the history
  2. Fix issue getkin#367

    sl255051 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    85a4de6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Get back to 100% in sync with upstream, https://github.com/getkin/kin…

    …-openapi
    
    Merge branch 'master' of https://github.com/getkin/kin-openapi
    
    # Conflicts:
    #	routers/gorillamux/router.go
    sl255051 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    dff5cc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #1 from getkin/master

    merge from getkin/kin-openapi master to local master
    slessard authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a3b0058 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Nov 29, 2022

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

Commits on Dec 9, 2022

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

Commits on Dec 14, 2022

  1. Extract inline function into standalone function

    Extract the `expect` helper function into its own function so that it can be shared by other tests
    sl255051 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d33eab3 View commit details
    Browse the repository at this point in the history
  2. Add test function to isolate differences in a doc's server value

    These two test cases should be the same, but one test fails
    sl255051 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    45c1a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edef885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507f6df View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Fix bug in unit test code

    sl255051 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1b33f15 View commit details
    Browse the repository at this point in the history
  2. Fix for getkin#706

    sl255051 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    61c1280 View commit details
    Browse the repository at this point in the history