aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/getLagTimes.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: getLagTimes migrate to StatsFactoryCole White2024-05-151-2/+15
* maintenance: show broken replicas in getLagTimesAntoine Musso2024-02-271-2/+6
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* rdbms: fix loadbalancer.lag metrics to consistently use gauge()Aaron Schulz2023-04-031-1/+1
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Send integer ms to DB lag time guage instead of secondsAaron Schulz2017-04-031-20/+27
* Improve getLagTimes.php output and add statsD flagAaron Schulz2016-11-041-7/+17
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-241-0/+8
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-4/+4
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-17/+42
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-27/+16
* Merge maintenance-work branch:Chad Horohoe2009-06-241-16/+27
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+4
* * Introduced LBFactory -- an abstract class for configuring database load bal...Tim Starling2008-03-301-3/+5
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+0
* Apply most of the code tweaks from the live site:Brion Vibber2007-01-171-1/+2
* add cute barchartBrion Vibber2006-12-051-1/+2
* * silly script to dump lag time for each databaseBrion Vibber2006-12-051-0/+22