coolify/app/Livewire/Project
Andras Bacsai 61f47cc7ee feat(deployments): support Docker image tags for preview deployments
Add end-to-end support for `docker_registry_image_tag` in preview and deployment queue flows.

- Extend deploy API to accept `pull_request_id` alias and `docker_tag` for preview deploys
- Persist preview-specific Docker tags on `application_previews` and `application_deployment_queues`
- Pass tag through `queue_application_deployment()` and de-duplicate queued jobs by tag
- Update deployment job logic to resolve and use preview Docker tags for dockerimage build packs
- Update Livewire previews UI/state to manage per-preview tags and manual preview/tag inputs
- Add migration for new tag columns and model fillable/casts updates
- Add feature and unit tests covering API behavior and tag resolution
2026-03-30 13:35:35 +02:00
..
Application feat(deployments): support Docker image tags for preview deployments 2026-03-30 13:35:35 +02:00
Database fix(database): auto-generate missing CA cert on SSL regeneration 2026-03-30 13:10:49 +02:00
New refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Resource refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Service fix(storage): use escapeshellarg for volume names in shell commands 2026-03-26 11:06:30 +01:00
Shared fix(clone): include uuid field when cloning persistent volumes 2026-03-30 00:06:45 +02:00
AddEmpty.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
CloneMe.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
DeleteEnvironment.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
DeleteProject.php refactor: scope server and project queries to current team 2026-03-28 12:29:08 +01:00
Edit.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
EnvironmentEdit.php refactor(redirect): replace redirect calls with redirectRoute helper for consistency 2025-12-26 13:29:59 +01:00
Index.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
Show.php refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00