about summary refs log tree commit diff
path: root/tools/nixery/server/builder (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03 refactor(server): Always include 'cacert' & 'iana-etc'Vincent Ambo1-2/+3
2019-10-03 fix(server): Ensure build cache objects are written to GCSVincent Ambo1-0/+5
2019-10-03 feat(server): Order layers in image manifest based on merge ratingVincent Ambo1-0/+1
2019-10-03 feat(server): Implement creation of layer tarballs in the serverVincent Ambo2-79/+158
2019-10-03 fix(server): Do not invoke layer build if no layers are missingVincent Ambo1-1/+5
2019-10-03 feat(server): Reimplement local manifest cache backed by filesVincent Ambo3-46/+56
2019-10-03 refactor(builder): Streamline layer creation & reintroduce cachingVincent Ambo1-28/+53
2019-10-03 refactor: Remove remaining MD5-hash mentions and computationsVincent Ambo1-15/+9
2019-10-03 refactor(server): Cache manifest entries for layer buildsVincent Ambo1-30/+26
2019-10-03 feat(server): Reintroduce manifest caching to GCSVincent Ambo2-29/+29
2019-10-03 refactor(server): Clean up cache implementationVincent Ambo2-23/+22
2019-10-03 chore(server): Remove "layer seen" cacheVincent Ambo1-29/+5
2019-10-03 fix(server): Upload symlink layer created by first Nix buildVincent Ambo1-1/+6
2019-10-03 fix(server): Specify correct authentication scope for GCSVincent Ambo1-1/+4
2019-10-03 feat(server): Implement new build process coreVincent Ambo1-58/+52
2019-10-03 fix(server): Minor fixes to updated new builder codeVincent Ambo1-6/+5
2019-10-03 feat(server): Reimplement creation & uploading of layersVincent Ambo1-85/+248
2019-10-03 refactor(server): Introduce a state type to carry runtime stateVincent Ambo1-0/+24
2019-10-03 feat(server): Add cache for layer builds in GCS & local cacheVincent Ambo1-0/+86
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 Ambo1-0/+4
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 Ambo2-22/+95
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 Ambo1-3/+4
2019-09-02 feat(server): Add configuration option for Nix build timeoutsVincent Ambo1-0/+1
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 feat(builder): Implement build cache for manifests & layersVincent Ambo2-41/+148
2019-08-14 refactor(server): Extract build logic into separate moduleVincent Ambo1-0/+208