aboutsummaryrefslogtreecommitdiff
path: root/acid.adoc
Commit message (Collapse)AuthorAgeFilesLines
* Add time informationPřemysl Eric Janouch2024-12-261-0/+11
|
* Runtime configuration changesPřemysl Eric Janouch2024-12-261-0/+2
| | | | Through an RPC command, because systemd documentation told us to.
* Clean up, add a deployment stagePřemysl Eric Janouch2024-12-231-2/+3
| | | | | | | | | | | | 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.
* Update documentationPřemysl Eric Janouch2024-04-181-3/+10
|
* Improve shell quotingPřemysl Eric Janouch2024-04-161-0/+3
|
* Add an enqueue commandPřemysl Eric Janouch2024-04-151-1/+5
|
* Initial commitPřemysl Eric Janouch2024-04-041-0/+80