Age | Commit message (Expand) | Author | Files | Lines |
2023-10-16 | r/6830 feat(users/flokli): add ASG Lightning talk presentation | Florian Klink | 3 | -0/+187 |
2023-10-16 | r/6829 feat(users/flokli): add NixCon 2023 presentation | Florian Klink | 8 | -0/+386 |
2023-10-16 | r/6828 refactor(nix-compat/derivation): fix function name | Florian Klink | 2 | -2/+2 |
2023-10-16 | r/6827 refactor(tvix/cli): clippy | Florian Klink | 1 | -1/+1 |
2023-10-16 | r/6826 refactor(tvix/store): clippy | Florian Klink | 1 | -1/+1 |
2023-10-16 | r/6825 refactor(tvix/nix-compat): clippy | Florian Klink | 1 | -2/+2 |
2023-10-16 | r/6824 refactor(tvix/castore): clippy | Florian Klink | 1 | -1/+1 |
2023-10-16 | r/6823 refactor(tvix/store/fs): clippy | Florian Klink | 2 | -7/+14 |
2023-10-16 | r/6822 docs(REVIEWS): update commit-msg hook instructions | Florian Klink | 1 | -1/+2 |
2023-10-16 | r/6821 chore(3p/gerrit): 3.7.0-rc4 -> 3.8.2 | Luke Granger-Brown | 4 | -46/+37 |
2023-10-15 | r/6820 feat(users/Profpatsch/whatcd-resolver): also link json ld fields | Profpatsch | 1 | -8/+8 |
2023-10-15 | r/6819 feat(users/Profpatsch/whatcd-resolver): start checking musicbrainz | Profpatsch | 3 | -22/+232 |
2023-10-15 | r/6818 refactor(users/Profpatsch/jbovlaste): factor Parse into own module | Profpatsch | 7 | -167/+176 |
2023-10-15 | r/6817 chore(3p/sources): bump channels & overlays (2023-10-15) | Vincent Ambo | 1 | -18/+18 |
2023-10-15 | r/6816 chore(third_party/haskell): update pa packages | Profpatsch | 6 | -21/+28 |
2023-10-15 | r/6815 refactor(nix-compat/derivation): make write_environment more generic | Florian Klink | 1 | -5/+7 |
2023-10-15 | r/6814 refactor(nix-compat/derivation): move test fixtures to subdir | Florian Klink | 21 | -10/+10 |
2023-10-15 | r/6813 feat(tvix/nix-compat/nixhash/NixHashWithMode): from_algo_mode_hash | Florian Klink | 5 | -2/+54 |
2023-10-15 | r/6812 refactor(nix-compat/nixhash): add Result type alias | Florian Klink | 1 | -6/+9 |
2023-10-15 | r/6811 refactor(nix-compat/nixhash): box sha512 | Florian Klink | 1 | -4/+4 |
2023-10-14 | r/6810 refactor(tvix/store): Upgrade tokio-listener to get tonic support | Connor Brewster | 6 | -141/+29 |
2023-10-14 | r/6809 feat(users/Profpatsch/whatcd-resolver): more otel traces | Profpatsch | 3 | -117/+273 |
2023-10-14 | r/6808 refactor(tvix/nix-compat/derivation): fod_digest return [u8; 32] | Florian Klink | 1 | -4/+4 |
2023-10-14 | r/6807 refactor(tvix/nix-compat): make NixHash an enum with fixed-len bytes | Florian Klink | 8 | -221/+227 |
2023-10-14 | r/6806 feat(tvix/store/protos): use Validate() function on root node | Florian Klink | 4 | -37/+22 |
2023-10-14 | r/6805 feat(tvix/store/protos): add Deriver field to PathInfo | Florian Klink | 10 | -39/+161 |
2023-10-14 | r/6804 feat(tvix/store/protos): add StorePath message | Florian Klink | 3 | -48/+137 |
2023-10-14 | r/6803 refactor(tvix/store/fs): make fetch_directory_inode_data async | Florian Klink | 1 | -30/+32 |
2023-10-14 | r/6802 refactor(tvix/*store): helper for channel creation from url | Florian Klink | 6 | -129/+88 |
2023-10-14 | r/6801 refactor(tvix/*store): reorganize from_url | Florian Klink | 3 | -36/+27 |
2023-10-14 | r/6800 refactor(tvix/*store): remove some grpc_client let bindings | Florian Klink | 3 | -27/+25 |
2023-10-14 | r/6799 feat(tvix/castore/protos): add more granular validation methods | Florian Klink | 2 | -29/+104 |
2023-10-14 | r/6798 refactor(tvix/castore): simplify node validation checks | Florian Klink | 1 | -9/+8 |
2023-10-13 | r/6797 chore(3p/sources): bump channels & overlays (2023-10-13) | Vincent Ambo | 1 | -15/+15 |
2023-10-13 | r/6796 docs(tvix/castore): point out use of contents_first | Linus Heckemann | 1 | -0/+5 |
2023-10-13 | r/6795 refactor(tvix/store/protos): remove unused mustBlobDigest function | Florian Klink | 1 | -10/+0 |
2023-10-12 | r/6794 refactor(tvix/castore): factor out node checks | Florian Klink | 4 | -67/+108 |
2023-10-12 | r/6793 refactor(tvix/store/fs): use while let statement | Florian Klink | 1 | -22/+16 |
2023-10-12 | r/6792 refactor(tvix/store/proto): merge two match statements into one | Florian Klink | 1 | -29/+23 |
2023-10-12 | r/6791 refactor(tvix/store): clippy lint | Florian Klink | 4 | -4/+4 |
2023-10-12 | r/6790 refactor(tvix/castore/utils): clippy | Florian Klink | 1 | -8/+4 |
2023-10-12 | r/6789 feat(tvix/store): enable tls[-roots] feature in tonic | Florian Klink | 3 | -5/+564 |
2023-10-12 | r/6788 fix(tvix/store/fs): fix typo | edef | 1 | -3/+3 |
2023-10-12 | r/6787 refactor(tvix/nar-bridge): panic on inval PathInfo.NarInfo.NarSha256 | Florian Klink | 4 | -9/+6 |
2023-10-11 | r/6786 feat(tvix/store): validate nar_sha256 | Florian Klink | 2 | -2/+26 |
2023-10-11 | r/6785 feat(tvix/store/protos): validate NarSha256 | Florian Klink | 2 | -1/+17 |
2023-10-11 | r/6784 docs(tvix/nar-bridge): remove redundant comments | Florian Klink | 1 | -2/+0 |
2023-10-11 | r/6783 refactor(tvix/nar-bridge): use mh.SHA2_256 | Florian Klink | 2 | -2/+5 |
2023-10-11 | r/6782 docs(tvix/store/protos): explain a bit more what we're doing | Florian Klink | 1 | -1/+3 |
2023-10-11 | r/6781 feat(tvix/nar-bridge): stop parsing nixbase32 manually, validate | Florian Klink | 2 | -10/+24 |