aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred
Commit message (Expand)AuthorAgeFilesLines
* A few doc comment fixupsTim Starling2017-12-041-1/+0
* Add action/user tracking to html cache purge jobsAaron Schulz2017-10-302-4/+16
* Add action/user tracking to link refresh jobsAaron Schulz2017-10-232-5/+47
* deferred: Introduce TransactionRoundDefiningUpdateTimo Tijhof2017-10-132-0/+33
* deferred: Improve DeferredUpdates test coverageTimo Tijhof2017-10-121-1/+1
* Merge "Clean up wiki ID and DB domain ID handling"jenkins-bot2017-10-013-12/+16
|\
| * Clean up wiki ID and DB domain ID handlingAaron Schulz2017-09-303-12/+16
* | Do not include RC_EXTERNAL in number active users on Special:StatisticsBrian Wolff2017-09-291-0/+1
|/
* Improve some parameter docsUmherirrender2017-09-101-1/+1
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* Remove reference to deprecated IDatabase->nextSequenceValue()Brad Jorsch2017-09-011-1/+0
* Batch request titles for cdn purge from dbErik Bernhardson2017-08-301-1/+2
* Use short type bool/int in param documentationUmherirrender2017-08-203-10/+10
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* WANCacheReapUpdate: Handle special pages without exceptionMatthew Flaschen2017-08-041-1/+7
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-212-4/+0
* Push all DeferredUpdates to POSTSEND queue when running that queueAaron Schulz2017-07-061-23/+22
* Fix phrase searchDavid Causse2017-07-031-2/+2
* Fix highlighting for phrase queriesDavid Causse2017-06-261-2/+2
* Make DeferredUpdates detect LBFactory transaction roundsAaron Schulz2017-06-101-6/+9
* Merge "Avoid scoped lock errors in Category::refreshCounts() due to nesting"jenkins-bot2017-06-021-1/+5
|\
| * Avoid scoped lock errors in Category::refreshCounts() due to nestingAaron Schulz2017-05-311-1/+5
* | Add missing return value to getPendingUpdates() docsAaron Schulz2017-06-011-0/+1
* | Better handling of jobs execution in post-connection shutdownSeb352017-06-011-9/+2
|/
* SiteStatsUpdate: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-251-11/+12
* Release prior row locks beforehand in LinksUpdate::updateCategoryCountsAaron Schulz2017-04-261-10/+13
* Remove multiple spaces in PHP filesFomafix2017-04-121-1/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-289-0/+13
* Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory()WMDE-Fisch2017-03-171-1/+2
* Add accessor to DeferredUpdatesAntoine Musso2017-03-031-0/+15
* Merge "includes: Replace implicit Bugzilla bug numbers with Phab ones"jenkins-bot2017-02-281-1/+1
|\
| * includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* | Move remaining LoadBalancer classes to RdbmsAaron Schulz2017-02-231-0/+1
|/
* Move LBFactory to Rdbms namespaceAaron Schulz2017-02-031-0/+1
* Replace use of &$thisBrad Jorsch2017-01-311-3/+9
* objectcache: add WANObjectCacheReaper for assuring purgesAaron Schulz2017-01-271-0/+126
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-1/+1
* Remove empty lines at end of functionsumherirrender2016-11-051-1/+0
* Make updateCategoryCounts() have better lag checksAaron Schulz2016-10-201-41/+76
* Use namespaced ScopedCallbackKunal Mehta2016-10-172-0/+2
* Make SessionBackend::save() update the user post-sendAaron Schulz2016-10-121-0/+16
* Merge "Add transaction ticket to LinksUpdateComplete hook"jenkins-bot2016-09-231-1/+1
|\
| * Add transaction ticket to LinksUpdateComplete hookAaron Schulz2016-09-231-1/+1
* | Call setTransactionTicket() on DeferredUpdates sub-queue items tooAaron Schulz2016-09-221-0/+4
|/
* Avoid using cascadingDeletes()/cleanupTriggers()Aaron Schulz2016-09-181-79/+73
* Remove wfGetCaller() dependency from DatabaseBaseAaron Schulz2016-09-154-6/+9
* Make SiteStatsUpdate implement MergeableUpdateAaron Schulz2016-09-141-7/+14
* Make DeferredUpdates call setTransactionTicket() on all DataUpdate tasksAaron Schulz2016-09-121-1/+9
* Make DeferredUpdates::execute() protectedAaron Schulz2016-09-132-4/+7
* Merge "Clarify and update DeferredUpdates docs"jenkins-bot2016-09-071-3/+10
|\