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

[ffapi] Support for Text and Binary Streams #127

Merged
merged 14 commits into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. [ffapi] Support for Text and Binary Streams

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1a76e02 View commit details
    Browse the repository at this point in the history
  2. io.ReadCloser to prescribe return type

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a7aceb2 View commit details
    Browse the repository at this point in the history
  3. comments and enum

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6cd3816 View commit details
    Browse the repository at this point in the history
  4. headers

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5e2ff09 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    729ca04 View commit details
    Browse the repository at this point in the history
  6. avoiding passing route

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e26c9d2 View commit details
    Browse the repository at this point in the history
  7. struct to avoid awkward optional string param for streams

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2d5deff View commit details
    Browse the repository at this point in the history
  8. fix bugs with handlerOutput

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1edbce4 View commit details
    Browse the repository at this point in the history
  9. simplifying openapi generation options for streams and other edge cas…

    …es; allow handlers to manually specify content-type for non-JSON i.e. streams
    
    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e3f3b81 View commit details
    Browse the repository at this point in the history
  10. Fixes

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1c74e1a View commit details
    Browse the repository at this point in the history
  11. set description if none provided

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0868da9 View commit details
    Browse the repository at this point in the history
  12. handler tests for text and binary streams

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5582e08 View commit details
    Browse the repository at this point in the history
  13. openapi ut

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a707576 View commit details
    Browse the repository at this point in the history
  14. apiserver test

    Signed-off-by: hfuss <hayden.fuss@kaleido.io>
    onelapahead committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    26af1df View commit details
    Browse the repository at this point in the history