aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/ActorMigrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-848/+0
* Use short array destructuring instead of list()Tim Starling2022-10-211-5/+5
* tests: Use namespaced IDatabase classUmherirrender2022-05-281-0/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-5/+4
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-358/+350
* Split a base class out of ActorMigrationTim Starling2021-05-031-51/+66
* Remove $actor field from UsererIdentityValuedaniel2021-04-131-17/+10
* Deprecate UserIdentity::getActorId()daniel2021-03-131-2/+54
* Merge "ActorNormalization should require a DB connection."jenkins-bot2021-03-101-1/+2
|\
| * ActorNormalization should require a DB connection.daniel2021-03-101-1/+2
* | ActorMigration: remove unused UserFactoryDannyS7122021-03-101-4/+0
|/
* Merge "Rewrite ActorMigration test to not manipulate the original"jenkins-bot2021-03-081-59/+47
|\
| * Rewrite ActorMigration test to not manipulate the originalThiemo Kreuz2021-02-161-59/+47
* | Avoid using UserIdentity::getUserIdVadim Kovalenko2021-03-021-2/+2
* | Hard-deprecate IDatabase parameter for UserIdentity:getActorId()Cindy Cicalese2021-02-171-1/+2
|/
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Introduce ActorStore, ActorLookup and ActorFactory.Petr Pchelko2021-02-081-24/+11
* Normalize IP addresses before writing/reading actor.actor_nameGergő Tisza2021-01-261-7/+13
* More misc test cleanupDannyS7122020-12-241-1/+1
* Inject UserFactory into ActorMigrationDannyS7122020-10-131-1/+6
* Inject UserNameUtils into ActorMigration serviceDannyS7122020-10-121-13/+18
* Replace complicated assertions with assertIsString() and suchThiemo Kreuz2020-01-281-1/+1
* ActorMigration: Improve getWhere() handling of $usersBrad Jorsch2019-12-041-6/+42
* Have Database::addQuotes() pass through bare integers without quotingTim Starling2019-11-181-18/+18
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-6/+6
* Clean up most of b/c for phpunit4Amir Sarabadani2019-10-061-3/+3
* Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-210/+242
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-1/+0
* Inline trivial object creation helpers in testsThiemo Kreuz2019-05-281-20/+11
* Default $wgActorTableSchemaMigrationStage to SCHEMA_COMPAT_NEWBrad Jorsch2019-05-011-9/+25
* Remove many references to db fields being retired as part of MCR Schema Migra...Bill Pirkle2019-03-191-2/+0
* Mostly drop old comment schemasBrad Jorsch2019-02-071-4/+4
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-163/+201
* CommentStore: Hard-deprecate newKey()James D. Forrester2018-09-201-2/+3
* Introduce new schema flags and use them in RevisionStore.daniel2018-07-021-6/+7
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-0/+695