aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred
Commit message (Expand)AuthorAgeFilesLines
...
* | Track deletion timestamp in LinksDeletionUpdateAaron Schulz2016-06-141-3/+10
|/
* LinksDeletionUpdate: Fix typos in column namesGlaisher2016-06-081-3/+3
* Avoid contention in updateLinksTimestamp()Aaron Schulz2016-06-071-6/+6
* Merge "Make LinksDeletionUpdate use query batching"jenkins-bot2016-06-021-22/+94
|\
| * Make LinksDeletionUpdate use query batchingAaron Schulz2016-05-231-22/+94
* | Merge "Add LinksUpdate::getRevision()"jenkins-bot2016-05-261-0/+8
|\ \
| * | Add LinksUpdate::getRevision()Roan Kattouw2016-05-261-0/+8
| |/
* / Lowered incrTableUpdate() batch size to $wgUpdateRowsPerQueryAaron Schulz2016-05-191-5/+5
|/
* Make LinksUpdate only wait on the DB with the link tablesAaron Schulz2016-05-181-2/+2
* Convert CdnCacheUpdate to event per URLStanislav Malyshev2016-05-161-5/+11
* Batch links updates performed by refreshLinks jobsAaron Schulz2016-05-132-31/+94
* Merge "Do not let DataUpdate exceptions block other deferred updates"jenkins-bot2016-05-061-1/+6
|\
| * Do not let DataUpdate exceptions block other deferred updatesAaron Schulz2016-04-261-1/+6
* | Document mInterwikis in LinksUpdateAaron Schulz2016-05-021-0/+3
|/
* Convert SearchEngine to service containersStanislav Malyshev2016-04-251-7/+12
* Convert EventRelayerGroup to services infrastructureStanislav Malyshev2016-04-251-1/+3
* Convert all array() syntax to []Kunal Mehta2016-02-177-140/+140
* Stop doing $that = $this in includes/deferredRicordisamoa2016-02-101-3/+2
* Make CDN purges send EventRelayer eventsAaron Schulz2016-02-091-0/+12
* Merge "Small code cleanups to MWCallableUpdate"jenkins-bot2016-01-201-8/+3
|\
| * Small code cleanups to MWCallableUpdateAaron Schulz2016-01-131-8/+3
* | Add AtomicSectionUpdate deferred update classAaron Schulz2016-01-141-0/+34
|/
* Pass __METHOD__ to load balancer commit/rollback methodsAaron Schulz2015-12-221-2/+2
* Rename getSquidURLs() => getCdnUrls()Aaron Schulz2015-12-111-2/+2
* Use GAID_FOR_UPDATE for getArticleID() in LinksUpdateAaron Schulz2015-12-111-1/+1
* Add $wgCdnReboundPurgeDelay for more consistent CDN purgesAaron Schulz2015-12-101-6/+18
* Replace "squid" with "CDN" in various commentsAaron Schulz2015-12-091-4/+3
* Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-7/+14
* Remove obsolete category links codeAaron Schulz2015-12-051-12/+0
* Remove DeferredUpdates::forceDeferral() testing hackAaron Schulz2015-12-041-16/+0
* Merge "Add mergeable update support DeferredUpdates"jenkins-bot2015-12-043-12/+45
|\
| * Add mergeable update support DeferredUpdatesAaron Schulz2015-12-043-12/+45
* | Merge "Add pre-send update support to DeferredUpdates"jenkins-bot2015-12-042-52/+84
|\|
| * Add pre-send update support to DeferredUpdatesAaron Schulz2015-12-042-52/+84
* | Merge "Make HTMLCacheUpdate always use the job queue"jenkins-bot2015-12-041-18/+2
|\ \ | |/ |/|
| * Make HTMLCacheUpdate always use the job queueAaron Schulz2015-11-301-18/+2
* | Merge "Move category membership RC updates to CategoryMembershipChangeJob"jenkins-bot2015-12-041-28/+0
|\ \
| * | Move category membership RC updates to CategoryMembershipChangeJobAaron Schulz2015-12-031-28/+0
* | | Don't load WikiPage (w/ READ_LATEST) if search-update is not supportedaude2015-12-031-3/+21
* | | Consolidate Title normalization code in SearchUpdateaude2015-12-021-5/+5
* | | Do SearchUpdate::indexTitle after search-update is supported checkaude2015-12-021-1/+1
|/ /
* / Make HTMLCacheUpdate callers more consistentAaron Schulz2015-12-011-2/+1
|/
* SquidUpdate doc cleanupsAaron Schulz2015-11-181-5/+5
* Merge "Have SquidUpdate::newFromTitles use getSquidURLs"jenkins-bot2015-11-171-1/+1
|\
| * Have SquidUpdate::newFromTitles use getSquidURLsMatthew Flaschen2015-11-131-1/+1
* | Reduce updateLinksTimestamp() DB contentionAaron Schulz2015-11-171-1/+5
|/
* Merge "Add triggeringRevisionId to LinksUpdate JobSpec"Aaron Schulz2015-11-071-0/+8
|\
| * Add triggeringRevisionId to LinksUpdate JobSpecaddshore2015-11-051-0/+8
* | Make DeferredUpdates exception handling more robustAaron Schulz2015-11-031-2/+4
|/
* Convert SiteStatsUpdate to using getMainStashInstance()Aaron Schulz2015-10-311-12/+8