coolify/app/Http/Controllers/Webhook
Andras Bacsai 576f38da1c feat(github): add self-hosted Actions runner orchestration
Implement end-to-end GitHub Actions runner support with provisioning,
tracking, and cleanup flows.

- handle `workflow_job` webhooks to provision and tear down runners
- add runner config/execution models, enum states, and relationships
- create jobs for provisioning, cleanup, and stale-runner reaping
- schedule periodic stale runner cleanup in the console kernel
- add Livewire server UI to manage runner configuration and executions
- store GitHub App runner permissions and runner group metadata
- add migrations for runner permissions, configs, executions, and group id
- update GitHub permissions URL generation for organization app settings
- include feature/unit tests for runner behavior and permission paths
2026-03-03 14:27:19 +01:00
..
Bitbucket.php Fix: Concurrent builds ignored & add deployment queue limit (#7488) 2025-12-11 11:03:02 +01:00
Gitea.php fix(git): trigger deployments when watch_paths is empty 2026-01-07 19:15:16 +01:00
Github.php feat(github): add self-hosted Actions runner orchestration 2026-03-03 14:27:19 +01:00
Gitlab.php fix(git): trigger deployments when watch_paths is empty 2026-01-07 19:15:16 +01:00
Stripe.php Remove webhook maintenance mode replay feature 2025-12-02 13:36:32 +01:00