tvl-depot/tools/nixery/server
Vincent Ambo 43a642435b feat(server): Reimplement local manifest cache backed by files
Implements a local manifest cache that uses the temporary directory to
cache manifest builds.

This is necessary due to the size of manifests: Keeping them entirely
in-memory would quickly balloon the memory usage of Nixery, unless
some mechanism for cache eviction is implemented.
2019-10-03 13:21:04 +01:00
..
builder feat(server): Reimplement local manifest cache backed by files 2019-10-03 13:21:04 +01:00
config feat(server): Reimplement local manifest cache backed by files 2019-10-03 13:21:04 +01:00
layers feat(server): Reimplement creation & uploading of layers 2019-10-03 13:21:04 +01:00
manifest refactor: Remove remaining MD5-hash mentions and computations 2019-10-03 13:21:04 +01:00
default.nix chore(server): Add 'go vet' to build process 2019-08-14 20:18:41 +01:00
go-deps.nix chore(server): Import layer grouping logic into server component 2019-10-03 13:21:04 +01:00
main.go feat(server): Reimplement local manifest cache backed by files 2019-10-03 13:21:04 +01:00