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

Parameter enum #58

Merged
merged 10 commits into from
Jul 19, 2023
Merged

Parameter enum #58

merged 10 commits into from
Jul 19, 2023

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    7b56cee View commit details
    Browse the repository at this point in the history
  2. Rename Method to Operation

    mkon committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5986a14 View commit details
    Browse the repository at this point in the history
  3. Cleanup routing

    mkon committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9a53a5a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge remote-tracking branch 'origin/main' into parameter-enum

    # Conflicts:
    #	lib/openapi_contracts/doc.rb
    #	lib/openapi_contracts/doc/method.rb
    #	spec/openapi_contracts/doc/path_spec.rb
    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8cfa85d View commit details
    Browse the repository at this point in the history
  2. DRY schema validation

    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    15d0560 View commit details
    Browse the repository at this point in the history
  3. Rename validators

    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5df74a2 View commit details
    Browse the repository at this point in the history
  4. improve message without pointer

    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    feab276 View commit details
    Browse the repository at this point in the history
  5. Correctly name media_type

    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b5c2a8b View commit details
    Browse the repository at this point in the history
  6. Fail on non-json payloads

    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    718c47c View commit details
    Browse the repository at this point in the history
  7. Add PayloadParser

    mkon committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1e6b960 View commit details
    Browse the repository at this point in the history