coolify/app/Livewire
Andras Bacsai acb716cb90 fix(shared-variables): support direct mount params and comment field for server variables
Allow SharedVariables Livewire components (Environment, Project, Server)
to accept UUID parameters directly via mount() instead of relying solely
on route parameters. This enables Livewire component testing without a
live route context.

Also adds comment field support when saving/updating server shared
environment variables, guards PostgreSQL-specific migration statements
from running under SQLite (test environment compatibility), and expands
the feature test suite with server shared variable scenarios including
inline comment preservation and update behaviour.
2026-03-31 14:58:01 +02:00
..
Admin
Boarding fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
Destination fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
Notifications fix(validation): add input validation for emails configuration 2026-03-29 12:13:30 +05:30
Profile
Project Merge remote-tracking branch 'origin/next' into pr-7764-shadow/add-shared-server-env 2026-03-31 13:51:06 +02:00
Security
Server fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
Settings fix(validation): add IP validation for custom DNS servers input (#9239) 2026-03-30 21:03:39 +02:00
SharedVariables fix(shared-variables): support direct mount params and comment field for server variables 2026-03-31 14:58:01 +02:00
Source/Github
Storage
Subscription
Tags
Team feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
Terminal
ActivityMonitor.php
Dashboard.php
DeploymentsIndicator.php
ForcePasswordReset.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
GlobalSearch.php
Help.php
LayoutPopups.php
MonacoEditor.php
NavbarDeleteTeam.php
SettingsBackup.php fix(models): replace forceCreate with forceFill+save pattern 2026-03-31 13:50:37 +02:00
SettingsDropdown.php
SettingsEmail.php fix(validation): add input validation for emails configuration 2026-03-29 12:13:30 +05:30
SettingsOauth.php
SwitchTeam.php
Upgrade.php
VerifyEmail.php