coolify/resources/views/livewire/project/new
Andras Bacsai 20b4288916 fix: improve Docker image digest handling and add auto-parse feature
- Replace manual regex parsing with DockerImageParser in ApplicationsController
- Fix double-decoration bug where image names like nginx@sha256:hash would
  become nginx:hash@sha256 causing malformed references
- Add auto-parse feature in Livewire DockerImage component
- Users can now paste complete references like nginx:stable@sha256:abc123...
  and fields auto-populate
- Update UI placeholder with examples: nginx, docker.io/nginx:latest,
  ghcr.io/user/app:v1.2.3, nginx:stable@sha256:abc123...
- Add comprehensive unit tests for auto-parse functionality
- All tests passing (20 tests, 73 assertions)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 10:19:01 +02:00
..
docker-compose.blade.php fix: monaco editor 2024-06-24 11:21:39 +02:00
docker-image.blade.php fix: improve Docker image digest handling and add auto-parse feature 2025-10-15 10:19:01 +02:00
empty-project.blade.php fix 2023-05-25 14:05:44 +02:00
github-private-repository-deploy-key.blade.php refactor(forms): update wire:model bindings to use 'blur' instead of 'blur-sm' for input fields across multiple views 2025-09-29 12:50:25 +02:00
github-private-repository.blade.php refactor(forms): update wire:model bindings to use 'blur' instead of 'blur-sm' for input fields across multiple views 2025-09-29 12:50:25 +02:00
public-git-repository.blade.php refactor(forms): update wire:model bindings to use 'blur' instead of 'blur-sm' for input fields across multiple views 2025-09-29 12:50:25 +02:00
select.blade.php fix(select): remove unnecessary sanitization for logo rendering 2025-08-19 14:15:14 +02:00
simple-dockerfile.blade.php wip: migrate to livewire 3 2023-12-07 19:06:32 +01:00