aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Migrate another major batch to SelectQueryBuilder"jenkins-bot2023-09-201-14/+12
|\
| * Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-14/+12
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-195-5/+5
|/
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-192-2/+2
* Migrate several services to use ICP instead of LBAmir Sarabadani2023-09-162-19/+16
* Bump phan to 0.13.0Amir Sarabadani2023-09-111-3/+3
* deferred: Decouple DeferredUpdates from MediaWikiServicesTimo Tijhof2023-09-091-1/+1
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-082-3/+3
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-252-2/+2
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-1/+1
* Merge "objectcache: Remove IExpiringStore interface"jenkins-bot2023-08-081-2/+2
|\
| * objectcache: Remove IExpiringStore interfaceDerick Alangi2023-08-081-2/+2
* | Merge "Mass migrate Database::insert calls to InsertQueryBuilder"jenkins-bot2023-08-082-16/+13
|\ \ | |/ |/|
| * Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-072-16/+13
* | Remove unused ParsoidOutputAccess from PageUpdater classesSubramanya Sastry2023-08-032-14/+0
|/
* tests: Avoid database usage when possibleDaimona Eaytoy2023-07-311-1/+1
* Merge "Migrate more calls of Database::select* to SelectQueryBuilder"jenkins-bot2023-07-261-13/+8
|\
| * Migrate more calls of Database::select* to SelectQueryBuilderAmir Sarabadani2023-07-261-13/+8
* | Remove isRegistered checks from some UserEditTracker callersThalia2023-07-241-3/+1
|/
* ParsoidCachePrewarmJob: enable deduplicationdaniel2023-07-121-0/+1
* ParsoidCachePrewarmJob: Pass in a PageRecord to ::newSpec()Derick Alangi2023-07-101-1/+1
* Clean up dependency injection in RevertedTagUpdateAmir Sarabadani2023-06-221-64/+29
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-122-39/+29
* PageUpdater: Use ICP instead of LB/LBFAmir Sarabadani2023-05-102-20/+10
* Reorg: Namespace the Title classJames D. Forrester2023-03-023-3/+3
* Parsoid: cache warming job: add render reasondaniel2023-01-241-1/+3
* Merge "Parsoid: trigger cache warming on page view"jenkins-bot2023-01-241-1/+3
|\
| * Parsoid: trigger cache warming on page viewdaniel2023-01-231-1/+3
* | Merge "deferred,jobqueue,rdbms: Change logger->notice to info or warning"jenkins-bot2023-01-171-3/+3
|\ \
| * | deferred,jobqueue,rdbms: Change logger->notice to info or warningTimo Tijhof2023-01-141-3/+3
| |/
* / jobqueue: Document that RefreshLinksJob doesn't write to ParserCachedaniel2023-01-171-1/+8
|/
* Merge "Storage: Change LoadBalancer::getAnyOpenConnection to getConnectionRef"jenkins-bot2023-01-131-4/+2
|\
| * Storage: Change LoadBalancer::getAnyOpenConnection to getConnectionRefTimo Tijhof2023-01-131-4/+2
* | jobqueue: Warm parsoid parser cache using a jobDerick Alangi2023-01-111-43/+7
|/
* Use SlotRecord::MAIN instead of hard coded valueUmherirrender2023-01-031-2/+2
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-014-4/+4
* Merge "Update moveToExternal and resolveStubs"jenkins-bot2022-12-201-1/+11
|\
| * Update moveToExternal and resolveStubsTim Starling2022-12-201-1/+11
* | Storage: Migrate NameTableStore to SelectQueryBuilderAmir Sarabadani2022-12-161-8/+6
* | Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"jenkins-bot2022-12-161-5/+1
|\ \
| * | Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-5/+1
* | | Merge "PageEditStash: Serialize ad-hoc to restore WRITE_ALLOW_SEGMENTS"jenkins-bot2022-12-131-8/+28
|\ \ \
| * | | PageEditStash: Serialize ad-hoc to restore WRITE_ALLOW_SEGMENTSAaron Schulz2022-12-131-8/+28
| | |/ | |/|
* | | Parsoid: Enable lint data and parser cache togetherdaniel2022-12-121-0/+1
* | | Merge "Protect HistoryBlob storage against malicious class injection"jenkins-bot2022-12-071-2/+3
|\ \ \
| * | | Protect HistoryBlob storage against malicious class injectionTim Starling2022-12-021-2/+3
| | |/ | |/|
* | | Merge "PageUpdater: fix render reason"jenkins-bot2022-12-061-1/+1
|\ \ \
| * | | PageUpdater: fix render reasondaniel2022-12-061-1/+1
| |/ /
* / / When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-052-17/+55
|/ /
* | Merge "Introduce PageUpdateStatus"jenkins-bot2022-12-012-46/+165
|\ \