nixery/server
Vincent Ambo 68b89273c2 fix(server): Ensure paths exist when renaming in filesystem storage
The point at which files are moved happens to also (initially) be the
point where the `layers` directory is created. For this reason
renaming must ensure that all path components exist, which this commit
takes care of.
2019-10-28 22:31:44 +01:00
..
builder refactor(server): Pass HTTP request to storage.ServeLayer 2019-10-28 22:31:44 +01:00
config feat(server): Add filesystem storage backend config options 2019-10-28 22:31:44 +01:00
layers refactor(server): Convert existing log entries to structured format 2019-10-06 23:05:23 +01:00
manifest fix(server): Use uncompressed tarball hashes in image config 2019-10-11 12:37:00 +01:00
storage fix(server): Ensure paths exist when renaming in filesystem storage 2019-10-28 22:31:44 +01:00
default.nix feat(server): Use hash of Nixery source as version 2019-10-06 23:05:23 +01:00
go-deps.nix refactor(server): Replace log calls with logrus 2019-10-06 23:05:23 +01:00
logs.go fix(server): Ensure error messages are correctly printed in logs 2019-10-28 22:31:44 +01:00
main.go feat(server): Add filesystem storage backend config options 2019-10-28 22:31:44 +01:00