about summary refs log tree commit diff
path: root/tvix/castore/src/directoryservice
AgeCommit message (Expand)AuthorFilesLines
10 days r/8900 refactor(tvix/[ca]store): rename store composition feature flagsFlorian Klink1-2/+2
10 days r/8899 refactor(tvix/store/composition): rename 'default' to 'root'Florian Klink3-3/+3
13 days r/8896 feat(tvix): add instance_name to instrumentation of *ServicesBob van der Linden7-43/+91
2024-10-18 r/8835 refactor(tvix/[ca]store): use auto_implFlorian Klink2-27/+4
2024-10-17 r/8823 refactor(tvix/castore): remove use of lazy_staticFlorian Klink2-18/+15
2024-10-17 r/8821 chore(tvix/castore): remove commented-out test fixtureFlorian Klink1-9/+1
2024-10-10 r/8785 feat(tvix/composition): allow urls as anonymous storesYureka1-1/+11
2024-10-10 r/8784 feat(tvix/dirsvc/Cache): support building from urlYureka1-5/+6
2024-10-03 r/8752 chore(tvix/[ca]store): Drop sled support completely in favor of redbIlan Joselevich4-283/+0
2024-09-07 r/8662 feat(tvix/castore): expose ValidatedDirectoryGraph typeYureka1-1/+1
2024-08-18 r/8511 feat(tvix/castore): add Directory::try_from_iter()Florian Klink2-23/+18
2024-08-17 r/8508 refactor(tvix/castore): add `name` back to edge weightsFlorian Klink1-11/+22
2024-08-17 r/8507 refactor(tvix/castore): add into_nodes(), implement consuming proto convFlorian Klink1-1/+1
2024-08-17 r/8506 refactor(tvix/castore): add PathComponent type for checked componentsFlorian Klink3-9/+7
2024-08-17 r/8505 refactor(tvix/castore): drop {Directory,File,Symlink}NodeFlorian Klink6-83/+99
2024-08-17 r/8504 refactor(tvix/castore): remove `name` from NodesFlorian Klink6-47/+50
2024-08-13 r/8486 refactor(tvix/castore): move *Node and Directory to crate rootFlorian Klink6-481/+17
2024-08-13 r/8484 refactor(tvix/castore): use Directory struct separate from proto oneYureka14-294/+650
2024-08-01 r/8437 feat(tvix/castore): add RedbDirectoryServiceIlan Joselevich4-0/+329
2024-08-01 r/8435 chore(3p/sources): Bump channels & overlays (2024-07-28)Aspen Smith1-2/+10
2024-07-25 r/8413 test(tvix/castore/dirsvc): check for a pitfall with deduplicated dirsYureka1-5/+34
2024-07-25 r/8412 fix(tvix/castore/GRPCDirectorySvc): fix a bug in the get_recursive fnYureka1-3/+9
2024-07-23 r/8407 fix(tvix/directoryservice): clarify get_recursive not foundYureka4-13/+41
2024-07-21 r/8385 chore(tvix): upgrade to tonic 0.12 / hyper 1.0Yureka1-1/+2
2024-07-19 r/8372 feat(tvix): different service types in one compositionYureka6-6/+6
2024-07-18 r/8368 refactor(tvix): use composition & registry for from_addrYureka7-95/+123
2024-07-18 r/8367 feat(tvix/castore): add sled to composition registryYureka2-1/+51
2024-07-18 r/8365 feat(tvix/castore): add composition moduleYureka6-42/+170
2024-06-29 r/8329 fix(tvix/castore/object_store): make query pairs object_store optsFlorian Klink1-2/+5
2024-06-20 r/8300 refactor(tvix/*store): remove some trait boundsFlorian Klink1-8/+2
2024-06-20 r/8299 feat(tvix/tracing): gRPC trace context propagationSimon Hauser2-10/+24
2024-06-20 r/8298 feat(tvix/castore): instrument tokio task with current spanSimon Hauser1-8/+11
2024-06-16 r/8284 feat(castore/directory): add cache combinatorYureka2-0/+144
2024-06-16 r/8283 refactor(castore/directory/objectstore): use new order validation logicYureka1-14/+10
2024-06-16 r/8282 refactor(castore/directory): separate order logic from ClosureValidatorYureka7-323/+628
2024-05-16 r/8153 fix(castore/directory/objectstore): fix responses for deduplicated dirsYureka1-7/+13
2024-05-16 r/8150 feat(tvix/store): add ObjectStoreDirectoryServiceYureka5-9/+323
2024-05-13 r/8142 feat(tvix/castore/directory/get_recursive): add 'static to BoxStreamFlorian Klink5-6/+6
2024-05-13 r/8141 feat(tvix/castore/directory/traverse_directory): simplifyFlorian Klink1-48/+43
2024-05-13 r/8140 feat(tvix/castore/directory/traverse): simplify codeFlorian Klink1-53/+42
2024-05-11 r/8114 refactor(tvix/castore/directoryservice/memory): use tokio RwLockFlorian Klink1-3/+4
2024-05-11 r/8101 fix(tvix/castore/directory/sled): use spawn_blockingFlorian Klink1-39/+60
2024-05-03 r/8070 test(tvix/[ca]store): enable bigtable only with "integration" featureFlorian Klink2-4/+4
2024-05-02 r/8066 feat(tvix/castore/directory/traverse): use castore PathsFlorian Klink1-52/+14
2024-04-25 r/8008 fix(tvix): typoedef1-1/+1
2024-04-20 r/7985 feat(tvix/castore): Fix build warnings in release modeConnor Brewster1-0/+1
2024-04-15 r/7928 fix(tvix/castore/directory): fix graph traversalFlorian Klink1-90/+102
2024-04-13 r/7906 feat(tvix/*store/bigtable): limit retries connecting to cbtemulatorFlorian Klink1-1/+3
2024-04-12 r/7886 feat(tvix/castore/directory/grpc): instrument functionsFlorian Klink1-1/+3
2024-04-09 r/7881 feat(tvix/castore/directory): add bigtable backendFlorian Klink5-1/+410