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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-03
fix(nix): Minor fixes to derivations for new build process
Vincent Ambo
2
-2
/
+3
2019-10-03
feat(server): Implement package for creating image manifests
Vincent Ambo
1
-0
/
+114
2019-10-03
feat(server): Reimplement creation & uploading of layers
Vincent Ambo
3
-87
/
+250
2019-10-03
refactor(server): Introduce a state type to carry runtime state
Vincent Ambo
2
-11
/
+31
2019-10-03
feat(server): Add cache for layer builds in GCS & local cache
Vincent Ambo
1
-0
/
+86
2019-10-03
feat(nix): Add derivation to create layer tars from a store path set
Vincent Ambo
3
-9
/
+69
2019-10-03
docs(caching): Add information about Nixery's caching strategies
Vincent Ambo
2
-0
/
+71
2019-10-03
feat(server): Introduce function to hash contents of a layer
Vincent Ambo
1
-0
/
+13
2019-10-03
refactor(server): Expose layer grouping logic via a function
Vincent Ambo
1
-55
/
+24
2019-10-03
chore(server): Import layer grouping logic into server component
Vincent Ambo
2
-0
/
+361
2019-10-03
chore(build-image): Simplify wrapper build & remove layer grouping
Vincent Ambo
5
-452
/
+21
2019-10-03
refactor(build-image): Do not assemble image layers in Nix
Vincent Ambo
1
-162
/
+57
2019-09-22
refactor(build): Add group-layers to top-level Nix derivations
Vincent Ambo
1
-5
/
+7
2019-09-22
refactor(build-image): Minor tweak to layer construction script
Vincent Ambo
1
-2
/
+2
2019-09-21
fix(build): Ensure launch script compatibility with other runtimes
Vincent Ambo
1
-1
/
+2
2019-09-21
feat(server): Log Nix output live during the builds
Vincent Ambo
1
-3
/
+12
2019-09-21
fix(build-image): Use absolute paths in tarballs
Vincent Ambo
1
-2
/
+2
2019-09-21
fix(build): Ensure nixery-build-image is on Nixery's PATH
Vincent Ambo
1
-0
/
+1
2019-09-21
chore(build): Bump nixpkgs version used in Travis
Vincent Ambo
1
-1
/
+1
2019-09-21
feat: Add configuration option for popularity data URL
Vincent Ambo
5
-5
/
+12
2019-09-21
chore(docs): Remove mdbook override
Vincent Ambo
1
-18
/
+0
2019-09-10
refactor(builder): Calculate image cache key only once
Vincent Ambo
2
-17
/
+15
2019-09-10
feat(server): Cache built manifests to the GCS bucket
Vincent Ambo
3
-23
/
+96
2019-09-10
refactor(server): Use package source specific cache keys
Vincent Ambo
2
-32
/
+21
2019-09-10
refactor(server): Move package source management logic to server
Vincent Ambo
8
-105
/
+192
2019-09-02
docs: Add information about NIX_TIMEOUT variable
Vincent Ambo
2
-1
/
+5
2019-09-02
feat(server): Add configuration option for Nix build timeouts
Vincent Ambo
2
-6
/
+11
2019-09-02
refactor(build-image): Remove implicit import of entire package set
Vincent Ambo
1
-8
/
+5
2019-09-02
refactor(build-image): Simplify customisation layer builder
Vincent Ambo
1
-15
/
+16
2019-08-21
chore(build): Add iana-etc to Nixery's own image
Vincent Ambo
1
-0
/
+1
2019-08-21
chore(docs): Update embedded nix-1p version
Vincent Ambo
1
-2
/
+2
2019-08-19
fix(build): Force nix-env to use NIX_PATH
Vincent Ambo
1
-6
/
+5
2019-08-19
chore(build): Pin nixpkgs to a specific commit
Vincent Ambo
1
-0
/
+2
2019-08-19
feat(build): Add 'extraPackages' parameter
Vincent Ambo
1
-2
/
+4
2019-08-19
fix(docs): Correct link to layering strategy
Vincent Ambo
1
-1
/
+1
2019-08-17
fix(build): Ensure root user is known inside of container
Vincent Ambo
1
-0
/
+4
2019-08-17
fix(server): Sort requested packages in image name & spec
Vincent Ambo
1
-3
/
+13
2019-08-17
docs(README): Update links to layering strategy
Vincent Ambo
1
-4
/
+7
2019-08-16
feat(server): add iana-etc and cacert to the shell convenience package
Florian Klink
1
-1
/
+1
2019-08-15
fix(build): Ensure GCS signing is used in CI
Vincent Ambo
1
-0
/
+2
2019-08-15
docs: Add asciinema demo to README & book
Vincent Ambo
2
-17
/
+12
2019-08-15
docs(book): Update information on new layering strategy
Vincent Ambo
2
-8
/
+11
2019-08-15
feat(build): Add an integration test that runs on Travis
Vincent Ambo
1
-2
/
+47
2019-08-14
chore(server): Add 'go vet' to build process
Vincent Ambo
1
-0
/
+8
2019-08-14
fix(server): Print correct project name during startup
Vincent Ambo
1
-1
/
+1
2019-08-14
feat(builder): Implement build cache for manifests & layers
Vincent Ambo
3
-42
/
+152
2019-08-14
refactor(server): Extract build logic into separate module
Vincent Ambo
3
-304
/
+365
2019-08-14
refactor(build-image): Extract package set loading into helper
Vincent Ambo
4
-65
/
+87
2019-08-14
style: Apply nixfmt to trivial Nix files
Vincent Ambo
5
-27
/
+21
2019-08-14
feat(build-image): Use new image layering algorithm for images
Vincent Ambo
1
-38
/
+47
[prev]
[next]