aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/DeferredUpdates.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-2/+2
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* rdbms: remove MWLBFactory::applyGlobalState deferred update logicAaron Schulz2024-12-191-3/+5
* Merge "deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs"jenkins-bot2024-08-201-36/+1
|\
| * deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobsAaron Schulz2024-08-201-36/+1
* | deferred: simplify $dependeeDbws parameter type for MWCallableUpdateAaron Schulz2024-08-091-1/+1
* | deferred: pass $fname to MWCallableUpdate callbacks and improve commentsAaron Schulz2024-08-081-5/+14
|/
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* DeferredUpdates: normalize loggingGergő Tisza2024-01-141-2/+5
* DeferredUpdates: Only log enqueueing updates when it does happenGergő Tisza2023-12-191-8/+10
* DeferredUpdates: Fix logging for opportunistic enqueueGergő Tisza2023-12-061-7/+13
* DeferredUpates: Mention it in the logs when enqueuing deferredsGergő Tisza2023-11-291-0/+6
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+9
* deferred: Decouple DeferredUpdates from MediaWikiServicesTimo Tijhof2023-09-091-103/+36
* deferred: Make DeferredUpdates docs more accessibleTimo Tijhof2023-08-251-62/+93
* deferred: Move DeferredUpdates away from DUManager service approachDerick Alangi2023-08-211-43/+266
* Add DeferredUpdatesManager service to replace DeferredUpdatesDannyS7122023-05-291-268/+42
* Fix some typosMatěj Suchánek2023-03-211-1/+1
* deferred: Remove internal DeferredUpdates::doUpdates parameterTimo Tijhof2023-01-061-3/+2
* Replace trivial usages of code in strings with concatenationThiemo Kreuz2022-08-261-1/+1
* deferred: Remove unused $mode and jobify() from internal doUpdatesTimo Tijhof2022-06-211-63/+7
* deferred: Remove unused $mode of internal tryOpportunisticExecuteTimo Tijhof2022-06-171-9/+4
* Replace LoadBalancer/LBFactory callback iteration with generatorsTim Starling2022-04-291-10/+6
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-8/+15
* Add regression test for LinksDeletionUpdate loss of page_idTim Starling2022-01-171-1/+23
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* deferred: make DeferredUpdates::run() logic more readableAaron Schulz2021-11-171-35/+27
* ILoadBalancer: Rename forEachOpenMasterConnection to forEachOpenPrimaryConnec...James D. Forrester2021-09-031-1/+1
* ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChangesJames D. Forrester2021-09-021-3/+3
* Merge "ILoadBalancer/ILBFactory: Rename commitMasterChanges() to commitPrimar...jenkins-bot2021-09-021-2/+2
|\
| * ILoadBalancer/ILBFactory: Rename commitMasterChanges() to commitPrimaryChanges()James D. Forrester2021-09-021-2/+2
* | Merge "ILoadBalancer/ILBFactory: Rename beginMasterChanges() to beginPrimaryC...jenkins-bot2021-09-021-1/+1
|\|
| * ILoadBalancer/ILBFactory: Rename beginMasterChanges() to beginPrimaryChanges()James D. Forrester2021-09-011-1/+1
* | docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-1/+1
|/
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* DeferredUpdates: Log execution time for updatesKosta Harlan2021-06-091-1/+3
* rdbms: Move setLBFactoryTriggers from doMaintenance to service wiringTimo Tijhof2021-04-271-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-3/+3
* deferred: make DeferredUpdates::doUpdates() recursion more uniformAaron Schulz2021-01-141-309/+260
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+1
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-4/+4
* Merge "deferred: add turnstile debug logging to DeferredUpdates::attemptUpdat...jenkins-bot2020-05-111-2/+6
|\
| * deferred: add turnstile debug logging to DeferredUpdates::attemptUpdate()Aaron Schulz2020-04-211-2/+6
* | deferredupdates: support limited DeferredUpdates::doUpdates()Aaron Schulz2020-05-071-43/+106
|/
* exception,deferred: Standardise on 'exception' for uncaughts and fatalsTimo Tijhof2020-03-061-9/+9
* Clean up redundant Exception|Throwable union typeRicordisamoa2020-02-121-7/+4
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-5/+5
* Merge "deferred: Log trace as 'exception.trace' instead of 'trace'"jenkins-bot2019-12-191-10/+14
|\
| * deferred: Log trace as 'exception.trace' instead of 'trace'Timo Tijhof2019-11-261-10/+14
* | Improve param docsUmherirrender2019-11-281-1/+1
|/