Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

WIP: RoutingBlobAccess #196

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2024

  1. bazel: Add .bazelversion file

    This change adds a `.bazelversion` file which allows `bazelisk` users to
    use the expected version of `bazel` when building. The version of bazel
    specified matches that of the one used in Github Actions currently.
    
    This is a small quality-of-life improvement, as otherwise the default of
    "latest release" will download bazel 7, fail to build, and create
    bzlmod-related files in the process.
    minor-fixes committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    75efe95 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. proto/configuration: Add RoutingBlobAccess

    This change adds a config option for `RoutingBlobAccess`, which is
    intended to hold all possible ways to rewrite instance names.
    
    While it is possible to affect instance name by (ab)using
    `DemultiplexingBlobAccess`, there are some sharp edges (e.g. using it to
    add an instance name may not work as expected, as not only must the
    instance name be valid on the inner blobstore, but it must be valid once
    returned upwards as well). `RoutingBlobAccess` will attempt to fix that
    by offering easier-to-use semantics around instance name rewriting.
    minor-fixes committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    67885fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a60e0 View commit details
    Browse the repository at this point in the history