coolify/app/Livewire/Project/Application
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
..
Deployment feat(deployment): add pull request filtering and pagination to deployment and backup execution components 2025-07-13 12:36:53 +02:00
Preview Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Advanced.php feat(git-settings): add support for shallow cloning in application settings 2025-08-21 10:16:57 +02:00
Configuration.php fix(application-configuration): prevent access to preview deployments for deploy_key applications and update menu visibility accordingly 2025-05-30 14:15:07 +02:00
DeploymentNavbar.php fix(deployment): improve server selection for deployment cancellation 2025-02-12 10:51:26 +01:00
General.php refactor(validation): implement centralized validation patterns across components 2025-08-19 14:15:31 +02:00
Heading.php fix(application-management): improve stop messages for application, database, and service to enhance clarity and formatting 2025-05-30 14:04:43 +02:00
Previews.php feat(previews): implement soft delete and cleanup for ApplicationPreview, enhancing resource management in DeleteResourceJob 2025-07-14 21:17:40 +02:00
PreviewsCompose.php feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
Rollback.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Source.php fix(github): changing github app breaks the webhook. it does not anymore 2025-06-21 19:28:38 +02:00
Swarm.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00