Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-14 | feat(build-image): Introduce a terrifying hack to build group-layers | Vincent Ambo | 3 | -13/+86 |
2019-08-14 | feat: Add shell.nix for running a local Nixery | Vincent Ambo | 1 | -0/+27 |
2019-08-14 | feat(popcount): Clean up popularity counting script | Vincent Ambo | 5 | -51/+93 |
2019-08-14 | refactor(server): Use wrapper script to avoid path dependency | Vincent Ambo | 7 | -9/+73 |
2019-08-14 | chore(docs): Move mdBook derivation to docs/default.nix | Vincent Ambo | 2 | -23/+20 |
2019-08-14 | refactor: Move registry server to a subfolder | Vincent Ambo | 4 | -29/+18 |
2019-08-14 | chore(build): Update Go dependencies & add gonum | Vincent Ambo | 1 | -4/+13 |
2019-08-14 | feat(group-layers): Finish layering algorithm implementation | Vincent Ambo | 1 | -58/+103 |
2019-08-14 | feat(group-layers): Add initial popcount scripts | Vincent Ambo | 2 | -0/+64 |
2019-08-14 | feat(group-layers): Add preliminary size & popularity considerations | Vincent Ambo | 1 | -26/+66 |
2019-08-14 | feat(group-layers): Implement first half of new layering strategy | Vincent Ambo | 1 | -0/+267 |
2019-08-08 | docs: Update embedded nix-1p | Vincent Ambo | 1 | -2/+2 |
2019-08-08 | chore(nix): Increase maximum number of layers to 96 | Vincent Ambo | 2 | -6/+5 |
2019-08-08 | fix(go): Fix breakage in unsigned URLs | Vincent Ambo | 1 | -1/+1 |
2019-08-05 | docs: Minor fixes to README after new website release | Vincent Ambo | 1 | -5/+6 |
2019-08-05 | docs: Add a section on Nix itself | Vincent Ambo | 1 | -0/+31 |
2019-08-05 | docs: Add a section on running your own Nixery | Vincent Ambo | 2 | -2/+145 |
2019-08-05 | docs: Add an "under-the-hood" page explaining the build process | Vincent Ambo | 3 | -4/+110 |
2019-08-05 | feat(build): Build Nixery book and embed it into Nixery image | Vincent Ambo | 2 | -8/+46 |
2019-08-05 | feat(build): Add mdBook 0.3.1 to build environment | Vincent Ambo | 1 | -0/+18 |
2019-08-05 | docs: Replace static page with mdBook site | Vincent Ambo | 11 | -108/+97 |
2019-08-04 | feat(build): Configure Cachix for build caching in CI | Vincent Ambo | 1 | -0/+5 |
2019-08-04 | feat(build): Support additional pre-launch commands in image | Vincent Ambo | 1 | -1/+4 |
2019-08-03 | fix(nix): Support retrieving differently cased top-level attributes | Vincent Ambo | 1 | -4/+29 |