coolify/app/Enums
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
..
ActivityTypes.php fix: run user commands on high prio queue 2024-06-25 10:51:32 +02:00
ApplicationDeploymentStatus.php wip 2023-06-30 15:57:40 +02:00
BuildPackTypes.php feat: api api api api api api 2024-07-02 16:12:04 +02:00
ContainerStatusTypes.php feat: Add ContainerStatusTypes enum for managing container status 2024-09-27 15:27:09 +02:00
GithubRunnerStatus.php feat(github): add self-hosted Actions runner orchestration 2026-03-03 14:27:19 +01:00
NewDatabaseTypes.php feat: lots of api endpoints 2024-07-01 16:26:50 +02:00
NewResourceTypes.php feat: api api api api api api 2024-07-02 16:12:04 +02:00
ProcessStatus.php feat: add PR comments 2024-01-26 18:46:50 +01:00
ProxyTypes.php refactor: Update ProxyTypes enum values to use TRAEFIK instead of TRAEFIK_V2 2024-08-07 17:52:51 +02:00
RedirectTypes.php feat: more API endpoints 2024-06-26 13:00:36 +02:00
Role.php Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
StaticImageTypes.php fix: is_static settings through API 2024-10-10 09:33:29 +02:00