coolify/app/Livewire/Project/Service
Andras Bacsai 796bb3a19d feat: Refactor service database management and backup functionalities
- Introduced a new sidebar component for service database navigation.
- Updated routes for database import and backup functionalities.
- Refactored the database import view to improve clarity and maintainability.
- Consolidated service application and database views into a more cohesive structure.
- Removed deprecated service application view and integrated its functionalities into the service index.
- Enhanced user experience with modal confirmations for critical actions.
- Improved code readability and organization across various components.
2026-01-02 16:29:48 +01:00
..
Configuration.php fix: prevent duplicate services on image change and enable real-time UI refresh 2025-10-14 10:12:36 +02:00
DatabaseBackups.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00
EditCompose.php Complete Livewire legacy model binding migration (25+ components) 2025-10-13 15:38:59 +02:00
EditDomain.php refactor: streamline required port retrieval in EditDomain and ServiceApplicationView; add environment_variables method in ServiceApplication 2025-11-10 14:15:53 +01:00
FileStorage.php fix: skip password confirmation for OAuth users 2025-12-12 14:12:02 +01:00
Heading.php Fix loading icon showing during automatic status checks 2025-10-24 12:58:52 +02:00
Index.php feat: Refactor service database management and backup functionalities 2026-01-02 16:29:48 +01:00
StackForm.php fix: ensure service state is refreshed and compose configurations are saved after submission 2025-11-10 14:44:11 +01:00
Storage.php fix: Prevent N+1 query in LocalPersistentVolume.isDockerComposeResource() 2025-12-11 21:23:46 +01:00