about summary refs log tree commit diff
path: root/tools/nixery/main.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23 r/4106 refactor(nixery): Modernise structure of binariesVincent Ambo1-281/+0
2022-05-23 r/4105 refactor(nixery): Extract layering logic into separate packageVincent Ambo1-3/+4
2022-04-20 r/3982 chore(nixery): Housekeeping for depot compatibilityVincent Ambo1-13/+2
2021-10-08 revert: "feat(storage): Add generic support for content-types"Jérôme Petazzoni1-10/+0
2021-04-27 feat(storage): Add generic support for content-typesJerome Petazzoni1-0/+10
2020-10-29 feat(storage): Add support for content-types (GCS only)Vincent Ambo1-1/+2
2020-10-27 feat(main): Implement caching of manifests in CASVincent Ambo1-0/+35
2020-10-27 feat(main): Implement serving of manifests by digestVincent Ambo1-11/+12
2020-10-27 refactor(storage): Rename ServeLayer -> ServeVincent Ambo1-2/+2
2020-10-27 refactor(main): Split HTTP handlers into separate functionsVincent Ambo1-56/+61
2019-11-27 refactor: Reshuffle file structure for better code layoutVincent Ambo1-0/+249
2019-08-14 refactor: Move registry server to a subfolderVincent Ambo1-492/+0
2019-08-08 fix(go): Fix breakage in unsigned URLsVincent Ambo1-1/+1
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(go): Remove 'builder' metapackageVincent Ambo1-5/+2
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-07-31 feat(go): Add environment configuration for package set sourcesVincent Ambo1-11/+74
2019-07-30 refactor(main): Introduce more flexible request routingVincent Ambo1-57/+62
2019-07-23 chore: Add license scaffolding & contribution guidelinesVincent Ambo1-0/+14
2019-07-23 style(main): Reflow comments to 80 characters maximumVincent Ambo1-42/+51
2019-07-23 feat(main): Add additional envvars to configure NixeryVincent Ambo1-32/+49
2019-07-23 chore: Import Nixery from experimentalVincent Ambo1-0/+309