coolify/database/factories
Andras Bacsai 4d36265017 fix(api): improve scheduled tasks validation and delete logic
- Use explicit has() checks for timeout and enabled fields to properly handle falsy values
- Add validation to prevent empty update requests
- Optimize delete endpoint to use direct query deletion instead of fetch-then-delete
- Update factory to use Team::factory() for proper test isolation
2026-02-18 14:30:44 +01:00
..
ApplicationFactory.php test: setup database for upcoming tests 2024-12-04 12:43:52 +01:00
ScheduledTaskFactory.php fix(api): improve scheduled tasks validation and delete logic 2026-02-18 14:30:44 +01:00
ServerFactory.php test: setup database for upcoming tests 2024-12-04 12:43:52 +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 fix 2023-06-15 13:28:16 +02:00