| .. |
|
Actions/User
|
Changes auto-committed by Conductor
|
2025-10-16 17:13:47 +02:00 |
|
Livewire
|
fix: normalize preview paths and use BUILD_TIME_ENV_PATH constant
|
2025-11-18 13:48:06 +01:00 |
|
Notifications/Channels
|
feat(EmailChannel): enhance error handling with user-friendly messages for Resend API errors
|
2025-11-11 13:23:45 +01:00 |
|
Policies
|
feat: Implement required port validation for service applications
|
2025-11-06 14:32:36 +01:00 |
|
Rules
|
|
|
|
AllExcludedContainersConsistencyTest.php
|
feat(tests): add comprehensive tests for ContainerStatusAggregator and serverStatus accessor
|
2025-11-20 17:31:07 +01:00 |
|
ApplicationComposeEditorLoadTest.php
|
fix: Monaco editor empty for docker compose applications
|
2025-10-27 12:48:20 +01:00 |
|
ApplicationConfigurationChangeTest.php
|
fix: Remove duplicate custom_labels from config hash calculation
|
2025-11-01 13:28:56 +01:00 |
|
ApplicationDeploymentCustomBuildCommandTest.php
|
fix: improve -f flag detection to prevent false positives
|
2025-11-18 13:49:46 +01:00 |
|
ApplicationDeploymentEmptyEnvTest.php
|
Changes auto-committed by Conductor
|
2025-10-21 20:39:39 +02:00 |
|
ApplicationDeploymentErrorLoggingTest.php
|
fix(deployment): improve error logging with exception types and hidden technical details
|
2025-11-17 14:44:39 +01:00 |
|
ApplicationGitSecurityTest.php
|
|
|
|
ApplicationHealthcheckRemovalTest.php
|
Changes auto-committed by Conductor
|
2025-10-22 12:41:17 +02:00 |
|
ApplicationNetworkAliasesSyncTest.php
|
refactor: Improve handling of custom network aliases
|
2025-11-01 13:13:14 +01:00 |
|
ApplicationPortDetectionTest.php
|
feat: add automated PORT environment variable detection and UI warnings
|
2025-11-10 13:43:27 +01:00 |
|
ApplicationSettingStaticCastTest.php
|
feat: Update ApplicationSetting model to include additional boolean casts
|
2025-11-04 08:43:33 +01:00 |
|
ApplicationWatchPathsTest.php
|
|
|
|
BashEnvEscapingTest.php
|
|
|
|
CheckTraefikVersionForServerJobTest.php
|
feat(proxy): enhance Traefik version notifications to show patch and minor upgrades
|
2025-11-17 09:59:17 +01:00 |
|
CheckTraefikVersionJobTest.php
|
refactor: send immediate Traefik version notifications instead of delayed aggregation
|
2025-11-18 12:30:50 +01:00 |
|
CloudInitScriptValidationTest.php
|
|
|
|
ContainerHealthStatusTest.php
|
feat(tests): add comprehensive tests for ContainerStatusAggregator and serverStatus accessor
|
2025-11-20 17:31:07 +01:00 |
|
ContainerStatusAggregatorTest.php
|
feat: add validation for YAML parsing, integer parameters, and Docker Compose custom fields
|
2025-11-20 18:34:49 +01:00 |
|
DatalistComponentTest.php
|
|
|
|
DeploymentExceptionTest.php
|
feat(DeploymentException): add custom exception for deployment errors and update handler to exclude from reporting
|
2025-11-11 15:08:26 +01:00 |
|
DockerComposeEmptyStringPreservationTest.php
|
feat: Implement required port validation for service applications
|
2025-11-06 14:32:36 +01:00 |
|
DockerComposeEmptyTopLevelSectionsTest.php
|
fix: preserve empty strings and remove empty sections in docker-compose
|
2025-11-06 12:30:03 +01:00 |
|
DockerComposeLabelParsingTest.php
|
|
|
|
DockerComposeRawContentRemovalTest.php
|
Fix: Preserve clean docker_compose_raw without Coolify additions
|
2025-10-23 19:07:12 +02:00 |
|
DockerComposeRawSeparationTest.php
|
Fix: Preserve clean docker_compose_raw without Coolify additions
|
2025-10-23 19:07:12 +02:00 |
|
DockerfileArgInsertionTest.php
|
test: add unit tests for Dockerfile ARG insertion logic
|
2025-11-06 08:54:40 +01:00 |
|
DockerImageAutoParseTest.php
|
|
|
|
DockerImageParserTest.php
|
|
|
|
ExcludeFromHealthCheckTest.php
|
feat: add validation for YAML parsing, integer parameters, and Docker Compose custom fields
|
2025-11-20 18:34:49 +01:00 |
|
FormatContainerStatusTest.php
|
feat: implement formatContainerStatus helper for human-readable status formatting and add unit tests
|
2025-11-21 09:12:56 +01:00 |
|
GetContainersStatusServiceAggregationTest.php
|
fix: correct Sentinel default health status and remove debug logging
|
2025-11-20 11:10:34 +01:00 |
|
GitLsRemoteParsingTest.php
|
|
|
|
GlobalSearchNewImageQuickActionTest.php
|
|
|
|
HetznerDeletionFailedNotificationTest.php
|
|
|
|
HetznerSshKeysTest.php
|
|
|
|
NotifyOutdatedTraefikServersJobTest.php
|
feat(proxy): enhance Traefik version notifications to show patch and minor upgrades
|
2025-11-17 09:59:17 +01:00 |
|
ParseCommandsByLineForSudoTest.php
|
fix(server): wrap complex piped commands in bash -c for sudo execution
|
2025-11-13 14:39:55 +01:00 |
|
ParseDockerVolumeStringTest.php
|
|
|
|
PreSaveValidationTest.php
|
|
|
|
PrivateKeyStorageTest.php
|
|
|
|
ProxyCustomCommandsTest.php
|
|
|
|
ProxyHelperTest.php
|
feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings
|
2025-11-14 11:35:22 +01:00 |
|
RestartCountTrackingTest.php
|
feat: add container restart tracking and crash loop detection
|
2025-11-10 13:04:31 +01:00 |
|
ScheduledJobManagerLockTest.php
|
Fix stale lock issue causing scheduled tasks to stop (#4539)
|
2025-10-23 10:07:33 +02:00 |
|
ScheduledJobsRetryConfigTest.php
|
feat(DatabaseBackupJob, ScheduledTaskJob): enforce minimum timeout and add execution ID for timeout handling
|
2025-11-11 12:07:39 +01:00 |
|
ScheduledTaskJobTimeoutTest.php
|
feat(DatabaseBackupJob, ScheduledTaskJob): enforce minimum timeout and add execution ID for timeout handling
|
2025-11-11 12:07:39 +01:00 |
|
ServerQueryScopeTest.php
|
fix(performance): eliminate N+1 query in CheckTraefikVersionJob
|
2025-11-14 11:35:22 +01:00 |
|
ServerStatusAccessorTest.php
|
feat(tests): add comprehensive tests for ContainerStatusAggregator and serverStatus accessor
|
2025-11-20 17:31:07 +01:00 |
|
ServiceConfigurationRefreshTest.php
|
|
|
|
ServiceExcludedStatusTest.php
|
refactor: standardize Service model status aggregation to use ContainerStatusAggregator
|
2025-11-20 15:03:18 +01:00 |
|
ServiceNameSecurityTest.php
|
|
|
|
ServiceParserImageUpdateTest.php
|
|
|
|
ServiceParserPortDetectionLogicTest.php
|
feat: implement service environment variable parsing and add unit tests for port detection logic
|
2025-11-11 11:19:33 +01:00 |
|
ServicePortSpecificVariablesTest.php
|
feat: implement service environment variable parsing and add unit tests for port detection logic
|
2025-11-11 11:19:33 +01:00 |
|
ServiceRequiredPortTest.php
|
feat: Implement required port validation for service applications
|
2025-11-06 14:32:36 +01:00 |
|
SshRetryMechanismTest.php
|
|
|
|
StartProxyTest.php
|
fix(proxy): prevent "container name already in use" error during proxy restart
|
2025-11-14 11:35:22 +01:00 |
|
StartupExecutionCleanupTest.php
|
feat(Cleanup): implement failure marking for stuck scheduled tasks and database backups during startup
|
2025-11-11 12:32:52 +01:00 |
|
StopProxyTest.php
|
fix(proxy): prevent "container name already in use" error during proxy restart
|
2025-11-14 11:35:22 +01:00 |
|
StripCoolifyCustomFieldsTest.php
|
feat: add validation for YAML parsing, integer parameters, and Docker Compose custom fields
|
2025-11-20 18:34:49 +01:00 |
|
TimescaleDbDetectionTest.php
|
feat(ServiceDatabase): add support for TimescaleDB detection and database type identification
|
2025-11-12 00:36:38 +01:00 |
|
ValidateShellSafePathTest.php
|
|
|
|
ValidGitRepositoryUrlTest.php
|
|
|
|
ValidHostnameTest.php
|
|
|
|
VolumeArrayFormatSecurityTest.php
|
refactor: improve docker compose validation and transaction handling in StackForm
|
2025-11-07 14:03:19 +01:00 |
|
VolumeSecurityTest.php
|
refactor: improve docker compose validation and transaction handling in StackForm
|
2025-11-07 14:03:19 +01:00 |
|
WindowsPathVolumeTest.php
|
|
|