Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

new: Support Bazel Remote APIs. #1651

Merged
merged 23 commits into from
Nov 23, 2024
Merged

new: Support Bazel Remote APIs. #1651

merged 23 commits into from
Nov 23, 2024

Commits on Nov 15, 2024

  1. Add crate.

    milesj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ddf781d View commit details
    Browse the repository at this point in the history
  2. Add config.

    milesj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c6a8cb0 View commit details
    Browse the repository at this point in the history
  3. Start on cache.

    milesj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9312ba7 View commit details
    Browse the repository at this point in the history
  4. Move channel.

    milesj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    298151d View commit details
    Browse the repository at this point in the history
  5. Hook up service.

    milesj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    df309a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Start on new clients.

    milesj committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    979ee55 View commit details
    Browse the repository at this point in the history
  2. Get things working.

    milesj committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4de3261 View commit details
    Browse the repository at this point in the history
  3. Update configs.

    milesj committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    efd3027 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Start on action results.

    milesj committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    470ec3c View commit details
    Browse the repository at this point in the history
  2. Calculate outputs.

    milesj committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    47f19b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Get archiving working.

    milesj committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1d93002 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Upload in background.

    milesj committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    19f2950 View commit details
    Browse the repository at this point in the history
  2. Start on downloading.

    milesj committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6ddb66a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Polish error handling.

    milesj committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7544e83 View commit details
    Browse the repository at this point in the history
  2. Instrument.

    milesj committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7086a96 View commit details
    Browse the repository at this point in the history
  3. Fix lints.

    milesj committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e0bc990 View commit details
    Browse the repository at this point in the history
  4. Update tests.

    milesj committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9f5dbfe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Start on tls/mtls.

    milesj committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    73419c4 View commit details
    Browse the repository at this point in the history
  2. Group uploads.

    milesj committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    6ae1263 View commit details
    Browse the repository at this point in the history
  3. Group downloads.

    milesj committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    cd0c9f7 View commit details
    Browse the repository at this point in the history
  4. Smart partition groups.

    milesj committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    54b16c2 View commit details
    Browse the repository at this point in the history
  5. Fix cert roots.

    milesj committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c5ced29 View commit details
    Browse the repository at this point in the history
  6. Polish.

    milesj committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    b606888 View commit details
    Browse the repository at this point in the history