coolify/app
Andras Bacsai b931418c1e fix(github-webhook): handle unsupported event types gracefully
Add validation in manual and normal webhook handlers to reject GitHub
event types other than 'push' and 'pull_request'. Unsupported events
now return a graceful response instead of potentially causing
downstream errors. Includes tests for ping events, unsupported event
types, and unknown events.
2026-03-23 21:33:40 +01:00
..
Actions
Console
Contracts
Data
Enums
Events
Exceptions
Helpers
Http fix(github-webhook): handle unsupported event types gracefully 2026-03-23 21:33:40 +01:00
Jobs
Listeners
Livewire
Models feat(storage): add storage endpoints and UUID support for databases and services 2026-03-23 15:15:02 +01:00
Notifications
Policies
Providers
Repositories
Rules
Services
Support
Traits refactor: remove verbose logging and use explicit exception types 2026-03-20 15:57:26 +01:00
View/Components