summaryrefslogtreecommitdiff
path: root/subplot/server.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15fix: add 'impl' to bindings files, for new SubplotLars Wirzenius1-20/+56
Sponsored-by: author
2021-07-31feat: configure log verbosity with OBNAM_SERVER_LOG envvarAlexander Batischev1-0/+10
Fixes #117.
2021-05-29refactor: count chunks via file system, not via chunk server APILars Wirzenius1-2/+2
2021-02-06test: add scenario for checking chunk-sizeLars Wirzenius1-0/+3
2021-01-04feat: verify checksum of chunks downloaded from serverLars Wirzenius1-0/+3
2021-01-03feat: load chunk metadata into index at startupLars Wirzenius1-0/+3
This needs to be replace with a database or something, but it'll do for now.
2020-11-13refactor: split obnam's bindings, functions for clarityLars Wirzenius1-0/+39
The old subplot/obnam.{yaml,py} were starting to get large enough that it was hard to understand them. Also, were partly overlapping in functionality with runcmd.