aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred
Commit message (Expand)AuthorAgeFilesLines
...
* | Add small HtmlCacheUpdater service class to normalize purging codeAaron Schulz2019-08-064-28/+83
* | Merge "Clean up spacing of doc comments"jenkins-bot2019-08-051-1/+1
|\ \
| * | Clean up spacing of doc commentsUmherirrender2019-08-051-1/+1
| |/
* | Merge "Make LinksUpdate no longer extend EnqueueableDataUpdate"jenkins-bot2019-08-051-36/+1
|\ \ | |/ |/|
| * Make LinksUpdate no longer extend EnqueueableDataUpdateAaron Schulz2019-08-051-36/+1
* | Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpda...David Causse2019-08-011-4/+2
* | Simplify SearchUpdate constructor and hard deprecate some param typesDavid Causse2019-08-011-20/+20
|/
* Clean up DeferredUpdates transaction handlingAaron Schulz2019-07-181-14/+17
* Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash useAaron Schulz2019-07-131-162/+38
* Switch various LoadBalancer::getConnection() callers to getConnectionRef()Aaron Schulz2019-07-122-5/+5
* Merge "Log errors in DeferredUpdates::handleUpdateQueue()"jenkins-bot2019-07-111-52/+117
|\
| * Log errors in DeferredUpdates::handleUpdateQueue()Aaron Schulz2019-07-111-52/+117
* | Reduce contention of getScopedLockAndFlush() callers by using the DB domain i...Aaron Schulz2019-07-111-1/+1
|/
* Merge "Various fixes and simplifications to RefreshLinksJob::runTitle()"jenkins-bot2019-07-111-1/+1
|\
| * Various fixes and simplifications to RefreshLinksJob::runTitle()Aaron Schulz2019-07-111-1/+1
* | Merge "Make UserEditCountUpdate::doUpdate avoid comparing IDatabase instances"jenkins-bot2019-07-021-9/+8
|\ \
| * | Make UserEditCountUpdate::doUpdate avoid comparing IDatabase instancesAaron Schulz2019-07-021-9/+8
| |/
* / Pass column as string to IDatabase::selectFieldUmherirrender2019-06-301-1/+1
|/
* rdbms: rename safeWaitForMasterPos() to waitForMasterPos() in ILoadBalancerAaron Schulz2019-06-221-1/+1
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+2
* Pass options as array to IDatabase::insertUmherirrender2019-06-071-1/+1
* Make sure that each DataUpdate still has outer transaction scopeAaron Schulz2019-05-302-10/+23
* Merge "Introduce TransactionRoundAwareUpdate interface"jenkins-bot2019-05-253-17/+69
|\
| * Introduce TransactionRoundAwareUpdate interfaceAaron Schulz2019-05-253-17/+69
* | Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-10/+10
|/
* Reinstate small category refresh logic in LinksDeletionUpdateAaron Schulz2019-04-231-1/+1
* Merge "jobqueue: add GenericParameterJob and RunnableJob interface"jenkins-bot2019-04-101-7/+4
|\
| * jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-7/+4
* | NamespaceInfo service to replace MWNamespaceAryeh Gregor2019-04-101-1/+2
|/
* Update DeferredUpdates::enqueueUpdates() to look for the DB domainAaron Schulz2019-03-291-1/+2
* Make LinksDeletionUpdate a subclass of LinksUpdatedaniel2019-03-272-125/+24
* Make EnqueueableDataUpdate use DB domain IDsAaron Schulz2019-03-274-5/+6
* Support more coupled DBs in AtomicSectionUpdate/AutoCommitUpdateAaron Schulz2019-03-213-10/+30
* Revert "Split out new RefreshSecondaryDataUpdate class"Timo Tijhof2019-03-193-128/+36
* Make DeferredUpdates enqueue updates that failed to run when possibleAaron Schulz2019-03-151-0/+10
* Merge "deferred: Remove deprecated CdnCacheUpdate::newSimplePurge"jenkins-bot2019-03-151-9/+0
|\
| * deferred: Remove deprecated CdnCacheUpdate::newSimplePurgeTimo Tijhof2019-03-151-9/+0
* | Split out new RefreshSecondaryDataUpdate classAaron Schulz2019-03-152-36/+118
|/
* Merge "Make LinksUpdate::getPropertyDeletions private"jenkins-bot2019-03-061-1/+1
|\
| * Make LinksUpdate::getPropertyDeletions privateAaron Schulz2019-03-061-1/+1
* | Add more documentation to DeferredUpdates::doUpdatesAaron Schulz2019-03-061-0/+3
|/
* Avoid use of deprecated ObjectCache::getMainWANInstance methodAaron Schulz2019-03-011-1/+2
* Expose external link additions and deletionsBaha2019-02-071-2/+45
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-062-2/+2
* Remove deprecated class SquidUpdateUmherirrender2019-02-051-7/+0
* build: Updating mediawiki/mediawiki-codesniffer to 23.0.0Umherirrender2018-12-011-4/+5
* Use new externallinks.el_index_60 fieldBrad Jorsch2018-11-121-1/+1
* Merge "Create JobQueueEnqueueUpdate class to call JobQueueGroup::pushLazyJobs()"jenkins-bot2018-10-281-0/+64
|\
| * Create JobQueueEnqueueUpdate class to call JobQueueGroup::pushLazyJobs()Aaron Schulz2018-10-281-0/+64