coolify/resources/views/livewire/project/application
Andras Bacsai fbaa5eb369 feat: Update ApplicationSetting model to include additional boolean casts
- Changed `$cast` to `$casts` in ApplicationSetting model to enable proper boolean casting for new fields.
- Added boolean fields: `is_spa`, `is_build_server_enabled`, `is_preserve_repository_enabled`, `is_container_label_escape_enabled`, `is_container_label_readonly_enabled`, and `use_build_secrets`.

fix: Update Livewire component to reflect new property names

- Updated references in the Livewire component for the new camelCase property names.
- Adjusted bindings and IDs for consistency with the updated model.

test: Add unit tests for ApplicationSetting boolean casting

- Created tests to verify boolean casting for `is_static` and other boolean fields in ApplicationSetting.
- Ensured all boolean fields are correctly defined in the casts array.

test: Implement tests for SynchronizesModelData trait

- Added tests to verify the functionality of the SynchronizesModelData trait, ensuring it correctly syncs properties between the component and the model.
- Included tests for handling non-existent properties gracefully.
2025-11-04 08:43:33 +01:00
..
deployment Fixed deployment logs showing in red text for non error lines in light mode 2025-09-20 23:38:29 +05:30
preview 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
advanced.blade.php feat(settings): add option to restrict PR deployments to repository members and contributors 2025-09-05 14:30:51 +02:00
configuration.blade.php refactor(ui): terminal 2025-06-17 09:28:07 +02:00
deployment-navbar.blade.php feat(deployments): add log copying functionality to clipboard in dev 2025-10-02 18:34:39 +02:00
destination.blade.php fix 2023-06-16 12:35:40 +02:00
general.blade.php feat: Update ApplicationSetting model to include additional boolean casts 2025-11-04 08:43:33 +01:00
heading.blade.php 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
previews-compose.blade.php Fix preview domain generation for services with multiple domains 2025-10-16 13:10:29 +02:00
previews.blade.php Complete Livewire legacy model binding migration (25+ components) 2025-10-13 15:38:59 +02:00
rollback.blade.php ui(core): update projects property type and enhance UI styling 2025-10-01 08:23:35 +02:00
source.blade.php refactor(application-source): improve layout and accessibility of Git repository links in the application source view 2025-09-10 18:29:52 +02:00
swarm.blade.php 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