Age | Commit message (Expand) | Author | Files | Lines |
2024-05-25 | r/8168 fix(tvix/eval): drop superfluous string context check | edef | 1 | -4/+1 |
2024-05-25 | r/8167 fix(tvix/eval): disallow empty but allocated string contexts | edef | 1 | -3/+25 |
2024-05-23 | r/8166 docs(tvix/docs/TODO): add item for string context rework | Florian Klink | 1 | -0/+9 |
2024-05-23 | r/8165 docs(tvix/TODO): toXML string context and self-closing tags is done | Florian Klink | 1 | -3/+0 |
2024-05-23 | r/8164 feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator | Florian Klink | 6 | -60/+57 |
2024-05-23 | r/8163 feat(tvix/eval): teach builtins.toXML context | Florian Klink | 4 | -6/+53 |
2024-05-23 | r/8162 feat(tvix/eval): add NixContext::extend | Florian Klink | 1 | -1/+9 |
2024-05-23 | r/8161 fix(tvix/eval): NixString are bytes | Florian Klink | 1 | -1/+1 |
2024-05-22 | r/8160 refactor(tvix/eval): rewrite xml emitter to be simple-stupid | Profpatsch | 9 | -89/+205 |
2024-05-20 | r/8159 feat(tvix/store): concurrently upload small blobs during nar ingestion | Connor Brewster | 1 | -12/+22 |
2024-05-20 | r/8158 refactor(tvix/castore): extract concurrent blob uploader | Connor Brewster | 3 | -97/+190 |
2024-05-20 | r/8157 refactor(tvix/store/pathinfo): test with PathInfoService directly | Florian Klink | 4 | -71/+58 |
2024-05-20 | r/8156 fix(tvix/eval): use fake values for __curPos, rather than an error | Florian Klink | 1 | -2/+9 |
2024-05-17 | r/8155 feat(ops/users): add benjaminedwardwebb to users | sterni | 1 | -0/+5 |
2024-05-16 | r/8154 docs(tvix): Begin documenting the Nix daemon protocol | Brian Olsen | 5 | -0/+1527 |
2024-05-16 | r/8153 fix(castore/directory/objectstore): fix responses for deduplicated dirs | Yureka | 1 | -7/+13 |
2024-05-16 | r/8152 chore(tvix): drop json feature for tracing-subscriber | Florian Klink | 5 | -58/+5 |
2024-05-16 | r/8151 feat(tvix/build): drop json logging | Florian Klink | 3 | -21/+6 |
2024-05-16 | r/8150 feat(tvix/store): add ObjectStoreDirectoryService | Yureka | 8 | -11/+332 |
2024-05-15 | r/8149 chore(tvix): bump to tokio-listener 0.4.1 | Florian Klink | 4 | -840/+74 |
2024-05-15 | r/8148 chore(tvix/store): bump otlp stack | Florian Klink | 3 | -361/+101 |
2024-05-15 | r/8147 chore(tvix/nar-bridge): move to nar-bridge-go | Florian Klink | 32 | -14/+13 |
2024-05-14 | r/8146 fix(users/flokli/archeology): clickhose -> clickhouse | edef | 1 | -4/+4 |
2024-05-14 | r/8145 feat(ops/users): add yuka to users | Yureka | 1 | -0/+5 |
2024-05-13 | r/8144 feat(tvix/store/pathinfo): add a Cache combinator | Florian Klink | 2 | -0/+113 |
2024-05-13 | r/8143 fix(tvix/castore/grpc): don't use explicit channel | Florian Klink | 1 | -47/+36 |
2024-05-13 | r/8142 feat(tvix/castore/directory/get_recursive): add 'static to BoxStream | Florian Klink | 5 | -6/+6 |
2024-05-13 | r/8141 feat(tvix/castore/directory/traverse_directory): simplify | Florian Klink | 1 | -48/+43 |
2024-05-13 | r/8140 feat(tvix/castore/directory/traverse): simplify code | Florian Klink | 1 | -53/+42 |
2024-05-13 | r/8139 chore(tvix/clippy): configure clippy allow block_in_conditions | Florian Klink | 5 | -3/+15 |
2024-05-13 | r/8138 fix(users/Profpatsch/MonadPostgres): take old formatter process | Profpatsch | 1 | -4/+29 |
2024-05-13 | r/8137 feat(users/Profpatsch/MyPrelude): add Arg | Profpatsch | 3 | -0/+36 |
2024-05-13 | r/8136 feat(users/Profpatsch/MonadPostgres): time formatting with event | Profpatsch | 1 | -3/+40 |
2024-05-13 | r/8135 feat(users/Profpatsch/whatcd-resolver): use PgFormatPool | Profpatsch | 3 | -50/+50 |
2024-05-13 | r/8134 feat(users/Profpatsch/MonadPostgres): add PgFormatPool | Profpatsch | 1 | -19/+127 |
2024-05-13 | r/8133 fix(users/Profpatsch/MonadPostgres): make sure no rc file is used | Profpatsch | 1 | -1/+3 |
2024-05-13 | r/8132 refactor(users/Profpatsch/MonadPostgres): rephrase maybe match | Profpatsch | 1 | -4/+3 |
2024-05-13 | r/8131 feat(users/Profpatsch/whatcd-resolver): allow listing only download | Profpatsch | 2 | -6/+9 |
2024-05-13 | r/8130 refactor(users/Profpatsch/whatcd-resolver): artistPage hander fn | Profpatsch | 1 | -1/+8 |
2024-05-13 | r/8129 feat(users/Profpatsch/whatcd-resolver): trivial artist page | Profpatsch | 1 | -1/+16 |
2024-05-13 | r/8128 fix(users/Profpatsch/whatcd-resolver): only prepend log path | Profpatsch | 1 | -2/+2 |
2024-05-13 | r/8127 refactor(users/Profpatsch/whatcd-resolver): inline hh | Profpatsch | 1 | -17/+15 |
2024-05-13 | r/8126 refactor(users/Profpatsch/whatcd-resolver): inline h | Profpatsch | 1 | -3/+2 |
2024-05-13 | r/8125 refactor(users/Profpatsch/whatcd-resolver): fix respond warning | Profpatsch | 1 | -3/+3 |
2024-05-13 | r/8124 refactor(users/Profpatsch/whatcd-resolver): remove all debug | Profpatsch | 1 | -4/+1 |
2024-05-13 | r/8123 fix(users/Profpatsch/whatcd-resolver): comment out jsonld | Profpatsch | 1 | -8/+6 |
2024-05-13 | r/8122 refactor(users/Profpatsch/whatcd-resolver): handler response struct | Profpatsch | 1 | -12/+18 |
2024-05-13 | r/8121 fix(users/Profpatsch/MonadPostgres): fix query logging msg | Profpatsch | 1 | -3/+3 |
2024-05-13 | r/8120 fix(users/Profpatsch/whatcd-resolver): always use good html renderer | Profpatsch | 1 | -6/+1 |
2024-05-13 | r/8119 fix(users/Profpatsch/whatcd-resolver): prepend / for route logging | Profpatsch | 1 | -2/+2 |