about summary refs log tree commit diff
path: root/tools/nixery/server
AgeCommit message (Expand)AuthorFilesLines
2019-09-21 feat(server): Log Nix output live during the buildsVincent Ambo1-3/+12
2019-09-21 feat: Add configuration option for popularity data URLVincent Ambo2-0/+6
2019-09-10 refactor(builder): Calculate image cache key only onceVincent Ambo2-17/+15
2019-09-10 feat(server): Cache built manifests to the GCS bucketVincent Ambo3-23/+96
2019-09-10 refactor(server): Use package source specific cache keysVincent Ambo2-32/+21
2019-09-10 refactor(server): Move package source management logic to serverVincent Ambo4-61/+173
2019-09-02 feat(server): Add configuration option for Nix build timeoutsVincent Ambo2-6/+11
2019-08-17 fix(server): Sort requested packages in image name & specVincent Ambo1-3/+13
2019-08-16 feat(server): add iana-etc and cacert to the shell convenience packageFlorian Klink1-1/+1
2019-08-14 chore(server): Add 'go vet' to build processVincent Ambo1-0/+8
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 Ambo3-42/+152
2019-08-14 refactor(server): Extract build logic into separate moduleVincent Ambo3-304/+365
2019-08-14 style: Apply nixfmt to trivial Nix filesVincent Ambo1-2/+2
2019-08-14 refactor(server): Use wrapper script to avoid path dependencyVincent Ambo2-6/+16
2019-08-14 refactor: Move registry server to a subfolderVincent Ambo3-0/+619