index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
jobqueue
/
JobQueueRedis.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/jobqueue
James D. Forrester
2025-03-20
1
-5
/
+18
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-1
/
+1
*
objectcache: Move RedisConnRef.php to /libs/objectcache/
Timo Tijhof
2024-10-28
1
-2
/
+2
*
Add namespace to Wikimedia\Redis libs
James D. Forrester
2024-09-27
1
-0
/
+2
*
Remove unchecked exception annotations
Adam Wight
2024-09-17
1
-2
/
+0
*
jobqueue: combine Logger channels, improve docs, add missing ingroup tags
Timo Tijhof
2024-03-25
1
-10
/
+12
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
jobqueue: Add documentation about specific type to Iterator type
Umherirrender
2022-11-14
1
-5
/
+5
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-4
/
+4
*
Fix typos in comments (I-J)
Siddharth VP
2021-12-30
1
-3
/
+3
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
JobQueueRedis: Replace deprecated zSize with zCard
Paladox
2021-10-26
1
-4
/
+4
*
jobqueue: Batch jobs that will end up in the default queue
Amir Sarabadani
2021-10-04
1
-2
/
+2
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Fix more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-15
1
-1
/
+1
*
Move UIDGenerator code to a service and put it under /libs
Aaron Schulz
2020-02-18
1
-1
/
+1
*
Replace deprecated lSize with lLen
Paladox
2019-12-03
1
-2
/
+2
*
Avoid using deprecated phpredis::delete() alias
Paladox
2019-12-02
1
-1
/
+1
*
Fix new phan errors, part 2
Daimona Eaytoy
2019-10-12
1
-1
/
+1
*
Merge "jobqueue: migrate root job deduplication to the WAN cache"
jenkins-bot
2019-07-13
1
-1
/
+1
|
\
|
*
jobqueue: migrate root job deduplication to the WAN cache
Aaron Schulz
2019-07-13
1
-1
/
+1
*
|
jobqueue: fix IDEA warnings in JobQueueRedis
Aaron Schulz
2019-07-11
1
-25
/
+26
|
/
*
jobqueue: make JobQueueDB stricter about broken job_params fields
Aaron Schulz
2019-04-27
1
-1
/
+1
*
jobqueue: add GenericParameterJob and RunnableJob interface
Aaron Schulz
2019-04-08
1
-14
/
+18
*
jobqueue: dependency inject more objects into JobQueue
Aaron Schulz
2019-04-04
1
-5
/
+5
*
Add Job::getMetadata() and Job::setMetadata() accessors
Aaron Schulz
2019-04-03
1
-7
/
+8
*
Rename WikiMap DB domain ID methods to reduce confusion with web domains
Aaron Schulz
2019-02-06
1
-1
/
+1
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricter
Aaron Schulz
2018-11-07
1
-3
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Remove "@author Aaron Schulz" annotations
Aaron Schulz
2017-06-27
1
-1
/
+0
*
Lower the amount of jobs pushed into redis at once
Aaron Schulz
2017-04-19
1
-1
/
+3
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-3
/
+3
*
Use @lang tags for Lua scripts
Aaron Schulz
2016-09-25
1
-0
/
+3
*
Move RedisConnectionPool to /libs/redis
Aaron Schulz
2016-09-23
1
-1
/
+5
*
Remove unused JobQueueRedis vars
Aaron Schulz
2016-04-21
1
-5
/
+0
*
Avoid ack() race condition in JobQueueRedis
Aaron Schulz
2016-04-20
1
-4
/
+9
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-23
/
+23
*
Stop doing $that = $this in includes/jobqueue
Ricordisamoa
2016-02-10
1
-4
/
+2
*
Fix mistakes in JobQueue type documentations
Thiemo Mättig
2016-01-16
1
-1
/
+1
*
Make redis JobQueueConnectionError mention the host
Aaron Schulz
2015-12-11
1
-1
/
+2
*
Remove wfForeignMemcKey() usage from JobQueueRedis::getQueueKey()
Aaron Schulz
2015-12-10
1
-2
/
+6
*
Remove JobQueue::setTestingPrefix() hack
Aaron Schulz
2015-12-10
1
-16
/
+1
*
Fix bad regex in 6fe2f48df
Aaron Schulz
2015-12-10
1
-1
/
+1
*
Add per-partition JobQueueRedis aggregation
Aaron Schulz
2015-12-10
1
-12
/
+92
*
Replace wfBaseConvert with Wikimedia\base_convert
Reedy
2015-11-24
1
-1
/
+1
*
jobqueue: Pass count value delta instead of $type for the inserts_actual metric
Timo Tijhof
2015-10-30
1
-1
/
+1
*
JobQueueRedis::doBatchPush(): report metrics even when failures occur
Ori Livneh
2015-10-21
1
-5
/
+5
*
jobqueue: track real job inserts as 'inserts_actual'
Ori Livneh
2015-10-21
1
-0
/
+1
*
Make JobQueueRedis stat calls match the DB one
Aaron Schulz
2015-10-20
1
-2
/
+2
[next]