aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Clarify and update DeferredUpdates docsAaron Schulz2016-09-071-3/+10
* | Merge "Make deferred updates fully own their transaction rounds"jenkins-bot2016-09-061-2/+3
|\ \
| * | Make deferred updates fully own their transaction roundsAaron Schulz2016-09-031-2/+3
| |/
* / Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
|/
* Make DeferredUpdates able to run DataUpdatesAaron Schulz2016-09-024-123/+136
* Move run-on-add logic in DeferredUpdates to addUpdate()Aaron Schulz2016-09-021-22/+11
* Remove $recursionGuard var from tryOpportunisticExecute()Aaron Schulz2016-09-011-20/+10
* Remove unused custom transaction logic from DataUpdateAaron Schulz2016-09-014-132/+7
* Merge "Use transaction listener to run DeferredUpdates in CLI mode"jenkins-bot2016-09-011-0/+108
|\
| * Use transaction listener to run DeferredUpdates in CLI modeAaron Schulz2016-09-011-0/+108
* | Deprecate SqlDataUpdateAaron Schulz2016-09-011-0/+2
|/
* Links update class cleanupsAaron Schulz2016-08-312-66/+95
* LinksUpdate: Add functions returning changed page propertiescenarium2016-08-291-3/+34
* Clear SiteStats process cache after DB updateTim Starling2016-08-251-0/+6
* Move EnqueueableDataUpdate to a separate fileAaron Schulz2016-08-222-15/+15
* Move invalidatePages() to new PurgeJobUtils classAaron Schulz2016-08-232-51/+2
* Add convenience commitAndWaitForReplication() methodAaron Schulz2016-08-163-10/+26
* Merge "Database transaction flushing cleanups"jenkins-bot2016-08-162-10/+13
|\
| * Database transaction flushing cleanupsAaron Schulz2016-08-162-10/+13
* | Make various MWCallableUpdate usages rollback-safeAaron Schulz2016-08-154-7/+23
|/
* Canonicalise '@deprecated since' doc commentsBartosz Dziewoński2016-08-021-1/+1
* Renamed MWCallableUpdate class file to match the classAaron Schulz2016-07-261-0/+0
* Make statsd counts for MWCallableUpdate actually usefulAaron Schulz2016-07-215-12/+41
* Add AutoCommitUpdate class and replace some onTransactionIdle callersAaron Schulz2016-07-212-7/+71
* Merge "Simplify lock release in LinksDeletionUpdate"jenkins-bot2016-07-201-4/+2
|\
| * Simplify lock release in LinksDeletionUpdateAaron Schulz2016-07-191-4/+2
* | Merge "Convert SiteStatsUpdate to using newer addCallableUpdate method"jenkins-bot2016-07-201-1/+1
|\ \
| * | Convert SiteStatsUpdate to using newer addCallableUpdate methodAaron Schulz2016-07-191-1/+1
| |/
* | Merge "Improvements to RefreshLinksJob/DeleteLinksJob locking"jenkins-bot2016-07-191-8/+6
|\ \ | |/ |/|
| * Improvements to RefreshLinksJob/DeleteLinksJob lockingAaron Schulz2016-07-191-8/+6
* | Only store currently-existing categories in the categories tableBrad Jorsch2016-07-181-1/+16
|/
* Merge "Add statsd logging of DeferredUpdates"jenkins-bot2016-06-201-1/+4
|\
| * Add statsd logging of DeferredUpdatesAaron Schulz2016-06-181-1/+4
* | Provide CategoryAfterPageRemoved hook handlers with deleted page IDsAaron Schulz2016-06-201-1/+1
|/
* Merge "Use the specified page ID for LinksDeletionUpdate"jenkins-bot2016-06-141-3/+3
|\
| * Use the specified page ID for LinksDeletionUpdateAaron Schulz2016-06-131-3/+3