aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/objectcache
Commit message (Expand)AuthorAgeFilesLines
...
* objectcache: Remove deprecated unused method from BagOStuff classDerick Alangi2024-07-061-27/+0
* objectcache: Remove unused key (`$i`) in `foreach()` loopDerick Alangi2024-07-051-1/+1
* objectcache: inject the timestamp into WANObjectCache::fetchKeys()Aaron Schulz2024-07-031-8/+9
* Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-0/+1
* Remove auto-generated "Class ClassName" commentsthiemowmde2024-05-061-3/+0
* objectcache: Drop SerializedValueContainer::isUnifiedDerick Alangi2024-04-231-22/+3
* objectcache: remove deprecated QOS_EMULATION_SQL constantAaron Schulz2024-03-271-3/+0
* objectcache: Deprecate `SerializedValueContainer::isUnified()`Derick Alangi2024-03-192-4/+5
* Merge "objectcache: Drop `SerializedValueContainer::newUnified()`"jenkins-bot2024-03-181-13/+0
|\
| * objectcache: Drop `SerializedValueContainer::newUnified()`Derick Alangi2024-03-181-13/+0
* | Fix some spelling errorsTim Starling2024-03-182-3/+3
|/
* build: Fix line indentsUmherirrender2024-03-111-3/+3
* objectcache: Migrate BagOStuff from StatsdD to StatsLibDerick Alangi2024-02-272-29/+55
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-1/+1
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-9/+9
* Merge "objectcache: Soft deprecate ReplicatedBagOStuff"jenkins-bot2023-12-211-0/+2
|\
| * objectcache: Soft deprecate ReplicatedBagOStuffDerick Alangi2023-12-191-0/+2
* | ServiceWiring: Replace $wgCommandLineMode checks with MW_ENTRY_POINT (follow-up)Bartosz Dziewoński2023-12-191-1/+1
|/
* Use thousands separators in selected integer literalsTim Starling2023-12-126-12/+12
* objectcache: rename TINY_POSTIVE constant to TINY_POSITIVEAmmarpad2023-12-091-2/+2
* objectcache: Hard-deprecate `BagOStuff::setNewPreparedValues()`Derick Alangi2023-11-221-1/+2
* objectcache: Stop using wfGetDb() in documentationAmir Sarabadani2023-10-311-9/+9
* objectcache: fix BagOStuff::watchErrors() commentAaron Schulz2023-10-041-1/+1
* http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-121-1/+1
* objectcache: Hard deprecate SerializedValueContainer::newUnified()Derick Alangi2023-08-181-0/+2
* WANObjectCache: don't set a hold-off when the cache is emptyTim Starling2023-08-151-2/+3
* objectcache: Remove unused `$walltime` parameter in WANObjectCacheDerick Alangi2023-08-091-7/+3
* objectcache: Remove IExpiringStore interfaceDerick Alangi2023-08-081-15/+0
* objectcache: Reduce boilerplate and indirection around makeKey()Timo Tijhof2023-08-0314-234/+147
* objectcache: remove deprecated BagOStuff::addBusyCallback() methodAaron Schulz2023-08-015-28/+0
* Merge "objectcache: Fix foreach warning in ReplicatedBagOStuff"jenkins-bot2023-07-311-1/+1
|\
| * objectcache: Fix foreach warning in ReplicatedBagOStuffTimo Tijhof2023-07-171-1/+1
* | objectcache: Remove unused WRAPPER_COLLECTION_CALLBACK featureTimo Tijhof2023-07-242-84/+6
|/
* Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-3/+2
* objectcache: deprecate ATTR_EMULATION/QOS_EMULATION_SQLAaron Schulz2023-05-171-2/+2
* objectcache: Remove keyHigh* attributes from WANObjectCacheAmir Sarabadani2023-05-161-21/+0
* objectcache: Remove stat keys also from READMEUmherirrender2023-05-051-57/+0
* objectcache: Remove WANObjectCache's internal cool-off bounce featureTimo Tijhof2023-04-291-81/+2
* Simplify RedisBagOStuff::incrWithInitTim Starling2023-03-271-21/+11
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-2/+0
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-252-4/+4
* Merge "Fix some typos"jenkins-bot2023-03-231-1/+1
|\
| * Fix some typosMatěj Suchánek2023-03-211-1/+1
* | Merge "objectcache: fix RedisBagOStuff::incrWithInit() return value"jenkins-bot2023-03-221-4/+21
|\ \
| * | objectcache: fix RedisBagOStuff::incrWithInit() return valueAaron Schulz2023-03-201-4/+21
* | | Merge "objectcache: fix connections in RedisBagOStuff multi methods"jenkins-bot2023-03-221-102/+86
|\ \ \
| * | | objectcache: fix connections in RedisBagOStuff multi methodsAaron Schulz2023-03-201-102/+86
| |/ /
* | | Merge "objectcache: remove FLD_GENERATION_TIME field from WANCache entries"jenkins-bot2023-03-221-7/+1
|\ \ \ | |/ / |/| |
| * | objectcache: remove FLD_GENERATION_TIME field from WANCache entriesAaron Schulz2023-03-191-7/+1