aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/deferred
Commit message (Expand)AuthorAgeFilesLines
* rdbms: remove MWLBFactory::applyGlobalState deferred update logicAaron Schulz2024-12-192-0/+3
* search: Move SearchUpdate.php to /includes/search directoryTimo Tijhof2024-11-261-71/+0
* rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChanges()Aaron Schulz2024-10-091-1/+0
* ParserOutput::setPageProperty(): emit deprecation warnings for non-stringsC. Scott Ananian2024-10-042-2/+5
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+1
* tests: Remove reset of services in testsUmherirrender2024-09-051-6/+0
* build: Use inline ignore for Generic.CodeAnalysis.AssignmentInConditionUmherirrender2024-09-011-0/+2
* Merge "deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinks"jenkins-bot2024-08-231-8/+24
|\
| * deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinksUmherirrender2024-07-301-8/+24
* | Merge "deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs"jenkins-bot2024-08-201-37/+0
|\ \
| * | deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobsAaron Schulz2024-08-201-37/+0
| |/
* / Add namespace to WikitextContentEbrahim Byagowi2024-08-061-0/+1
|/
* Replace db with getDb for TestsWandji692024-06-232-6/+6
* Merge "schema: Drop old pagelinks columns"jenkins-bot2024-06-181-7/+10
|\
| * schema: Drop old pagelinks columnsAmir Sarabadani2024-06-181-7/+10
* | tests: Use namespaced classes (1)Umherirrender2024-06-142-0/+2
|/
* Add namespace and deprecation alias to RefreshSecondaryDataUpdateEbrahim Byagowi2024-05-201-1/+2
* tests: Migrate assertSelect() to SelectQueryBuilder in LinksUpdateTestUmherirrender2024-05-081-1/+5
* Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecatedAmir Sarabadani2024-04-301-1/+1
* ParserOutput: Rename ::setIndexedPageProperty() to ::setNumericPageProperty()C. Scott Ananian2024-04-151-33/+29
* Add ParserOutput::setIndexedPageProperty(); deprecate numeric propertiesC. Scott Ananian2024-04-051-31/+80
* LinksUpdateTest: override InterwikiLookup serviceC. Scott Ananian2024-03-291-10/+21
* Merge "ParserOutput::setPageProperty(): Emit deprecation warning for non-scal...jenkins-bot2024-03-111-0/+1
|\
| * ParserOutput::setPageProperty(): Emit deprecation warning for non-scalar valuesC. Scott Ananian2024-02-201-0/+1
* | tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-163-16/+16
|/
* tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-274-15/+15
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-222-3/+3
* tests: Change $wgCommandLineMode hacks to preventOpportunisticUpdates()Bartosz Dziewoński2023-12-122-17/+13
* Merge "ParserOutput: Allow passing LinkTarget to title-related methods"jenkins-bot2023-12-112-20/+20
|\
| * ParserOutput: Allow passing LinkTarget to title-related methodsC. Scott Ananian2023-12-082-20/+20
* | tests: Use namespaced classesUmherirrender2023-12-111-0/+1
* | DeferredUpdates: Fix logging for opportunistic enqueueGergő Tisza2023-12-061-0/+36
|/
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-225-1/+14
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-212-31/+0
* tests: Avoid raw sql fragments in LinksUpdateTestUmherirrender2023-11-151-21/+21
* LinksUpdate: Compare raw domain and path for externallinks tableUmherirrender2023-11-141-0/+52
* Autofix spacing around commasDaimona Eaytoy2023-10-251-1/+1
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-253-6/+5
* tests: Migrate more cases to SQBAmir Sarabadani2023-09-211-2/+10
* Merge "tests: Migrate more easy cases to SQB"jenkins-bot2023-09-191-2/+8
|\
| * tests: Migrate more easy cases to SQBAmir Sarabadani2023-09-181-2/+8
* | Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-182-0/+2
|/
* Merge "rdbms: Introduce ReplaceQueryBuilder"jenkins-bot2023-09-101-7/+6
|\
| * rdbms: Introduce ReplaceQueryBuilderAmir Sarabadani2023-09-081-7/+6
* | deferred: Decouple DeferredUpdates from MediaWikiServicesTimo Tijhof2023-09-091-2/+1
|/
* Schema: Drop old externallinks columns and indexesAmir Sarabadani2023-09-051-7/+7
* deferred: Restore MWCallableUpdate integration `@covers`Timo Tijhof2023-08-241-0/+6
* deferred: Widen `@covers` annotations in unit testsTimo Tijhof2023-08-225-89/+24
* deferred: Drop support for DeferredUpdatesManagerDerick Alangi2023-08-211-511/+0
* Avoid DB access in non-database testsDaimona Eaytoy2023-08-061-0/+2