coolify/app
Islam Adel 672a5d0bc5
fix: Handle pullrequest:updated for reliable preview deployments
The repo:push payload lacks the destination branch name, using push.changes.0.new.name instead. While sufficient for updates, this causes failures in preview deployments when a PR receives new commits—Coolify looks for git_branch in the applications table but finds the source branch instead.

By also processing pullrequest:updated, we ensure preview deployments remain in sync. However, this event triggers on various actions (e.g., PR title changes, reviewer updates), causing extra redeploys. Since Coolify doesn’t store commit hashes for preview deployments, handling these extra redeploys is our best workaround for Bitbucket.
2025-02-01 12:24:23 +02:00
..
Actions fix(proxy) update traefik proxy config for docker swarm 2025-01-23 11:57:34 -03:00
Console fix: cleanup old scheduled_task_executions 2025-01-28 10:19:41 +01:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events feat: DockerCleanupDone event 2025-01-15 17:19:32 +01:00
Exceptions Remove all ray() calls 2024-10-28 13:51:23 +01:00
Helpers Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Http fix: Handle pullrequest:updated for reliable preview deployments 2025-02-01 12:24:23 +02:00
Jobs Merge pull request #4945 from nktnet1/feat-env-coolify-resource-uuid 2025-01-28 13:46:17 +01:00
Listeners Merge branch 'next' into feat/disable-default-redirect 2024-10-31 23:57:51 +11:00
Livewire feat(core): add dynamic label reset for application settings 2025-01-28 13:38:26 +01:00
Models fix(database): detect more postgres database image types 2025-01-28 11:05:50 +01:00
Notifications fix(email): transactional email sending 2025-01-21 14:53:44 +01:00
Policies Fix styling 2024-06-10 20:43:34 +00:00
Providers Merge pull request #4754 from coollabsio/improve-git-and-service-provider 2025-01-16 21:09:08 +01:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Services fix(parser): resource URL should only be parsed if there is one 2025-01-21 18:55:07 +01:00
Traits feat(core): wip version of coolify.json 2025-01-21 14:09:12 +01:00
View/Components fix: Undefined variable $service when creating a new service 2025-01-14 12:40:08 +01:00