coolify/database/factories
Andras Bacsai 7ae76ebc79 test(factories): add missing model factories for app test suite
Enable `HasFactory` on `Environment`, `Project`, `ScheduledTask`, and
`StandaloneDocker`, and add dedicated factories for related models to
stabilize feature/unit tests.

Also bump `visus/cuid2` to `^6.0` and refresh `composer.lock` with the
resulting dependency updates.
2026-03-03 09:50:05 +01:00
..
ApplicationFactory.php
EnvironmentFactory.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
ProjectFactory.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
ScheduledTaskFactory.php fix(api): improve scheduled tasks validation and delete logic 2026-02-18 14:30:44 +01:00
ServerFactory.php
ServiceFactory.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
StandaloneDockerFactory.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
TeamFactory.php refactor(dashboard): remove deployment loading logic and introduce DeploymentsIndicator component for better UI management 2025-09-30 11:43:30 +02:00
UserFactory.php