Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up, add a deployment stage | Přemysl Eric Janouch | 2024-12-23 | 1 | -188/+439 |
| | | | | | | | | | | | | Errors should be handled a bit more nicely now. The SFTP part could also be done from deploy scripts like: scp -i {runner.ssh.identity} \ -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ {runner.ssh.user}@{runner.ssh.address%:*} -p {runner.ssh.address#*:} but that is deemed way too annoying, so we do it from Go. | ||||
* | Make manually invoked runners possible | Přemysl Eric Janouch | 2024-12-22 | 1 | -14/+19 |
| | | | | This is intended for runners that are only available on request. | ||||
* | Set a time limit on runners | Přemysl Eric Janouch | 2024-04-19 | 1 | -2/+14 |
| | |||||
* | Adjust shell quoting | Přemysl Eric Janouch | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | Improve shell quoting | Přemysl Eric Janouch | 2024-04-16 | 1 | -3/+24 |
| | |||||
* | Add an enqueue command | Přemysl Eric Janouch | 2024-04-15 | 1 | -34/+150 |
| | |||||
* | Rewrite RPC handling for wider usability | Přemysl Eric Janouch | 2024-04-15 | 1 | -16/+84 |
| | |||||
* | Notify Gitea about restarted tasks | Přemysl Eric Janouch | 2024-04-10 | 1 | -2/+3 |
| | |||||
* | Clear the detail when restarting tasks | Přemysl Eric Janouch | 2024-04-10 | 1 | -1/+2 |
| | |||||
* | Think about process groups | Přemysl Eric Janouch | 2024-04-08 | 1 | -2/+17 |
| | |||||
* | Fix Tasks link in a subroot | Přemysl Eric Janouch | 2024-04-08 | 1 | -1/+1 |
| | |||||
* | Initial commit | Přemysl Eric Janouch | 2024-04-04 | 1 | -0/+1157 |