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
/
deferred
/
DeferredUpdates.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-2
/
+2
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
rdbms: remove MWLBFactory::applyGlobalState deferred update logic
Aaron Schulz
2024-12-19
1
-3
/
+5
*
Merge "deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs"
jenkins-bot
2024-08-20
1
-36
/
+1
|
\
|
*
deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs
Aaron Schulz
2024-08-20
1
-36
/
+1
*
|
deferred: simplify $dependeeDbws parameter type for MWCallableUpdate
Aaron Schulz
2024-08-09
1
-1
/
+1
*
|
deferred: pass $fname to MWCallableUpdate callbacks and improve comments
Aaron Schulz
2024-08-08
1
-5
/
+14
|
/
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-1
/
+1
*
DeferredUpdates: normalize logging
Gergő Tisza
2024-01-14
1
-2
/
+5
*
DeferredUpdates: Only log enqueueing updates when it does happen
Gergő Tisza
2023-12-19
1
-8
/
+10
*
DeferredUpdates: Fix logging for opportunistic enqueue
Gergő Tisza
2023-12-06
1
-7
/
+13
*
DeferredUpates: Mention it in the logs when enqueuing deferreds
Gergő Tisza
2023-11-29
1
-0
/
+6
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+9
*
deferred: Decouple DeferredUpdates from MediaWikiServices
Timo Tijhof
2023-09-09
1
-103
/
+36
*
deferred: Make DeferredUpdates docs more accessible
Timo Tijhof
2023-08-25
1
-62
/
+93
*
deferred: Move DeferredUpdates away from DUManager service approach
Derick Alangi
2023-08-21
1
-43
/
+266
*
Add DeferredUpdatesManager service to replace DeferredUpdates
DannyS712
2023-05-29
1
-268
/
+42
*
Fix some typos
Matěj Suchánek
2023-03-21
1
-1
/
+1
*
deferred: Remove internal DeferredUpdates::doUpdates parameter
Timo Tijhof
2023-01-06
1
-3
/
+2
*
Replace trivial usages of code in strings with concatenation
Thiemo Kreuz
2022-08-26
1
-1
/
+1
*
deferred: Remove unused $mode and jobify() from internal doUpdates
Timo Tijhof
2022-06-21
1
-63
/
+7
*
deferred: Remove unused $mode of internal tryOpportunisticExecute
Timo Tijhof
2022-06-17
1
-9
/
+4
*
Replace LoadBalancer/LBFactory callback iteration with generators
Tim Starling
2022-04-29
1
-10
/
+6
*
Replace deprecated JobQueueGroup::singleton()
Umherirrender
2022-01-27
1
-8
/
+15
*
Add regression test for LinksDeletionUpdate loss of page_id
Tim Starling
2022-01-17
1
-1
/
+23
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+2
*
deferred: make DeferredUpdates::run() logic more readable
Aaron Schulz
2021-11-17
1
-35
/
+27
*
ILoadBalancer: Rename forEachOpenMasterConnection to forEachOpenPrimaryConnec...
James D. Forrester
2021-09-03
1
-1
/
+1
*
ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChanges
James D. Forrester
2021-09-02
1
-3
/
+3
*
Merge "ILoadBalancer/ILBFactory: Rename commitMasterChanges() to commitPrimar...
jenkins-bot
2021-09-02
1
-2
/
+2
|
\
|
*
ILoadBalancer/ILBFactory: Rename commitMasterChanges() to commitPrimaryChanges()
James D. Forrester
2021-09-02
1
-2
/
+2
*
|
Merge "ILoadBalancer/ILBFactory: Rename beginMasterChanges() to beginPrimaryC...
jenkins-bot
2021-09-02
1
-1
/
+1
|
\
|
|
*
ILoadBalancer/ILBFactory: Rename beginMasterChanges() to beginPrimaryChanges()
James D. Forrester
2021-09-01
1
-1
/
+1
*
|
docs: Change wording master to primary in comments and log text
Umherirrender
2021-09-01
1
-1
/
+1
|
/
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
DeferredUpdates: Log execution time for updates
Kosta Harlan
2021-06-09
1
-1
/
+3
*
rdbms: Move setLBFactoryTriggers from doMaintenance to service wiring
Timo Tijhof
2021-04-27
1
-1
/
+1
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-3
/
+3
*
deferred: make DeferredUpdates::doUpdates() recursion more uniform
Aaron Schulz
2021-01-14
1
-309
/
+260
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-0
/
+1
*
Fix more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-15
1
-4
/
+4
*
Merge "deferred: add turnstile debug logging to DeferredUpdates::attemptUpdat...
jenkins-bot
2020-05-11
1
-2
/
+6
|
\
|
*
deferred: add turnstile debug logging to DeferredUpdates::attemptUpdate()
Aaron Schulz
2020-04-21
1
-2
/
+6
*
|
deferredupdates: support limited DeferredUpdates::doUpdates()
Aaron Schulz
2020-05-07
1
-43
/
+106
|
/
*
exception,deferred: Standardise on 'exception' for uncaughts and fatals
Timo Tijhof
2020-03-06
1
-9
/
+9
*
Clean up redundant Exception|Throwable union type
Ricordisamoa
2020-02-12
1
-7
/
+4
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-5
/
+5
*
Merge "deferred: Log trace as 'exception.trace' instead of 'trace'"
jenkins-bot
2019-12-19
1
-10
/
+14
|
\
|
*
deferred: Log trace as 'exception.trace' instead of 'trace'
Timo Tijhof
2019-11-26
1
-10
/
+14
*
|
Improve param docs
Umherirrender
2019-11-28
1
-1
/
+1
|
/
[next]