aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/SiteStatsUpdate.php
Commit message (Expand)AuthorAgeFilesLines
* Fix GREATEST usage in site_statsPppery2025-03-191-7/+4
* Use RawSQLValue for some SET clauses in update/upsertUmherirrender2024-05-291-4/+5
* SiteStatsupdate: update to use StatsFactoryCole White2024-05-041-2/+4
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-2/+2
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+7
* Use SQL expression builder in the first couple of placesBartosz Dziewoński2023-10-201-6/+6
* Switch to ICP in some easy casesAmir Sarabadani2023-09-261-2/+2
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-1/+1
* Migrate Database::upsert() calls to InsertQueryBuilderAmir Sarabadani2023-09-061-7/+7
* Migrate Database::update() to UpdateQueryBuilderAmir Sarabadani2023-06-081-7/+10
* Reorg: Move SiteStats*.php to SiteStats/Amir Sarabadani2023-04-271-0/+1
* SiteStats: Make sure initSiteStats.php re-distribute valuesAmir Sarabadani2022-08-221-1/+1
* Allow sharding in site_stats updateAmir Sarabadani2022-05-301-2/+27
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* deferred: Deprecate the SiteStatsUpdate constructor, use ::factory()Derick Alangi2022-04-121-2/+12
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Actor migration cleanup for SiteStatsUpdateTim Starling2021-04-071-11/+9
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Make SiteStatsUpdate avoid setting negative values in the tableAaron Schulz2020-02-151-3/+9
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Convert some private static arrays to constantsMax Semenik2019-10-161-6/+6
* Better docs to make phan happyDaimona Eaytoy2019-09-071-0/+1
* Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash useAaron Schulz2019-07-131-162/+38
* Switch various LoadBalancer::getConnection() callers to getConnectionRef()Aaron Schulz2019-07-121-2/+2
* Add test for WikiPage post-edit stats updateAaron Schulz2018-03-061-0/+6
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-4/+7
* Use `lock(,,0)` instead of `lockIsFree && lock(,,1)` for non-blocking locksTimo Tijhof2018-02-151-3/+1
* Various cleanup to SiteStats classesAaron Schulz2018-02-121-27/+34
* Do not include RC_EXTERNAL in number active users on Special:StatisticsBrian Wolff2017-09-291-0/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* SiteStatsUpdate: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-251-11/+12
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory()WMDE-Fisch2017-03-171-1/+2
* Make SiteStatsUpdate implement MergeableUpdateAaron Schulz2016-09-141-7/+14
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Clear SiteStats process cache after DB updateTim Starling2016-08-251-0/+6
* Convert SiteStatsUpdate to using newer addCallableUpdate methodAaron Schulz2016-07-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Convert SiteStatsUpdate to using getMainStashInstance()Aaron Schulz2015-10-311-12/+8
* Update various @params from DatabaseBase to IDatabaseAaron Schulz2015-10-051-1/+1
* Update context stats in SiteStatsUpdateOri Livneh2015-05-281-0/+12
* Removed SpecialStatistics query group; vslow is enoughAaron Schulz2015-04-091-1/+1
* Remove hitcounters and associated codeChad Horohoe2014-10-201-8/+1
* Update documentation and formatting for includes/deferred/Siebrand Mazeland2013-11-201-15/+23
* Update formatting on includes/deferred/Siebrand Mazeland2013-11-201-3/+4
* Move the DeferredUpdates hierarchy to its own directoryTim Starling2013-11-041-0/+245