..
Actions
chore: prepare for PR
2026-03-10 18:32:19 +01:00
Api
Jobs
Livewire
feat: enhance environment variable handling to support mixed formats and add comprehensive tests
2025-12-27 15:24:09 +01:00
Notifications /Channels
Parsers
Policies
feat(healthchecks): add command health checks with input validation
2026-02-25 11:38:09 +01:00
Project /Database
Rules
AllExcludedContainersConsistencyTest.php
ApplicationComposeEditorLoadTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
ApplicationConfigurationChangeTest.php
ApplicationDeploymentCustomBuildCommandTest.php
ApplicationDeploymentEmptyEnvTest.php
ApplicationDeploymentErrorLoggingTest.php
ApplicationDeploymentNixpacksNullEnvTest.php
fix(deployment): filter null and empty environment variables from nixpacks plan
2026-03-11 13:41:34 +01:00
ApplicationDeploymentTypeTest.php
fix(application): clarify deployment type precedence logic
2026-03-12 13:48:30 +01:00
ApplicationGitSecurityTest.php
ApplicationHealthcheckRemovalTest.php
ApplicationNetworkAliasesSyncTest.php
ApplicationParserStringableTest.php
ApplicationPortDetectionTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
ApplicationServiceEnvironmentVariablesTest.php
ApplicationSettingStaticCastTest.php
ApplicationWatchPathsTest.php
BashEnvEscapingTest.php
CheckForUpdatesJobTest.php
CheckTraefikVersionForServerJobTest.php
CheckTraefikVersionJobTest.php
ClickhouseOfficialImageMigrationTest.php
fix: prevent metric charts from freezing when navigating with wire:navigate
2026-01-02 12:36:17 +01:00
CloudInitScriptValidationTest.php
ComposerAuthEnvEscapingTest.php
fix(env): skip escaping for valid JSON in environment variables ( #6160 )
2026-01-28 10:59:00 +01:00
ContainerHealthStatusTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
ContainerStatusAggregatorTest.php
CoolifyTaskCleanupTest.php
DatabaseBackupSecurityTest.php
DatalistComponentTest.php
DeploymentExceptionTest.php
DockerComposeEmptyStringPreservationTest.php
DockerComposeEmptyTopLevelSectionsTest.php
DockerComposeLabelParsingTest.php
DockerComposePreserveRepositoryStartCommandTest.php
chore: prepare for PR
2026-03-10 09:43:29 +01:00
DockerComposeRawContentRemovalTest.php
DockerComposeRawSeparationTest.php
DockerfileArgInsertionTest.php
DockerImageAutoParseTest.php
DockerImageParserTest.php
EnvironmentVariableFillableTest.php
feat(models): add is_required to EnvironmentVariable fillable array
2026-03-02 12:34:30 +01:00
EnvironmentVariableMagicVariableTest.php
feat: add magic variable detection and update UI behavior accordingly
2025-12-27 15:24:09 +01:00
EnvironmentVariableParsingEdgeCasesTest.php
fix(bootstrap): add bounds check to extractBalancedBraceContent
2026-03-02 12:24:40 +01:00
EnvVarInputComponentTest.php
ExcludeFromHealthCheckTest.php
ExecuteInDockerEscapingTest.php
chore: prepare for PR
2026-02-25 11:50:57 +01:00
ExtractHardcodedEnvironmentVariablesTest.php
feat: add comprehensive environment variable parsing with nested resolution and hardcoded variable detection
2025-12-27 15:24:53 +01:00
ExtractYamlEnvironmentCommentsTest.php
feat: add function to extract inline comments from docker-compose YAML environment variables
2025-12-27 15:24:09 +01:00
FileStorageSecurityTest.php
FormatBytesTest.php
FormatContainerStatusTest.php
GetContainersStatusEmptyContainerSafeguardTest.php
chore: prepare for PR
2026-03-10 18:34:37 +01:00
GetContainersStatusServiceAggregationTest.php
GitlabSourceCommandsTest.php
feat(gitlab): add GitLab source integration with SSH and HTTP basic auth
2026-03-11 15:30:46 +01:00
GitLsRemoteParsingTest.php
GitRefValidationTest.php
fix(git-ref-validation): prevent command injection via git references
2026-03-10 22:22:48 +01:00
GlobalSearchNewImageQuickActionTest.php
HealthCheckCommandInjectionTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
HetznerDeletionFailedNotificationTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
HetznerServiceTest.php
feat: add Hetzner Cloud server linking for manually-added servers
2025-12-11 22:14:41 +01:00
HetznerSshKeysTest.php
LocalFileVolumeReadOnlyTest.php
fix: Detect read-only Docker volumes with long-form syntax and enable refresh
2025-12-11 14:18:58 +01:00
LogDrainCommandInjectionTest.php
fix(log-drain): prevent command injection by base64-encoding environment variables
2026-03-10 22:22:51 +01:00
LogViewerXssSecurityTest.php
MetricsDownsamplingTest.php
fix: prevent metric charts from freezing when navigating with wire:navigate
2026-01-02 12:36:17 +01:00
NestedEnvironmentVariableParsingTest.php
chore: prepare for PR
2026-03-10 17:37:13 +01:00
NestedEnvironmentVariableTest.php
feat: add comprehensive environment variable parsing with nested resolution and hardcoded variable detection
2025-12-27 15:24:53 +01:00
NotifyOutdatedTraefikServersJobTest.php
ParseCommandsByLineForSudoTest.php
ParseDockerVolumeStringTest.php
ParseEnvFormatToArrayTest.php
feat: add comment field to environment variables
2025-12-27 15:24:09 +01:00
PathTraversalSecurityTest.php
PostgresqlInitScriptSecurityTest.php
PostgRESTDetectionTest.php
PreSaveValidationTest.php
PreviewDeploymentPortTest.php
test: Add comprehensive preview deployment port and path tests
2025-12-17 21:35:54 +01:00
PrivateKeyStorageTest.php
chore: prepare for PR
2026-02-26 16:27:02 +01:00
ProxyConfigRecoveryTest.php
feat(proxy): add database-backed config storage with disk backups
2026-03-11 14:11:31 +01:00
ProxyConfigurationSecurityTest.php
ProxyCustomCommandsTest.php
ProxyHelperTest.php
RestartCountTrackingTest.php
RestoreJobFinishedNullServerTest.php
RestoreJobFinishedSecurityTest.php
RestoreJobFinishedShellEscapingTest.php
S3RestoreSecurityTest.php
S3RestoreTest.php
S3StorageTest.php
SanitizeLogsForExportTest.php
feat(gitlab): add GitLab source integration with SSH and HTTP basic auth
2026-03-11 15:30:46 +01:00
ScheduledJobManagerLockTest.php
chore: prepare for PR
2026-02-25 12:07:29 +01:00
ScheduledJobsRetryConfigTest.php
ScheduledTaskJobTimeoutTest.php
ServerManagerJobExecutionTimeTest.php
ServerManagerJobSentinelCheckTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
ServerQueryScopeTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
ServerStatusAccessorTest.php
ServiceApplicationPrerequisitesTest.php
ServiceConfigurationRefreshTest.php
ServiceExcludedStatusTest.php
ServiceIndexValidationTest.php
fix(proxy): add validation and normalization for database proxy timeout
2026-03-10 09:59:19 +01:00
ServiceNameSecurityTest.php
ServiceParserEnvVarPreservationTest.php
chore: prepare for PR
2026-03-11 07:04:33 +01:00
ServiceParserImageUpdateTest.php
ServiceParserPathDuplicationTest.php
ServiceParserPortDetectionLogicTest.php
ServicePortSpecificVariablesTest.php
ServiceRequiredPortTest.php
test(factories): add missing model factories for app test suite
2026-03-03 09:50:05 +01:00
SshCommandInjectionTest.php
chore: prepare for PR
2026-03-03 11:51:38 +01:00
SshMultiplexingDisableTest.php
SshRetryMechanismTest.php
StartKeydbConfigPermissionTest.php
chore: prepare for PR
2026-02-23 13:26:01 +01:00
StartProxyTest.php
StartRedisConfigPermissionTest.php
chore: prepare for PR
2026-02-23 13:26:01 +01:00
StartupExecutionCleanupTest.php
StopProxyTest.php
StripCoolifyCustomFieldsTest.php
TimescaleDbDetectionTest.php
UpdateComposeAbbreviatedVariablesTest.php
UpdateCoolifyTest.php
ValidateShellSafePathTest.php
ValidGitRepositoryUrlTest.php
ValidHostnameTest.php
ValidProxyConfigFilenameTest.php
Add ValidProxyConfigFilename rule for dynamic proxy config validation
2025-12-09 16:12:45 +01:00
VolumeArrayFormatSecurityTest.php
VolumeSecurityTest.php
WindowsPathVolumeTest.php