tvl-depot/tvix/store/src
Florian Klink 2fa5e71d5e fix(tvix/store): restore v1alpha reflection endpoint
tonic-reflection 0.12.x moved from the v1alpha to v1 of the reflection
protocol.

However, most clients, like Postman, Kreya and evans don't support that
one yet.

Bump tonic-reflection to 0.12.2, which re-introduces v1alpha support
alongside the v1 version of it, registering both services.

This fixes the example documented in tvix/store/README.md, it was
previously failing as evans couldn't find the v1alpha reflection
service.

See https://github.com/hyperium/tonic/pull/1888 for details.

Change-Id: I55438877317f82dc39face13afeb9594cda07a4e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12353
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
2024-08-27 10:34:43 +00:00
..
bin fix(tvix/store): restore v1alpha reflection endpoint 2024-08-27 10:34:43 +00:00
nar refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
pathinfoservice refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
proto refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
tests refactor(tvix/castore): drop {Directory,File,Symlink}Node 2024-08-17 09:46:01 +00:00
composition.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
import.rs refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
lib.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
utils.rs docs(tvix/store/utils): add docstrings for ServiceUrls* 2024-08-12 15:26:31 +00:00