1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 22:44:04 +00:00
tenancy/tests
khaledSayed93 3498a3f9c2 Enhance tenant migration command to support parallel execution
- Added a `--parallel` option to the Migrate command for concurrent tenant migrations.
- Introduced a `parallel-batch-size` option to control the number of concurrent migrations.
- Implemented a new method `runParallel` to handle parallel migrations.
- Updated the `handle` method to initiate parallel migrations when the option is set.
- Added tests to verify the functionality of the parallel migration option.
2026-03-28 23:09:42 +02:00
..
Etc Merge hotfix branch (#834) 2022-03-30 18:00:55 +02:00
Features Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
AutomaticModeTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
BootstrapperTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
CachedTenantResolverTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
CacheManagerTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
CombinedDomainAndSubdomainIdentificationTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
CommandsTest.php Enhance tenant migration command to support parallel execution 2026-03-28 23:09:42 +02:00
DatabasePreparationTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
DatabaseUsersTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
DomainTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
EventListenerTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
GlobalCacheTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
MaintenanceModeTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
PathIdentificationTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
QueueTest.php Fix TestWith usage 2025-07-28 17:30:49 +02:00
RequestDataIdentificationTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
ResourceSyncingTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
ScopeSessionsTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
SingleDatabaseTenancyTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
SubdomainTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
TenantAssetTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
TenantAwareCommandTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
TenantDatabaseManagerTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
TenantModelTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
TenantUserImpersonationTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00
TestCase.php [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
UniversalRouteTest.php Change @test annotations to #[Test] attributes 2025-07-28 17:20:58 +02:00