aboutsummaryrefslogtreecommitdiffstats
path: root/includes/jobqueue/JobQueueMemory.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-2/+9
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+2
* jobqueue: combine Logger channels, improve docs, add missing ingroup tagsTimo Tijhof2024-03-251-5/+3
* jobqueue: Add documentation about specific type to Iterator typeUmherirrender2022-11-141-2/+2
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Use array_key_first()/array_key_last() in some placesTim Starling2022-10-211-4/+2
* Improve param docsUmherirrender2019-11-281-1/+1
* Replace some oldskool @see with @inheritDocThiemo Kreuz2019-11-081-1/+1
* jobqueue: migrate root job deduplication to the WAN cacheAaron Schulz2019-07-131-2/+2
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-6/+5
* jobqueue: update claim array in JobQueueMemory::doAckAaron Schulz2019-04-061-1/+1
* jobqueue: dependency inject more objects into JobQueueAaron Schulz2019-04-041-4/+7
* Add Job::getMetadata() and Job::setMetadata() accessorsAaron Schulz2019-04-031-2/+2
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-5/+5
* JobQueueMemory: Actually return values in MappedIterator callbackBrad Jorsch2017-09-121-2/+2
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Stop doing $that = $this in includes/jobqueueRicordisamoa2016-02-101-6/+4
* More complete, more straightforward JobQueueMemoryTestThiemo Mättig2016-01-151-1/+65
* Do not return null reference in JobQueueMemoryThiemo Mättig2016-01-141-2/+2
* Add simple JobQueueMemory class for testingAaron Schulz2016-01-141-0/+169