FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · codeigniter4/queue · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codeigniter4
/
queue
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
75
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jul 23, 2026
chore(deps): bump actions/setup-python from 6 to 7 (#96)
Show description for 87f736a
dependabot[bot]
authored
87f736a
View commit details
Copy full SHA for 87f736a
Browse repository at this point
chore: harden database queue priority ordering (#95)
Show description for b514587
michalsn
and
gr8man
authored
b514587
View commit details
Copy full SHA for b514587
Browse repository at this point
fix: test isolation (#91)
Show description for 58105ab
michalsn
authored
58105ab
View commit details
Copy full SHA for 58105ab
Browse repository at this point
fix: SQLite3 queue pop atomicity (#86)
michalsn
authored
343b284
View commit details
Copy full SHA for 343b284
Browse repository at this point
Commits on Jun 24, 2026
chore(deps): bump actions/checkout from 6 to 7 (#89)
Show description for 3b57adf
dependabot[bot]
authored
3b57adf
View commit details
Copy full SHA for 3b57adf
Browse repository at this point
chore(deps): bump actions/cache from 5 to 6 (#90)
Show description for 7b90513
dependabot[bot]
authored
7b90513
View commit details
Copy full SHA for 7b90513
Browse repository at this point
Commits on Jun 5, 2026
docs: add versioning with mike (#88)
michalsn
authored
52a9fc6
View commit details
Copy full SHA for 52a9fc6
Browse repository at this point
Commits on May 20, 2026
chore(deps): bump actions/setup-python from 5 to 6 (#80)
Show description for 6d54b91
dependabot[bot]
authored
6d54b91
View commit details
Copy full SHA for 6d54b91
Browse repository at this point
chore(deps-dev): update predis/predis requirement || ^3.0 (#82)
Show description for 487c310
dependabot[bot]
authored
487c310
View commit details
Copy full SHA for 487c310
Browse repository at this point
chore(deps): bump actions/cache from 4 to 5 (#81)
Show description for 56f9850
dependabot[bot]
authored
56f9850
View commit details
Copy full SHA for 56f9850
Browse repository at this point
chore(deps): bump actions/checkout from 4 to 6 (#79)
Show description for 0ff3828
dependabot[bot]
authored
0ff3828
View commit details
Copy full SHA for 0ff3828
Browse repository at this point
Commits on May 17, 2026
refactor: clean up code style and improve type narrowing (#83)
michalsn
authored
e30fde2
View commit details
Copy full SHA for e30fde2
Browse repository at this point
Commits on Feb 15, 2026
chore: make docs copyright year automatic (#77)
Show description for b44386a
michalsn
authored
b44386a
View commit details
Copy full SHA for b44386a
Browse repository at this point
Commits on Feb 8, 2026
chore: update workflow to include PHP 8.5 (#76)
Show description for c208a9b
michalsn
authored
c208a9b
View commit details
Copy full SHA for c208a9b
Browse repository at this point
Commits on Feb 7, 2026
fix: add missing methods to QueueInterface and improve type declarations (#75)
michalsn
authored
e5f7dcd
View commit details
Copy full SHA for e5f7dcd
Browse repository at this point
Commits on Dec 18, 2025
fix: signal registration for windows (#72)
michalsn
authored
3acaa08
View commit details
Copy full SHA for 3acaa08
Browse repository at this point
Commits on Dec 17, 2025
chore: update workflow to use PHP 8.2-8.4 (#73)
michalsn
authored
c0d8593
View commit details
Copy full SHA for c0d8593
Browse repository at this point
Commits on Dec 10, 2025
feat: events (#69)
Show description for b4a440c
michalsn
authored
b4a440c
View commit details
Copy full SHA for b4a440c
Browse repository at this point
Commits on Nov 23, 2025
docs: add @property tags to QueueJobFailed entity (#70)
Show description for cc3c6c4
yassinedoghri
authored
cc3c6c4
View commit details
Copy full SHA for cc3c6c4
Browse repository at this point
Commits on Sep 15, 2025
feat: add RabbitMQHandler (#67)
Show description for e0cd279
michalsn
authored
e0cd279
View commit details
Copy full SHA for e0cd279
Browse repository at this point
Commits on Aug 19, 2025
feat: add Redis username authentication support (#66)
Show description for 0f95012
formbay-sanil
authored
0f95012
View commit details
Copy full SHA for 0f95012
Browse repository at this point
Commits on Jul 12, 2025
chore: update deptrac.yaml for deptrac/deptrac (#65)
michalsn
authored
19f8292
View commit details
Copy full SHA for 19f8292
Browse repository at this point
chore: fix data provider name and order by cs-fix (#64)
michalsn
authored
2f97895
View commit details
Copy full SHA for 2f97895
Browse repository at this point
chore: update deptrac.yaml to use with deptrac/deptrac (#63)
michalsn
authored
00841c4
View commit details
Copy full SHA for 00841c4
Browse repository at this point
Commits on Jun 16, 2025
feat: `Queue::push()` to return QueuePushResult instead of boolean (#62)
Show description for ecb790c
michalsn
authored
ecb790c
View commit details
Copy full SHA for ecb790c
Browse repository at this point
Commits on May 5, 2025
fix: remove option to use a custom config file via service (#59)
michalsn
authored
39f0a8b
View commit details
Copy full SHA for 39f0a8b
Browse repository at this point
feat: add support for task locks (#60)
Show description for ce601bc
michalsn
authored
ce601bc
View commit details
Copy full SHA for ce601bc
Browse repository at this point
Commits on Apr 16, 2025
feat: add support for chained jobs (#54)
Show description for 835ba88
michalsn
authored
835ba88
View commit details
Copy full SHA for 835ba88
Browse repository at this point
Commits on Mar 27, 2025
chore: add bug report tpl (#55)
datamweb
authored
9e89b19
View commit details
Copy full SHA for 9e89b19
Browse repository at this point
Commits on Feb 5, 2025
Add an option to delay job execution when adding to the queue (#52)
Show description for 3675024
michalsn
authored
3675024
View commit details
Copy full SHA for 3675024
Browse repository at this point
Commits on Jan 19, 2025
docs: add clarification for queue usage scenarios (#53)
Show description for b9ac829
michalsn
authored
b9ac829
View commit details
Copy full SHA for b9ac829
Browse repository at this point
Commits on Jan 17, 2025
use Lua script to pop the task atomically (#51)
Show description for 16fd35b
michalsn
authored
16fd35b
View commit details
Copy full SHA for 16fd35b
Browse repository at this point
Commits on Jan 7, 2025
Disable strict mode for transactions (#50)
Show description for 847079f
michalsn
authored
847079f
View commit details
Copy full SHA for 847079f
Browse repository at this point
Commits on Dec 30, 2024
Add tests for every database handler (#49)
Show description for f37f8e5
michalsn
authored
f37f8e5
View commit details
Copy full SHA for f37f8e5
Browse repository at this point
Commits on Sep 19, 2024
Merge pull request #48 from michalsn/skip-locked
Show description for 0bc2957
michalsn
authored
0bc2957
View commit details
Copy full SHA for 0bc2957
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL