about summary refs log tree commit diff
path: root/tools/nixery/server/main.go
AgeCommit message (Expand)AuthorFilesLines
2019-10-28 fix(server): Thread request context to all relevant placesVincent Ambo1-5/+1
2019-10-28 feat(server): Add filesystem storage backend config optionsVincent Ambo1-0/+2
2019-10-28 refactor(server): Pass HTTP request to storage.ServeLayerVincent Ambo1-1/+1
2019-10-28 refactor(server): Change setup to create new storage backendsVincent Ambo1-3/+17
2019-10-28 refactor(server): Introduce pluggable interface for storage backendsVincent Ambo1-57/+9
2019-10-06 refactor(server): Use logrus convenience functions for logsVincent Ambo1-32/+12
2019-10-06 refactor(server): Convert existing log entries to structured formatVincent Ambo1-11/+49
2019-10-06 feat(server): Add log level to severity mappingVincent Ambo1-1/+4
2019-10-06 feat(server): Use hash of Nixery source as versionVincent Ambo1-1/+5
2019-10-06 fix(server): Amend package path for Go tooling compatibilityVincent Ambo1-3/+3
2019-10-06 refactor(server): Replace log calls with logrusVincent Ambo1-1/+1
2019-10-03 feat(server): Fetch popularity data on launchVincent Ambo1-0/+37
2019-10-03 feat(server): Reimplement local manifest cache backed by filesVincent Ambo1-2/+11
2019-10-03 refactor(server): Clean up cache implementationVincent Ambo1-4/+4
2019-10-03 fix(server): Minor fixes to updated new builder codeVincent Ambo1-2/+2
2019-10-03 refactor(server): Introduce a state type to carry runtime stateVincent Ambo1-11/+7
2019-09-10 feat(server): Cache built manifests to the GCS bucketVincent Ambo1-1/+1
2019-09-10 refactor(server): Move package source management logic to serverVincent Ambo1-1/+5
2019-08-14 fix(server): Print correct project name during startupVincent Ambo1-1/+1
2019-08-14 feat(builder): Implement build cache for manifests & layersVincent Ambo1-1/+4
2019-08-14 refactor(server): Extract build logic into separate moduleVincent Ambo1-304/+26
2019-08-14 refactor(server): Use wrapper script to avoid path dependencyVincent Ambo1-6/+2
2019-08-14 refactor: Move registry server to a subfolderVincent Ambo1-0/+492