coolify/app/Jobs
Andras Bacsai 618378714a fix(job): correct build logs URL structure in ApplicationPullRequestUpdateJob
- Updated the build_logs_url to use the correct environment UUID instead of the environment name, ensuring accurate links to deployment logs.
- This change improves the reliability of the deployment notification system by directing users to the correct log location.
2025-10-07 15:32:37 +02:00
..
ApplicationDeploymentJob.php fix(deployment): save runtime environment variables when skipping build 2025-10-07 14:26:23 +02:00
ApplicationPullRequestUpdateJob.php fix(job): correct build logs URL structure in ApplicationPullRequestUpdateJob 2025-10-07 15:32:37 +02:00
CheckAndStartSentinelJob.php
CheckForUpdatesJob.php
CheckHelperImageJob.php
CleanupHelperContainersJob.php
CleanupInstanceStuffsJob.php
CleanupStaleMultiplexedConnections.php
CoolifyTask.php
DatabaseBackupJob.php feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
DeleteResourceJob.php
DockerCleanupJob.php
GithubAppPermissionJob.php
PullChangelog.php
PullHelperImageJob.php
PullTemplatesFromCDN.php
PushServerUpdateJob.php fix(docker): enhance container status aggregation for multi-container applications, including exclusion handling based on docker-compose configuration 2025-09-13 20:32:15 +02:00
RegenerateSslCertJob.php
RestartProxyJob.php
ScheduledJobManager.php
ScheduledTaskJob.php
SendMessageToDiscordJob.php
SendMessageToPushoverJob.php
SendMessageToSlackJob.php
SendMessageToTelegramJob.php
ServerCheckJob.php
ServerCleanupMux.php
ServerConnectionCheckJob.php fix(server): update server usability check to reflect actual Docker availability status 2025-09-16 10:18:35 +02:00
ServerFilesFromServerJob.php
ServerLimitCheckJob.php
ServerManagerJob.php
ServerPatchCheckJob.php
ServerStorageCheckJob.php
ServerStorageSaveJob.php
StripeProcessJob.php feat(stripe): enhance subscription handling and verification process 2025-09-23 11:00:38 +02:00
SubscriptionInvoiceFailedJob.php
UpdateCoolifyJob.php
UpdateStripeCustomerEmailJob.php
VerifyStripeSubscriptionStatusJob.php fix(subscription-job): enhance retry logic for VerifyStripeSubscriptionStatusJob 2025-09-23 18:17:52 +02:00
VolumeCloneJob.php