aboutsummaryrefslogtreecommitdiffstats
path: root/includes/poolcounter
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* PoolCounter: holding-the-lock otel spansChris Danis2025-01-062-1/+34
* Replace isset() with falsy checksUmherirrender2024-12-193-6/+6
* objectcache: Move RedisConnRef.php to /libs/objectcache/Timo Tijhof2024-10-281-2/+2
* Merge "Use explicit nullable type on parameter arguments"jenkins-bot2024-10-161-1/+1
|\
| * Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* | Use MetricsInterface::setLabels() for parsercache_selective_* statsC. Scott Ananian2024-10-161-8/+8
|/
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-153-4/+4
* Parsoid selective update metrics: add labels for wiki id and content modelC. Scott Ananian2024-10-081-2/+7
* Add namespace to Wikimedia\Redis libsJames D. Forrester2024-09-271-2/+2
* stats: collect timing information for parsercache_selective_* sampleC. Scott Ananian2024-09-191-11/+19
* Fix names of parsercache_selective_* statsC. Scott Ananian2024-09-191-1/+1
* Merge "Add missing documentation to class properties (miscellaneous classes)"jenkins-bot2024-09-171-0/+2
|\
| * Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+2
* | Randomly sample statistics for Parsoid Selective UpdateC. Scott Ananian2024-09-133-4/+41
|/
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-233-4/+19
* Fix various version mention for class_aliasUmherirrender2024-07-058-8/+8
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-198-24/+8
* PoolCounter: Adopt PSR logger in PoolCounter objectsTimo Tijhof2024-03-025-10/+33
* ParserOutputAccess: only use PoolCounter if the caller asks for it.daniel2024-02-291-14/+5
* [poolcounter] Remove incomplete workaround for T48014C. Scott Ananian2024-02-071-6/+1
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-5/+4
* PoolCounter: Namespace classesAmir Sarabadani2023-12-2010-33/+103
* Namespace ParserOutputJames D. Forrester2023-12-142-0/+2
* PoolCounterConnectionManager: Add support for ipv6Paladox2023-12-131-4/+19
* Revert "PoolCounterConnectionManager: Add support for ipv6"Ladsgroup2023-11-301-8/+4
* PoolCounterConnectionManager: Add support for ipv6Paladox2023-11-131-4/+8
* PoolWorkArticleView: Remove unsatisfiable checkSubramanya Sastry2023-09-291-4/+0
* PoolWorkArticleView: Separate slow-parsoid and slow-parse logsSubramanya Sastry2023-09-121-1/+2
* rdbms: Inject CP instead of relying on LBFAmir Sarabadani2023-09-041-1/+6
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-259-2/+12
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* ParserCache: add an option to explicitly trigger links updateDavid Causse2023-05-161-3/+10
* PoolCounterRedis: Fix wrong cast, locks weren't being releasedJesús Martínez Novo2023-02-011-2/+2
* Replace some usages of MWExceptionDaimona Eaytoy2023-01-261-2/+2
* poolcounter: Create PoolCounterFactory service classTimo Tijhof2023-01-195-64/+76
* poolcounter: Merge Client and ConnectionManager from extension repoTimo Tijhof2022-12-145-1/+331
* Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
* poolcounter: Clean up file headers and `@ingroup`Timo Tijhof2022-09-298-59/+43
* poolcounter: Avoid calling parent::doWork in PoolWorkArticleView classesThiemo Kreuz2022-05-133-8/+18
* Remove access to config globals from more classesdaniel2022-04-281-3/+6
* Inline trivial getter in PoolWorkArticleViewThiemo Kreuz2022-04-262-13/+6
* Remove meaningless conditional from PoolWorkArticleViewOldThiemo Kreuz2022-04-191-1/+1
* Untangle dependencies between PoolWorkArticleView subclassesThiemo Kreuz2022-04-113-56/+39
* Change ParserOutputAccess workers to work with Status objectsThiemo Kreuz2022-04-084-70/+30
* Move "dirty" logic to PoolWorkArticleView subclass that uses itThiemo Kreuz2022-04-082-26/+14
* Rearrange PoolWorkArticleViewCurrent::fallback() for clarityThiemo Kreuz2022-04-061-12/+10
* ParserOutputAccess: Allow calling getPO with option of not saving in PCAmir Sarabadani2022-04-011-2/+4
* Merge "Use updated ObjectFactory namespace"jenkins-bot2022-03-121-1/+1
|\
| * Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1