about summary refs log tree commit diff
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15 docs: Add asciinema demo to README & bookVincent Ambo2-17/+12
2019-08-15 docs(book): Update information on new layering strategyVincent Ambo2-8/+11
2019-08-15 feat(build): Add an integration test that runs on TravisVincent Ambo1-2/+47
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 refactor(build-image): Extract package set loading into helperVincent Ambo4-65/+87
2019-08-14 style: Apply nixfmt to trivial Nix filesVincent Ambo5-27/+21
2019-08-14 feat(build-image): Use new image layering algorithm for imagesVincent Ambo1-38/+47
2019-08-14 feat(build-image): Introduce a terrifying hack to build group-layersVincent Ambo3-13/+86
2019-08-14 feat: Add shell.nix for running a local NixeryVincent Ambo1-0/+27
2019-08-14 feat(popcount): Clean up popularity counting scriptVincent Ambo5-51/+93
2019-08-14 refactor(server): Use wrapper script to avoid path dependencyVincent Ambo7-9/+73
2019-08-14 chore(docs): Move mdBook derivation to docs/default.nixVincent Ambo2-23/+20
2019-08-14 refactor: Move registry server to a subfolderVincent Ambo4-29/+18
2019-08-14 chore(build): Update Go dependencies & add gonumVincent Ambo1-4/+13
2019-08-14 feat(group-layers): Finish layering algorithm implementationVincent Ambo1-58/+103
2019-08-14 feat(group-layers): Add initial popcount scriptsVincent Ambo2-0/+64
2019-08-14 feat(group-layers): Add preliminary size & popularity considerationsVincent Ambo1-26/+66
2019-08-14 feat(group-layers): Implement first half of new layering strategyVincent Ambo1-0/+267
2019-08-08 docs: Update embedded nix-1pVincent Ambo1-2/+2
2019-08-08 chore(nix): Increase maximum number of layers to 96Vincent Ambo2-6/+5
2019-08-08 fix(go): Fix breakage in unsigned URLsVincent Ambo1-1/+1
2019-08-05 docs: Minor fixes to README after new website releaseVincent Ambo1-5/+6
2019-08-05 docs: Add a section on Nix itselfVincent Ambo1-0/+31
2019-08-05 docs: Add a section on running your own NixeryVincent Ambo2-2/+145
2019-08-05 docs: Add an "under-the-hood" page explaining the build processVincent Ambo3-4/+110
2019-08-05 feat(build): Build Nixery book and embed it into Nixery imageVincent Ambo2-8/+46
2019-08-05 feat(build): Add mdBook 0.3.1 to build environmentVincent Ambo1-0/+18
2019-08-05 docs: Replace static page with mdBook siteVincent Ambo11-108/+97
2019-08-04 feat(build): Configure Cachix for build caching in CIVincent Ambo1-0/+5
2019-08-04 feat(build): Support additional pre-launch commands in imageVincent Ambo1-1/+4
2019-08-03 fix(nix): Support retrieving differently cased top-level attributesVincent Ambo1-4/+29
2019-08-03 docs: Add GCS signing envvars to READMEVincent Ambo1-0/+4
2019-08-03 feat(go): Support signed GCS URLs with static keysVincent Ambo1-20/+57
2019-08-03 fix(go): Registry API acknowledgement URI has a trailing slashVincent Ambo1-6/+6
2019-08-03 chore: Prevent accidental key leaks via gitignoreVincent Ambo1-0/+6
2019-08-03 fix(static): Fix logo nitpick (smoothened λ edges)Vincent Ambo1-0/+0
2019-08-03 style(static): Fix favicon background colourVincent Ambo1-0/+0
2019-08-03 chore(go): Remove 'builder' metapackageVincent Ambo1-5/+2
2019-08-02 docs: Update all nixery.appspot.com references to nixery.devVincent Ambo3-9/+9
2019-08-02 style(static): Update Nixery logo to a healthier versionVincent Ambo2-0/+0
2019-08-02 fix(build): coreutils are still required by launch scriptVincent Ambo1-0/+1
2019-08-02 docs(static): Note that the demo instance is just a demoVincent Ambo1-0/+10
2019-08-02 fix(nix): Calculate MD5 sum of config layer correctlyVincent Ambo1-1/+1
2019-08-02 feat(go): Return error responses in registry formatVincent Ambo1-9/+35
2019-08-02 feat(go): Return errors with correct status codes to clientsVincent Ambo1-3/+17
2019-08-02 fix(go): Return response code 500 if Nix builds failVincent Ambo1-0/+1
2019-08-02 feat(nix): Return structured errors if packages are not foundVincent Ambo1-10/+37