Commit Graph

7 Commits

Author SHA1 Message Date
restitux 984321c9fc Change all fmt.Errorfs to use %w 2022-12-31 17:24:29 -07:00
restitux 8e4e45047d Job exection logic now runs pipeline in container
This container's network is configured based on parameters in the config
file. If configured correctly, this will allow the pipeline script to
speak to the cursorius server over the pipeline api.
2022-12-24 22:12:30 -07:00
restitux b29d3a8f80 Add WIP proper webhook support (for gitea) 2022-12-23 23:54:53 -07:00
restitux 9cb4ca687e Add repo polling support 2022-12-20 16:24:27 -07:00
restitux 447e269437 Remove folder jobs and add Id to runner message 2022-10-17 00:31:31 -06:00
restitux bbe9dcaf2a WIP: Replace job execution with runner delegation
Server now accepts runner connections via websockets. Jobs
will be delegated to these runners. This is currently a WIP,
as it is still hardcoded to use the first available runner.
2022-10-16 14:54:49 -06:00
restitux a7bedb3dcd Initial commit 2022-09-15 22:02:25 -06:00