aboutsummaryrefslogtreecommitdiff
path: root/acid.go
Commit message (Collapse)AuthorAgeFilesLines
* Clean up, add a deployment stagePřemysl Eric Janouch2024-12-231-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 possiblePřemysl Eric Janouch2024-12-221-14/+19
| | | | This is intended for runners that are only available on request.
* Set a time limit on runnersPřemysl Eric Janouch2024-04-191-2/+14
|
* Adjust shell quotingPřemysl Eric Janouch2024-04-171-1/+1
|
* Improve shell quotingPřemysl Eric Janouch2024-04-161-3/+24
|
* Add an enqueue commandPřemysl Eric Janouch2024-04-151-34/+150
|
* Rewrite RPC handling for wider usabilityPřemysl Eric Janouch2024-04-151-16/+84
|
* Notify Gitea about restarted tasksPřemysl Eric Janouch2024-04-101-2/+3
|
* Clear the detail when restarting tasksPřemysl Eric Janouch2024-04-101-1/+2
|
* Think about process groupsPřemysl Eric Janouch2024-04-081-2/+17
|
* Fix Tasks link in a subrootPřemysl Eric Janouch2024-04-081-1/+1
|
* Initial commitPřemysl Eric Janouch2024-04-041-0/+1157