-
Notifications
You must be signed in to change notification settings - Fork 11.7k
[12.x] Add Http::batch #56946
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
Merged
taylorotwell
merged 21 commits into
laravel:12.x
from
WendellAdriel:feat/http-pool-hooks
Sep 29, 2025
Merged
[12.x] Add Http::batch #56946
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
b4db1bf
Create HTTP Pool progress hook
WendellAdriel 8177e3b
Create HTTP Pool catch hook
WendellAdriel 31a229f
Create HTTP Pool then hook
WendellAdriel d138161
Create HTTP Pool finally hook
WendellAdriel 05e2993
Update implementation to add Http::batch
WendellAdriel 4dcdfdf
Add cancel to batch implementation
WendellAdriel 4050b1a
Refactor
WendellAdriel b69aa43
Update then and finally hooks to not run if batch is cancelled
WendellAdriel 2a1bc6a
formatting
taylorotwell ab833f3
formatting
taylorotwell 3a6ce3f
Small fix on handling result
WendellAdriel 9c0347b
Fix issue with progress callback
WendellAdriel 7a0052f
Fix issue with progress callback order
WendellAdriel 65827a3
Merge branch 'feat/http-pool-hooks' of github.com:WendellAdriel/larav…
WendellAdriel 386a626
Removed not used import
WendellAdriel f6c5f90
Fix Static Analysis and skip cancel test
WendellAdriel c908e1a
Remove cancel feature from Http::batch
WendellAdriel 0bb9012
Throw exception when adding request to in progress batch
WendellAdriel c432c1f
Code Review comments
WendellAdriel 109b2bd
formatting
taylorotwell 59a2583
remove inconsistent method
taylorotwell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
formatting
- Loading branch information
commit 109b2bd2f61c351fad84cb148dcb7b120087ec16
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WendellAdriel There is an alert on this line with the use ($catchCallback). Is this used? Looks like it's only using $this->catchCallback and the use statement could be deleted