Stream repo and bench repo worktree tars

This commit is contained in:
Joscha 2023-08-11 14:20:15 +02:00
parent 6f4793bcf2
commit a9e08505bc
6 changed files with 215 additions and 28 deletions

View file

@ -85,9 +85,9 @@ like session ids.
- If so, server may respond with a commit hash and bench method
- Worker may include current work
- If so, server may respond with request to abort the work
- GET `/api/worker/repo/<hash>/tar`
- GET `/api/worker/repo/<hash>/tree.tar.gz`
- Get tar-ed commit from the server's repo, if any exists
- GET `/api/worker/bench-repo/<hash>/tar`
- GET `/api/worker/bench-repo/<hash>/tree.tar.gz`
- Get tar-ed commit from the server's bench repo, if any exist
## CLI Args