coolify/app/Livewire/Project
Andras Bacsai a6fc39e798 feat(git-settings): add support for shallow cloning in application settings
- Introduced a new boolean setting `is_git_shallow_clone_enabled` to the application settings model.
- Updated the `Advanced` component to include a checkbox for enabling shallow cloning.
- Modified the `setGitImportSettings` and `generateGitImportCommands` methods to handle shallow clone logic.
- Created a migration to add the new setting to the database schema.
- Enhanced the deployment process to utilize shallow cloning for improved performance.
2025-08-21 10:16:57 +02:00
..
Application feat(git-settings): add support for shallow cloning in application settings 2025-08-21 10:16:57 +02:00
Database refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
New refactor(docker-compose): replace hardcoded Docker Compose configuration with external YAML template for improved database detection testing 2025-06-04 11:32:06 +02:00
Resource feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
Service refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Shared feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
AddEmpty.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
CloneMe.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
DeleteEnvironment.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
DeleteProject.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Edit.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
EnvironmentEdit.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
Index.php fix(ui): Disable livewire navigate feature (causing spam of setInterval()) 2025-04-29 09:04:24 +02:00
Show.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00