aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/deferred/LinksUpdateTest.php
Commit message (Expand)AuthorAgeFilesLines
* ParserOutput::setPageProperty(): emit deprecation warnings for non-stringsC. Scott Ananian2024-10-041-1/+4
* 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
* | Add namespace to WikitextContentEbrahim Byagowi2024-08-061-0/+1
|/
* Replace db with getDb for TestsWandji692024-06-231-4/+4
* 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-141-0/+1
|/
* tests: Migrate assertSelect() to SelectQueryBuilder in LinksUpdateTestUmherirrender2024-05-081-1/+5
* 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-161-13/+13
|/
* tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-271-8/+8
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz DziewoƄski2024-01-221-1/+1
* ParserOutput: Allow passing LinkTarget to title-related methodsC. Scott Ananian2023-12-081-17/+17
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-16/+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-251-3/+2
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* rdbms: Introduce ReplaceQueryBuilderAmir Sarabadani2023-09-081-7/+6
* Schema: Drop old externallinks columns and indexesAmir Sarabadani2023-09-051-7/+7
* deferred: Widen `@covers` annotations in unit testsTimo Tijhof2023-08-221-15/+12
* Merge "Migrate assertSelect() to SelectQueryBuilder"jenkins-bot2023-07-031-49/+42
|\
| * Migrate assertSelect() to SelectQueryBuilderTim Starling2023-06-281-49/+42
* | Fix unused parameters in assertRecentChangeByCategorizationTim Starling2023-06-271-11/+1
|/
* phpunit: Update `@covers` annotations for namespaced classesFunc2023-05-271-3/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* rdbms: Consolidate logger channels into oneTimo Tijhof2023-01-031-0/+10
* Use short array destructuring instead of list()Tim Starling2022-10-211-26/+26
* schema: Drop tl_title and tl_namespace fields from templatelinksAmir Sarabadani2022-09-061-6/+8
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-8/+7
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-4/+4
* Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`Derick Alangi2022-06-161-5/+5
* LinksTable: Cast all array keys to stringTim Starling2022-02-141-0/+68
* Merge "Avoid unneeded category count updates on moves"jenkins-bot2022-02-011-3/+48
|\
| * Avoid unneeded category count updates on movesUmherirrender2022-01-171-3/+48
* | Fix page_props DELETE/INSERT on null editTim Starling2022-01-311-0/+40
* | Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+1
* | Adjust il_from_namespace on cross namespace movesUmherirrender2022-01-151-0/+33
|/
* Move LinksUpdate and LinksDeletionUpdate into the new namespaceTim Starling2022-01-041-0/+1
* Move the link updates from moveUnsafe() to LinksUpdateTim Starling2022-01-041-17/+105
* LinksUpdate refactorTim Starling2022-01-041-0/+12