COMMITS
/ tests/Queue/QueueDatabaseQueueUnitTest.php March 17, 2026
L
Use Carbon::now() and Date::now() instead of now() helper (#59252)
Lucas Michot committed
February 6, 2026
January 5, 2026
L
April 24, 2025
T
Add payload creation and original delay info to job payload (#55529)
Taylor Otwell committed
January 18, 2024
N
Merge branch '10.x'
Nuno Maduro committed
January 17, 2024
D
[10.x] Adds JobQueueing event (#49722)
Daniel Mason committed
October 26, 2023
M
[11.x] PHPUnit 11 Forward Compatibility (#48796)
Mior Muhammad Zaki committed
October 25, 2023
M
[10.x] Test Improvements (#48815)
Mior Muhammad Zaki committed
June 5, 2023
B
[10.x] Remove redundant 'setAccessible' methods (#47348)
Bradie Tilley committed
March 17, 2023
B
[9.x] PHP 8.0 fix for Closure jobs (#46505)
Bert committed
November 27, 2022
M
Fix spaces (#45105)
Michael Nabil committed
October 11, 2021
L
Remove useless methods overrides (#39164)
Lucas Michot committed
September 26, 2021
G
UUID fixes for PHP 8.1 (#38961)
Graham Campbell committed
September 15, 2021
D
[8.x] Adds a few PHP 8.1 related changes (#38404)
Dries Vints committed
May 21, 2021
M
[8.x] Add a $failOnTimeouts job property (#37450)
Mohamed Said committed
January 19, 2021
V
Add JobQueued event
vdauchy committed
October 6, 2020
M
[8.x] Compatible to phpunit 10 (#34700)
Morteza Poussaneh committed
September 30, 2020
L
Use stricter assertions. (#34595)
Lucas Michot committed
May 8, 2020
M
update the job payload and use a fallback
Mohamed Said committed
February 22, 2020
September 10, 2019
D
[6.x] Alpha ordered imports (#29933)
Dries Vints committed
August 27, 2019
L
[6.0] Use assertSame for string assertions (#29757)
Lucas Michot committed
August 11, 2019
L
Simplify mock returns.
Lucas Michot committed
April 18, 2019
T
initial pass at job based delays
Taylor Otwell committed
February 8, 2019
D
Use proper method visibility
Dries Vints committed
February 7, 2019
D
Add void return type to setUp and tearDown methods
Dries Vints committed
December 29, 2018
I
Replace with assertIsObject() method.
imanghafoori committed
October 5, 2018
M
[5.7] Use ::class notation for tests (#25939)
Michaël De Boey committed
October 1, 2018
T
add queue create payload hook
Taylor Otwell committed
December 7, 2017
T
Apply fixes from StyleCI (#22346)
Taylor Otwell committed
G
June 23, 2017
A
Write stdClass in a standard and consistent case in tests (#19735)
Alexandre Butynski committed
June 19, 2017
L
Remove useless braces in constructors. (#19663)
Lucas Michot committed
February 7, 2017
T
Make plain string payloads more similar to object based payloads.
Taylor Otwell committed
January 17, 2017
T
Apply fixes from StyleCI (#17374)
Taylor Otwell committed
A
[5.4] All tests have been namespaced (#17148)
Alex Bowers committed
December 30, 2016
V
[5.4] Use namespaced PHPUnit TestCase (#17058)
Vincent Klaiber committed
December 29, 2016
T
Refactor database and beanstalk queues.
Taylor Otwell committed
T
Extract some queue logic.
Taylor Otwell committed
T
Extract job delay calculations.
Taylor Otwell committed
September 5, 2016
M
throw exception if failed to create queue payload (#15284)
Mohamed Said committed
July 5, 2016
July 2, 2016
T
Merge branch '5.2' into 5.3
Taylor Otwell committed
June 2, 2016
2
Remove need to release jobs that have been reserved too long.
20TRIES committed