aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/manageJobs.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+2
* Use $this->getServiceContainer() in maintenanceFomafix2024-09-041-3/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* fix: use objectcachefactory methods instead of deprecated objectcache methodsIrina Balaban2024-05-051-1/+3
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* jobqueue: Add documentation about specific type to Iterator typeUmherirrender2022-11-141-1/+1
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+3
* Define a batch size in maintenance/manageJobs.phpSébastien Beyou2021-03-091-0/+1
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Fix timestamp format in maintenance/manageJobs.phpSeb352017-02-021-1/+1
* Add small script for common job queue admin tasksAaron Schulz2017-01-181-0/+98