index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
deferred
/
SiteStatsUpdate.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix GREATEST usage in site_stats
Pppery
2025-03-19
1
-7
/
+4
*
Use RawSQLValue for some SET clauses in update/upsert
Umherirrender
2024-05-29
1
-4
/
+5
*
SiteStatsupdate: update to use StatsFactory
Cole White
2024-05-04
1
-2
/
+4
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-1
/
+1
*
Change uses of getDBLoadBalancerFactory() to getConnectionProvider()
Bartosz Dziewoński
2024-01-22
1
-2
/
+2
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+7
*
Use SQL expression builder in the first couple of places
Bartosz Dziewoński
2023-10-20
1
-6
/
+6
*
Switch to ICP in some easy cases
Amir Sarabadani
2023-09-26
1
-2
/
+2
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-1
/
+1
*
Migrate Database::upsert() calls to InsertQueryBuilder
Amir Sarabadani
2023-09-06
1
-7
/
+7
*
Migrate Database::update() to UpdateQueryBuilder
Amir Sarabadani
2023-06-08
1
-7
/
+10
*
Reorg: Move SiteStats*.php to SiteStats/
Amir Sarabadani
2023-04-27
1
-0
/
+1
*
SiteStats: Make sure initSiteStats.php re-distribute values
Amir Sarabadani
2022-08-22
1
-1
/
+1
*
Allow sharding in site_stats update
Amir Sarabadani
2022-05-30
1
-2
/
+27
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-1
/
+2
*
deferred: Deprecate the SiteStatsUpdate constructor, use ::factory()
Derick Alangi
2022-04-12
1
-2
/
+12
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Actor migration cleanup for SiteStatsUpdate
Tim Starling
2021-04-07
1
-11
/
+9
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Make SiteStatsUpdate avoid setting negative values in the table
Aaron Schulz
2020-02-15
1
-3
/
+9
*
Set method visibility for various constructors
Umherirrender
2019-12-03
1
-1
/
+1
*
Convert some private static arrays to constants
Max Semenik
2019-10-16
1
-6
/
+6
*
Better docs to make phan happy
Daimona Eaytoy
2019-09-07
1
-0
/
+1
*
Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use
Aaron Schulz
2019-07-13
1
-162
/
+38
*
Switch various LoadBalancer::getConnection() callers to getConnectionRef()
Aaron Schulz
2019-07-12
1
-2
/
+2
*
Add test for WikiPage post-edit stats update
Aaron Schulz
2018-03-06
1
-0
/
+6
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
1
-4
/
+7
*
Use `lock(,,0)` instead of `lockIsFree && lock(,,1)` for non-blocking locks
Timo Tijhof
2018-02-15
1
-3
/
+1
*
Various cleanup to SiteStats classes
Aaron Schulz
2018-02-12
1
-27
/
+34
*
Do not include RC_EXTERNAL in number active users on Special:Statistics
Brian Wolff
2017-09-29
1
-0
/
+1
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
SiteStatsUpdate: Avoid deprecated wfMemcKey()
Kunal Mehta
2017-05-25
1
-11
/
+12
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+1
*
Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory()
WMDE-Fisch
2017-03-17
1
-1
/
+2
*
Make SiteStatsUpdate implement MergeableUpdate
Aaron Schulz
2016-09-14
1
-7
/
+14
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Clear SiteStats process cache after DB update
Tim Starling
2016-08-25
1
-0
/
+6
*
Convert SiteStatsUpdate to using newer addCallableUpdate method
Aaron Schulz
2016-07-19
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-12
/
+12
*
Convert SiteStatsUpdate to using getMainStashInstance()
Aaron Schulz
2015-10-31
1
-12
/
+8
*
Update various @params from DatabaseBase to IDatabase
Aaron Schulz
2015-10-05
1
-1
/
+1
*
Update context stats in SiteStatsUpdate
Ori Livneh
2015-05-28
1
-0
/
+12
*
Removed SpecialStatistics query group; vslow is enough
Aaron Schulz
2015-04-09
1
-1
/
+1
*
Remove hitcounters and associated code
Chad Horohoe
2014-10-20
1
-8
/
+1
*
Update documentation and formatting for includes/deferred/
Siebrand Mazeland
2013-11-20
1
-15
/
+23
*
Update formatting on includes/deferred/
Siebrand Mazeland
2013-11-20
1
-3
/
+4
*
Move the DeferredUpdates hierarchy to its own directory
Tim Starling
2013-11-04
1
-0
/
+245