snix/tvix/castore/src/directoryservice
Florian Klink e71a857ec8 refactor(tvix/[ca]store): rename store composition feature flags
tvix-castore already supports composition without any additional feature
flags, the only thing that can be explicitly enabled is referring to
other stores via an anonymous url. Rename that feature flag to
"xp-composition-url-refs".

tvix-store effectively only controls the CLI surface, so rename this to
"xp-composition-cli".

The "store" in the feature name was dropped, as it's already apparent
from being in the tvix-[ca]store crate.

Change-Id: I1175dc6280cbba4cbcdfb7fd4b35fce713b45fc4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12747
Tested-by: BuildkiteCI
Reviewed-by: yuka <yuka@yuka.dev>
2024-11-11 18:46:33 +00:00
..
tests refactor(tvix/store/composition): rename 'default' to 'root' 2024-11-11 18:46:33 +00:00
bigtable.rs feat(tvix): add instance_name to instrumentation of *Services 2024-11-08 20:16:49 +00:00
combinators.rs feat(tvix): add instance_name to instrumentation of *Services 2024-11-08 20:16:49 +00:00
directory_graph.rs refactor(tvix/castore): remove use of lazy_static 2024-10-17 21:17:25 +00:00
from_addr.rs refactor(tvix/[ca]store): rename store composition feature flags 2024-11-11 18:46:33 +00:00
grpc.rs feat(tvix): add instance_name to instrumentation of *Services 2024-11-08 20:16:49 +00:00
memory.rs feat(tvix): add instance_name to instrumentation of *Services 2024-11-08 20:16:49 +00:00
mod.rs refactor(tvix/[ca]store): use auto_impl 2024-10-18 21:45:55 +00:00
object_store.rs refactor(tvix/store/composition): rename 'default' to 'root' 2024-11-11 18:46:33 +00:00
order_validator.rs refactor(tvix/castore): drop {Directory,File,Symlink}Node 2024-08-17 09:46:01 +00:00
redb.rs refactor(tvix/store/composition): rename 'default' to 'root' 2024-11-11 18:46:33 +00:00
simple_putter.rs refactor(tvix/castore): use Directory struct separate from proto one 2024-08-13 12:17:01 +00:00
traverse.rs refactor(tvix/castore): add into_nodes(), implement consuming proto conv 2024-08-17 15:59:10 +00:00
utils.rs refactor(tvix/castore): drop {Directory,File,Symlink}Node 2024-08-17 09:46:01 +00:00