Age | Commit message (Expand) | Author | Files | Lines |
2022-06-16 | r/4242 chore(nixery): use nix-1p from within the depot | Vincent Ambo | 2 | -9/+6 |
2022-06-16 | r/4241 docs(nixery): dynamically display current nixpkgs commit | Vincent Ambo | 3 | -13/+25 |
2022-05-26 | r/4123 chore(nixery): Bump Go dependencies | Vincent Ambo | 3 | -69/+106 |
2022-05-26 | r/4121 feat(nixery): Automatically mirror subtree to Github | Vincent Ambo | 1 | -0/+8 |
2022-05-23 | r/4106 refactor(nixery): Modernise structure of binaries | Vincent Ambo | 2 | -28/+25 |
2022-05-23 | r/4105 refactor(nixery): Extract layering logic into separate package | Vincent Ambo | 4 | -21/+25 |
2022-04-21 | r/3987 fix(nixery): Avoid impure reading of .git directory | Vincent Ambo | 1 | -5/+3 |
2022-04-20 | r/3982 chore(nixery): Housekeeping for depot compatibility | Vincent Ambo | 27 | -455/+185 |
2022-04-20 | r/3979 refactor(nixery): Adapt Nix build instructions for readTree | Vincent Ambo | 2 | -7/+11 |
2022-04-20 | r/3978 feat(tools/nixery): Absorb Nixery into depot | Vincent Ambo | 45 | -0/+5063 |
2022-04-20 | docs: change references to repo URL | Raphael Borun Das Gupta | 3 | -5/+5 |
2021-12-27 | feat: set SSL_CERT_FILE and provide a Cmd | Jérôme Petazzoni | 2 | -7/+20 |
2021-12-24 | feat: add /tmp | Jérôme Petazzoni | 1 | -5/+7 |
2021-12-24 | docs: mention arm64 metapackage | Ethan Davidson | 1 | -2/+4 |
2021-12-24 | chore: fix env var name in error message | Jérôme Petazzoni | 1 | -1/+1 |
2021-12-24 | docs: update installation instructions | Jérôme Petazzoni | 1 | -12/+60 |
2021-10-29 | chore: Bump all Go dependencies | Vincent Ambo | 3 | -36/+169 |
2021-10-29 | chore: Bump nixpkgs pin to nixos-unstable 2021-10-29 | Vincent Ambo | 1 | -2/+2 |
2021-10-29 | chore(docs): Bump included nix-1p version | Vincent Ambo | 1 | -2/+2 |
2021-10-29 | docs: Remove note about unsupported Google projects | Vincent Ambo | 1 | -2/+0 |
2021-10-08 | revert: "feat(storage): Add generic support for content-types" | Jérôme Petazzoni | 1 | -10/+0 |
2021-08-25 | feat(prepare-image): Ensure /usr/bin/env is always present | Vincent Ambo | 1 | -0/+12 |
2021-08-06 | chore(build): Allow passing in a specific commit hash when building | Vincent Ambo | 1 | -2/+3 |
2021-07-15 | docs: Update build badge in README | Vincent Ambo | 1 | -1/+1 |
2021-06-26 | feat(storage): Store blob content-type in extended attributes | Jérôme Petazzoni | 4 | -3/+20 |
2021-06-20 | feat(ci): don't mount /var/cache/nixery from tmpfs into docker container | Florian Klink | 2 | -2/+13 |
2021-04-30 | feat(build): Run `go vet` as a step in the GitHub Actions workflow | Vincent Ambo | 2 | -1/+3 |
2021-04-30 | refactor(build): Pin dependencies using Go modules | Vincent Ambo | 5 | -164/+553 |
2021-04-30 | chore(build): Use current git commit hash as build version | Vincent Ambo | 1 | -6/+4 |
2021-04-30 | chore: Update default NixOS channel to nixos-20.09 | Vincent Ambo | 6 | -8/+8 |
2021-04-30 | chore(ci): Remove unnecessary commands from new CI setup | Vincent Ambo | 1 | -7/+2 |
2021-04-29 | docs: document unset GOOGLE_APPLICATION_CREDENTIALS | Florian Klink | 2 | -0/+8 |
2021-04-29 | feat(ci): add integration tests to GitHub Actions, remove .travis.yaml | Florian Klink | 3 | -78/+53 |
2021-04-29 | feat(ci): remove unneeded permissions: read-all | Florian Klink | 1 | -1/+0 |
2021-04-28 | feat(ci): Configure initial GitHub Actions setup | Vincent Ambo | 1 | -0/+29 |
2021-04-27 | feat(storage): Add generic support for content-types | Jerome Petazzoni | 1 | -0/+10 |
2021-04-14 | chore(nix): update channel URL | Jerome Petazzoni | 1 | -1/+1 |
2020-12-05 | docs: Update README with a link to the NixCon talk | Vincent Ambo | 1 | -4/+10 |
2020-12-04 | docs(config): Fix comment typo | Dave Nicponski | 1 | -1/+1 |
2020-10-29 | feat(storage): Add support for content-types (GCS only) | Vincent Ambo | 7 | -13/+34 |
2020-10-27 | docs: Add a note about a Nix-native builder to the roadmap | Vincent Ambo | 1 | -0/+6 |
2020-10-27 | feat(main): Implement caching of manifests in CAS | Vincent Ambo | 1 | -0/+35 |
2020-10-27 | feat(main): Implement serving of manifests by digest | Vincent Ambo | 1 | -11/+12 |
2020-10-27 | refactor(storage): Rename ServeLayer -> Serve | Vincent Ambo | 4 | -12/+12 |
2020-10-27 | refactor(main): Split HTTP handlers into separate functions | Vincent Ambo | 2 | -57/+62 |
2020-10-27 | fix(build): Work around arbitrary new maxLayers restriction | Vincent Ambo | 1 | -1/+1 |
2020-10-27 | fix(build): Completely remove Cachix from build setup | Vincent Ambo | 1 | -2/+2 |
2020-07-25 | fix(build): Don't use Cachix as the binary cache during builds | Vincent Ambo | 1 | -1/+0 |
2020-07-25 | chore(build): Update pinned Go dependencies | Vincent Ambo | 1 | -41/+50 |
2020-07-25 | fix(popcount): Accommodate upstream changes on nixos.org | Vincent Ambo | 1 | -2/+9 |