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

chore: remove WriteFlusher instead having dedicated WritableByteChannels #2514

Merged
merged 7 commits into from
May 3, 2024

Commits on Apr 24, 2024

  1. chore: start teasing apart grpc write path to allow removal of WriteF…

    …lusher abstraction
    
    WriteFlusher has grown unwieldy to be able to properly handle the kinds of uploads that are performed while being able to perform appropriate finegrained response validation.
    
    This is the first change in a series to tease WriteFlusher apart and create an UnbufferedWritableByteChannel for each kind of upload where all logic for that upload can be encapsulated.
    BenWhitehead committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    17875bf View commit details
    Browse the repository at this point in the history
  2. chore: pt.2 chunked resumable upload

    Make dedicated WritableByteChannel to handle chunked resumable uploads.
    BenWhitehead committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    70d7084 View commit details
    Browse the repository at this point in the history
  3. chore: pt.3 streamed resumable upload

    Make dedicated WritableByteChannel to handle streamed resumable uploads.
    BenWhitehead committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3c739aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77f9992 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b97234 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d87105a View commit details
    Browse the repository at this point in the history
  7. chore: clirr

    BenWhitehead committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    77c4925 View commit details
    Browse the repository at this point in the history