aboutsummaryrefslogtreecommitdiffstats
path: root/includes/jobqueue/JobSpecification.php
Commit message (Expand)AuthorAgeFilesLines
* Add documentation about 'requestId' param in Job parametersDreamy Jazz2025-03-211-0/+2
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-0/+6
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* jobqueue: Mark JobSpecification as newableMáté Szabó2024-10-041-0/+1
* jobqueue: combine Logger channels, improve docs, add missing ingroup tagsTimo Tijhof2024-03-251-4/+2
* JobSpecification: Inherit request IDGergő Tisza2023-11-301-0/+6
* jobqueue: Deprecate ::toSerializableArray() and remove unusedDerick Alangi2023-07-081-10/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+1
* Remove Title param typehints from jobsPetr Pchelko2021-06-071-16/+29
* Return deduplication to CategoryMembershipJobPetr Pchelko2019-10-291-1/+8
* jobqueue: Remove 'title' and 'namespace' from JobSpecification dedup infoPetr Pchelko2019-10-021-2/+0
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-2/+2
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-3/+13
* jobqueue: simplify the signature of Job::factory() and Job::__construct()Aaron Schulz2019-03-291-1/+1
* Move interface IJobSpecification to own fileUmherirrender2019-02-041-63/+0
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-6/+2
* A few doc comment fixupsTim Starling2017-12-041-1/+0
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-1/+1
* Many more function case mismatchesReedy2016-03-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Automatically deduplicate root jobs on insertionAaron Schulz2015-06-031-0/+10
* Let deduplicateRootJob() accept JobSpecification for consistencyAaron Schulz2015-05-231-23/+30
* Removed duplicated jobs in triggerOpportunisticLinksUpdate()Aaron Schulz2015-05-051-1/+1
* Fixed some <code> tags for doxygenAaron Schulz2015-04-291-2/+2
* Avoid using local main page title in JobSpecificationAaron Schulz2015-04-131-1/+1
* Added EnqueueJob class that handles routing jobs to queuesAaron Schulz2015-03-041-4/+32
* Inprove the exception message in JobSpecification::validateParamsMarius Hoch2014-03-181-1/+1
* Renamed /job to /jobqueueAaron Schulz2014-03-141-0/+189