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

Introduce ChunkedZipResponse #109820

Merged

Commits on Jun 17, 2024

  1. Introduce ChunkedZipResponse

    Adds a utility for implementing REST APIs which construct a streaming
    (i.e. pretty-much-constant-memory) `.zip` file response as a (pausable)
    sequence of `ChunkedRestResponseBodyPart` instances, where each entry in
    the `.zip` file is itself a (pausable) sequence of
    `ChunkedRestResponseBodyPart` instances.
    
    Relates elastic#104851
    DaveCTurner committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a3cc533 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    4336c9c View commit details
    Browse the repository at this point in the history
  2. Review feedback

    DaveCTurner committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    45468e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Comment typos

    DaveCTurner committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4adf929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6aa400 View commit details
    Browse the repository at this point in the history
  3. Tighter assert

    DaveCTurner committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b67a6d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f2ff3 View commit details
    Browse the repository at this point in the history
  5. More comments

    DaveCTurner committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7db200b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b01e76 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update server/src/internalClusterTest/java/org/elasticsearch/rest/Chu…

    …nkedZipResponseIT.java
    
    Co-authored-by: Yang Wang <[email protected]>
    DaveCTurner and ywangd authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    16911a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31a3b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d73a28 View commit details
    Browse the repository at this point in the history
  4. Clarify flags

    DaveCTurner committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9d5c060 View commit details
    Browse the repository at this point in the history
  5. Spotless

    DaveCTurner committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    56f18b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2812c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

    DaveCTurner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5aa4c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c716b View commit details
    Browse the repository at this point in the history