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

openapi3filter: RegisterBodyDecoder for application/zip #730

Merged
merged 17 commits into from
Jan 4, 2023

Commits on Jan 3, 2023

  1. Append zip file upload test

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8546b3b View commit details
    Browse the repository at this point in the history
  2. Fix lint

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    19f04c1 View commit details
    Browse the repository at this point in the history
  3. Fix yaml

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5197d88 View commit details
    Browse the repository at this point in the history
  4. Fixing `request body has an error: failed to decode request body: pat…

    …h file: unsupported content type "application/zip"`
    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5eed939 View commit details
    Browse the repository at this point in the history
  5. Append ZipFileBodyDecoder

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7d571c3 View commit details
    Browse the repository at this point in the history
  6. Convert io.ReaderAt

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d14b803 View commit details
    Browse the repository at this point in the history
  7. Fix zip data

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    84a2aa3 View commit details
    Browse the repository at this point in the history
  8. Fixing unhandled value

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    18c593b View commit details
    Browse the repository at this point in the history
  9. Appned error case

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    cfeb922 View commit details
    Browse the repository at this point in the history
  10. Fix comment

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    16f5311 View commit details
    Browse the repository at this point in the history
  11. Sorted block lines.

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1561634 View commit details
    Browse the repository at this point in the history
  12. Use testify/require

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    289a16e View commit details
    Browse the repository at this point in the history
  13. Set initial slice capacity

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    09849a2 View commit details
    Browse the repository at this point in the history
  14. Fix goimports

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b11b6a5 View commit details
    Browse the repository at this point in the history
  15. fix

    k2tzumi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d10ac34 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5361b9b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Return error

    k2tzumi committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    fa0fca6 View commit details
    Browse the repository at this point in the history