coolify/app/Traits
Andras Bacsai 333cc9589d feat(deployment): add command_hidden flag to hide command text in logs
Add support for hiding sensitive command text while preserving output logs.
When command_hidden is true, the command text is set to null in the main log
entry but logged separately to the deployment queue with proper redaction.

- Add command_hidden parameter to execute_remote_command and executeCommandWithProcess
- When enabled, separates command visibility from output visibility
- Fix operator precedence in type ternary expression
2026-03-25 16:48:49 +01:00
..
AuthorizesResourceCreation.php feat(auth): introduce resource creation authorization middleware and policies for enhanced access control 2025-08-26 10:27:38 +02:00
CalculatesExcludedStatus.php fix: don't show health status for exited containers 2025-11-24 09:09:37 +01:00
ClearsGlobalSearchCache.php
DeletesUserSessions.php Changes auto-committed by Conductor 2025-10-16 09:51:37 +02:00
EnvironmentVariableAnalyzer.php
EnvironmentVariableProtection.php
ExecuteRemoteCommand.php feat(deployment): add command_hidden flag to hide command text in logs 2026-03-25 16:48:49 +01:00
HasConfiguration.php
HasMetrics.php fix(sentinel): add token validation to prevent command injection 2026-03-10 22:19:19 +01:00
HasNotificationSettings.php Merge pull request #6837 from coollabsio/andrasbacsai/custom-webhooks 2025-10-12 10:57:47 +02:00
HasSafeStringAttribute.php
SaveFromRedirect.php Fix styling 2024-06-10 20:43:34 +00:00
SshRetryable.php refactor(ssh-retry): remove Sentry tracking from retry logic 2026-02-15 14:00:27 +01:00