-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
elasticsearchmachine
merged 20 commits into
elastic:main
from
DaveCTurner:2024/06/17/ChunkedZipResponse
Aug 7, 2024
Merged
Introduce ChunkedZipResponse
#109820
elasticsearchmachine
merged 20 commits into
elastic:main
from
DaveCTurner:2024/06/17/ChunkedZipResponse
Aug 7, 2024
Commits on Jun 17, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for a3cc533 - Browse repository at this point
Copy the full SHA a3cc533View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ec41bc - Browse repository at this point
Copy the full SHA 0ec41bcView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7261f2b - Browse repository at this point
Copy the full SHA 7261f2bView commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4336c9c - Browse repository at this point
Copy the full SHA 4336c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45468e4 - Browse repository at this point
Copy the full SHA 45468e4View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4adf929 - Browse repository at this point
Copy the full SHA 4adf929View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6aa400 - Browse repository at this point
Copy the full SHA b6aa400View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67a6d1 - Browse repository at this point
Copy the full SHA b67a6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f2ff3 - Browse repository at this point
Copy the full SHA 88f2ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db200b - Browse repository at this point
Copy the full SHA 7db200bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b01e76 - Browse repository at this point
Copy the full SHA 0b01e76View commit details
Commits on Aug 6, 2024
-
Update server/src/internalClusterTest/java/org/elasticsearch/rest/Chu…
…nkedZipResponseIT.java Co-authored-by: Yang Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16911a0 - Browse repository at this point
Copy the full SHA 16911a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31a3b1 - Browse repository at this point
Copy the full SHA d31a3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d73a28 - Browse repository at this point
Copy the full SHA 8d73a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5c060 - Browse repository at this point
Copy the full SHA 9d5c060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f18b6 - Browse repository at this point
Copy the full SHA 56f18b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2812c0 - Browse repository at this point
Copy the full SHA c2812c0View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cffd1eb - Browse repository at this point
Copy the full SHA cffd1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa4c08 - Browse repository at this point
Copy the full SHA 5aa4c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c716b - Browse repository at this point
Copy the full SHA 59c716bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.