Andras Bacsai
|
f77ad4cbd9
|
Complete Livewire legacy model binding migration (25+ components)
This completes the migration from Livewire's legacy `id="model.property"`
pattern to explicit properties with manual synchronization. This allows
disabling the `legacy_model_binding` feature flag.
**Components Migrated (Final Session - 9 components):**
- Server/Proxy.php (1 field)
- Service/EditDomain.php (1 field) - Fixed Collection/string bug & parent sync
- Application/Previews.php (2 fields - array handling)
- Service/EditCompose.php (4 fields)
- Service/FileStorage.php (6 fields)
- Service/Database.php (7 fields)
- Service/ServiceApplicationView.php (10 fields)
- Application/General.php (53 fields) - LARGEST migration
- Application/PreviewsCompose.php (1 field)
**Total Migration Summary:**
- 25+ components migrated across all phases
- 150+ explicit properties added
- 0 legacy bindings remaining (verified via grep)
- All wire:model, id, @entangle bindings updated
- All updater hooks renamed (updatedApplicationX → updatedX)
**Technical Changes:**
- Added explicit public properties (camelCase)
- Implemented syncData(bool $toModel) bidirectional sync
- Updated validation rules (removed model. prefix)
- Updated all action methods (mount, submit, instantSave)
- Fixed updater hooks: updatedBuildPack, updatedBaseDirectory, updatedIsStatic
- Updated Blade views (id & wire:model bindings)
- Applied Collection/string confusion fixes
- Added model refresh + re-sync pattern
**Critical Fixes:**
- EditDomain.php Collection/string confusion (use intermediate variables)
- EditDomain.php parent component sync (refresh + re-sync after save)
- General.php domain field empty (syncData at end of mount)
- General.php wire:model bindings (application.* → property)
- General.php updater hooks (wrong naming convention)
**Files Modified:** 34 files
- 17 PHP Livewire components
- 17 Blade view templates
- 1 MIGRATION_REPORT.md (documentation)
**Ready to disable legacy_model_binding flag in config/livewire.php**
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-10-13 15:38:59 +02:00 |
|
Andras Bacsai
|
63fcc0ebc3
|
feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled.
|
2025-08-26 10:27:38 +02:00 |
|
Thijmen
|
d86274cc37
|
Fix styling
|
2024-06-10 20:43:34 +00:00 |
|
Andras Bacsai
|
3198999746
|
Fix null check for memory swappiness and CPU shares
|
2024-03-13 15:00:29 +01:00 |
|
Andras Bacsai
|
c7218f2856
|
Update success messages
|
2024-02-22 14:53:42 +01:00 |
|
Andras Bacsai
|
fceaf3e94b
|
Fix resource limits for CPU set
|
2024-01-12 14:30:25 +01:00 |
|
Andras Bacsai
|
5e7c6906b3
|
fix: cpuset limits was determined in a way that apps only used 1 CPU max, ehh, sorry.
|
2024-01-12 13:47:01 +01:00 |
|
Andras Bacsai
|
718603e37e
|
wip: migrate to livewire 3
|
2023-12-07 19:06:32 +01:00 |
|