aboutsummaryrefslogtreecommitdiffstats
path: root/includes/poolcounter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Fix various documentation related to null types (part II)"jenkins-bot2022-03-091-3/+3
|\ \
| * | Fix various documentation related to null types (part II)Umherirrender2022-03-081-3/+3
| |/
* / Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
|/
* Add explicit casts between scalar typesUmherirrender2022-03-011-2/+2
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+4
* Remove or replace usages of "sane"Reedy2021-11-221-2/+2
* Remove or replace usages of "sanity"Reedy2021-11-191-4/+4
* doc: Cleanup @param documentationUmherirrender2021-11-041-1/+1
* Add slow-parsoid log channelTim Starling2021-09-151-2/+1
* Add comment to fall-through cases in switchUmherirrender2021-04-151-1/+1
* Convert ParserOutputAccess to PageRecord.Petr Pchelko2021-04-051-6/+15
* Introduce RevisionOutputCachedaniel2020-12-141-98/+10
* Make ParserCache respect ParserOptions::isSafeToCachePetr Pchelko2020-12-021-1/+12
* PoolWorkArticleViewOld: use WANObjectCachedaniel2020-11-301-3/+3
* Introduce JsonCodec to help with serialization/deserializationPetr Pchelko2020-11-191-32/+13
* PoolWorkArticleView: inject loggerdaniel2020-11-183-25/+55