coolify/app/Livewire/Project/Database
Andras Bacsai 5c4a265542 refactor(validation): implement centralized validation patterns across components
- Introduced `ValidationPatterns` class to standardize validation rules and messages for various fields across multiple components.
- Updated components including `General`, `StackForm`, `Create`, and `Show` to utilize the new validation patterns, ensuring consistent validation logic.
- Enhanced error messages for required fields and added regex validation for names and descriptions to improve user feedback.
- Adjusted styling in the `create.blade.php` view for better visual hierarchy.
2025-08-19 14:15:31 +02:00
..
Backup Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Clickhouse refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Dragonfly refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Keydb refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Mariadb refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Mongodb refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Mysql refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Postgresql refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Redis refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
BackupEdit.php feat(backup): add disable local backup option and related logic for S3 uploads 2025-08-17 12:34:20 +02:00
BackupExecutions.php feat(deployment): add pull request filtering and pagination to deployment and backup execution components 2025-07-13 12:36:53 +02:00
BackupNow.php refactor 2024-12-16 10:38:18 +01:00
Configuration.php improvement(core): simplify events for app/db/service status changes 2025-05-19 21:50:32 +02:00
CreateScheduledBackup.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Heading.php fix(database): conditionally set started_at only if the database is running 2025-08-18 12:09:58 +02:00
Import.php fix(database): adjust MongoDB restore command and import view styling 2025-01-28 12:41:22 +01:00
InitScript.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ScheduledBackups.php feat(backup): implement custom database type selection and enhance scheduled backups management 2025-04-30 16:44:44 +02:00