FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · resque/php-resque · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
resque
/
php-resque
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
233
Code
Issues
19
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Nov 24, 2025
Bump actions/checkout from 5 to 6
Show description for 050a337
dependabot[bot]
authored and
pprkut
committed
050a337
View commit details
Copy full SHA for 050a337
Browse repository at this point
Commits on Aug 18, 2025
Bump actions/checkout from 4 to 5 (#97)
Show description for 98a45c6
dependabot[bot]
authored
98a45c6
View commit details
Copy full SHA for 98a45c6
Browse repository at this point
Commits on May 18, 2025
Support SSL
vbotingnon
authored and
pprkut
committed
c553e1d
View commit details
Copy full SHA for c553e1d
Browse repository at this point
Commits on Mar 17, 2025
Add a jobID property to the base Job class
pprkut
committed
7a9a8d6
View commit details
Copy full SHA for 7a9a8d6
Browse repository at this point
Add base Job class (#92)
Show description for 7e03f6e
pprkut
authored
7e03f6e
View commit details
Copy full SHA for 7e03f6e
Browse repository at this point
Add method signatures for magic method calls to redis drivers
pprkut
committed
ecfce08
View commit details
Copy full SHA for ecfce08
Browse repository at this point
Commits on Mar 6, 2025
Update README badges and fix code coverage recording (#93)
danhunsaker
authored
b3131f2
View commit details
Copy full SHA for b3131f2
Browse repository at this point
Commits on Mar 5, 2025
Track job milestone timestamps directly in JobHandler (#90)
Show description for 2b65f50
pprkut
authored
2b65f50
View commit details
Copy full SHA for 2b65f50
Browse repository at this point
chore: update php version in README
SMillerDev
authored and
pprkut
committed
5b0e4b2
View commit details
Copy full SHA for 5b0e4b2
Browse repository at this point
chore: add testing against modern PHP versions
SMillerDev
authored and
pprkut
committed
67d2e9b
View commit details
Copy full SHA for 67d2e9b
Browse repository at this point
Commits on Mar 4, 2025
ci: Enforce passing phpcs
pprkut
committed
71899f1
View commit details
Copy full SHA for 71899f1
Browse repository at this point
Set constant visibility
pprkut
committed
d0071b6
View commit details
Copy full SHA for d0071b6
Browse repository at this point
Fix missing property declaration for $worker in EventTest
pprkut
committed
0bf855e
View commit details
Copy full SHA for 0bf855e
Browse repository at this point
Update to phpunit 9.5
pprkut
committed
393e96b
View commit details
Copy full SHA for 393e96b
Browse repository at this point
tests: migrate to phpunit 8
TorstenDittmann
authored and
pprkut
committed
ce296f1
View commit details
Copy full SHA for ce296f1
Browse repository at this point
feat: support for php 8.1
TorstenDittmann
authored and
pprkut
committed
cdfbda3
View commit details
Copy full SHA for cdfbda3
Browse repository at this point
ci: add php 8.1
TorstenDittmann
authored and
pprkut
committed
064ec29
View commit details
Copy full SHA for 064ec29
Browse repository at this point
Bump actions/checkout from 2 to 4 (#87)
Show description for c7f9aa0
dependabot[bot]
authored
c7f9aa0
View commit details
Copy full SHA for c7f9aa0
Browse repository at this point
feat: add CI to dependabot
SMillerDev
authored and
pprkut
committed
402e8e3
View commit details
Copy full SHA for 402e8e3
Browse repository at this point
fix: install phpcs from composer
SMillerDev
authored and
pprkut
committed
7424ada
View commit details
Copy full SHA for 7424ada
Browse repository at this point
fix: use CI tooling as defined in Composer
SMillerDev
authored and
pprkut
committed
f1202cd
View commit details
Copy full SHA for f1202cd
Browse repository at this point
Commits on Apr 28, 2024
fix: deprecated variable interpolation syntax in PHP 8.2
JoyceBabu
authored and
pprkut
committed
929dca1
View commit details
Copy full SHA for 929dca1
Browse repository at this point
Drop Resque\Logger class (#77)
Show description for 4746684
pprkut
authored
4746684
View commit details
Copy full SHA for 4746684
Browse repository at this point
Fix missing namespace when processing scheduled jobs (#81)
pprkut
authored
81deb5b
View commit details
Copy full SHA for 81deb5b
Browse repository at this point
Commits on Aug 10, 2023
Fix issue with PID entries in Redis not being deleted for failed jobs (#74)
Show description for a240bcb
martinbutt
and
Martin Butt
authored
a240bcb
View commit details
Copy full SHA for a240bcb
Browse repository at this point
Fix codestyle issues related to too long lines (#54)
pprkut
authored
aa523db
View commit details
Copy full SHA for aa523db
Browse repository at this point
fix: function strftime() is deprecated in PHP 8.1. Replace with date(). (#66)
JoyceBabu
authored
6334006
View commit details
Copy full SHA for 6334006
Browse repository at this point
Commits on Jul 14, 2023
Introduce Namespaces (#56)
Show description for 54966de
pprkut
authored
54966de
View commit details
Copy full SHA for 54966de
Browse repository at this point
Commits on Jul 13, 2023
Clean up unit test output (#55)
Show description for 2a6a4a5
pprkut
authored and
danhunsaker
committed
2a6a4a5
View commit details
Copy full SHA for 2a6a4a5
Browse repository at this point
Split PHPCS and PHPStan out into separate CI-steps (#51)
pprkut
authored and
danhunsaker
committed
34269b9
View commit details
Copy full SHA for 34269b9
Browse repository at this point
Fix simple codestyle issues (#53)
pprkut
authored and
danhunsaker
committed
213f28b
View commit details
Copy full SHA for 213f28b
Browse repository at this point
Add .editorconfig file (#52)
pprkut
authored and
danhunsaker
committed
2e73a35
View commit details
Copy full SHA for 2e73a35
Browse repository at this point
Move CI to GitHub actions (#49)
Show description for 904f383
SMillerDev
and
danhunsaker
committed
904f383
View commit details
Copy full SHA for 904f383
Browse repository at this point
Only ping redis if Worker is unpaused (#47)
Show description for 95e337d
Patrick Romowicz
authored and
danhunsaker
committed
95e337d
View commit details
Copy full SHA for 95e337d
Browse repository at this point
Update Redis.php
Show description for 5d85ea8
JohnPremKumar
authored and
danhunsaker
committed
5d85ea8
View commit details
Copy full SHA for 5d85ea8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL