-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Comparing changes
Open a pull request
base repository: laravel/framework
base: 2e986ac
head repository: laravel/framework
compare: 1ccd992
- 16 commits
- 22 files changed
- 13 contributors
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1622ea7 - Browse repository at this point
Copy the full SHA 1622ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a0bba - Browse repository at this point
Copy the full SHA c4a0bbaView commit details -
Modernize types casting (#57914)
Co-authored-by: Lucas Michot <lucas@zaiple.com>
Configuration menu - View commit details
-
Copy full SHA for bf3d9bb - Browse repository at this point
Copy the full SHA bf3d9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d2dda - Browse repository at this point
Copy the full SHA 71d2ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbaa9fa - Browse repository at this point
Copy the full SHA cbaa9faView commit details -
[12.x] add support for no mode in postgres full text search (#57915)
* add support no mode in postgres full text search * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for cef4a7b - Browse repository at this point
Copy the full SHA cef4a7bView commit details -
[12.x] Guard RedisStore::scan() results against boolean failures (#57911
) Guard the scan() unpacks so PHP 8.5 can no longer blow up when Redis returns false. Fixes: #57908
Configuration menu - View commit details
-
Copy full SHA for 5defc4c - Browse repository at this point
Copy the full SHA 5defc4cView commit details
Commits on Nov 26, 2025
-
[12.x] Fix CallQueuedClosure::displayName after batch chain (#57597) (#…
…57881) This fixes a fatal error (`Call to undefined method Closure::getClosure()`) when a Closure is placed immediately after a Bus::batch call within a Bus::chain. The issue arose because the Closure object was passed as a raw `\Closure` instance to `CallQueuedClosure::displayName`, which incorrectly assumed it was always wrapped in a `SerializableClosure` and tried to call `getClosure()`. This patch adds a check to safely extract the underlying Closure, preventing the crash. Fixes #57597
Configuration menu - View commit details
-
Copy full SHA for 5c986f2 - Browse repository at this point
Copy the full SHA 5c986f2View commit details -
Pass Laravel context through with schedule tasks (#57918)
* Pass Laravel context through with schedule tasks * Hydrate only in console when resolving context * Update ContextServiceProvider.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for e17bf44 - Browse repository at this point
Copy the full SHA e17bf44View commit details -
[12.x] Test Improvements (#57926)
* [12.x] Test Improvements Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b80abb2 - Browse repository at this point
Copy the full SHA b80abb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f40cdc8 - Browse repository at this point
Copy the full SHA f40cdc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b249385 - Browse repository at this point
Copy the full SHA b249385View commit details -
[12.x] Pause a queue for given seconds (#57917)
* add a method to pause a queue for given seconds * Update facade docblocks * Update QueueManager.php * Update QueueManager.php * Update pause queue method documentation * Update pauseFor method parameter type to support multiple types * Update QueueManager.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 9538b23 - Browse repository at this point
Copy the full SHA 9538b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc05bbb - Browse repository at this point
Copy the full SHA fc05bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c387cbd - Browse repository at this point
Copy the full SHA c387cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ccd992 - Browse repository at this point
Copy the full SHA 1ccd992View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2e986ac...1ccd992