depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
nixery
/
server
/
storage
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
chore: Add missing copyright headers to source files
Vincent Ambo
3
-0
/
+42
2019-10-28
fix(server): Use correct scope for GCS tokens
Vincent Ambo
1
-1
/
+1
2019-10-28
fix(server): Thread request context to all relevant places
Vincent Ambo
3
-12
/
+13
2019-10-28
chore(server): Move cache miss log statement to debug level
Vincent Ambo
1
-1
/
+1
2019-10-28
fix(server): Correctly construct filesystem paths for layer serving
Vincent Ambo
1
-6
/
+8
2019-10-28
fix(server): Ensure paths exist when renaming in filesystem storage
Vincent Ambo
1
-1
/
+7
2019-10-28
feat(server): Add filesystem storage backend config options
Vincent Ambo
1
-1
/
+6
2019-10-28
refactor(server): Pass HTTP request to storage.ServeLayer
Vincent Ambo
2
-2
/
+4
2019-10-28
feat(server): Implement initial filesystem storage backend
Vincent Ambo
1
-0
/
+68
2019-10-28
refactor(server): Change setup to create new storage backends
Vincent Ambo
1
-7
/
+7
2019-10-28
feat(server): Implement GCS storage backend with new interface
Vincent Ambo
1
-0
/
+206
2019-10-28
refactor(server): Introduce pluggable interface for storage backends
Vincent Ambo
1
-0
/
+34