remote-apis icon indicating copy to clipboard operation
remote-apis copied to clipboard

An API for caching and execution of actions on a remote system.

Results 82 remote-apis issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210505214959-0714010a04ed to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20210505214959-0714010a04ed&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Ensure that the digest function in requests is consistent with the digest function used in `checksum.sri` qualifier, this way server implementations do not have to support replicating blob from one...

This change performs a large cleanup, attempting to migrate this repo to building using the latest major version of bazel, as well as to using bzlmod for dependencies instead of...

This is based on https://github.com/bazelbuild/remote-apis/pull/284/ with a few more minor bzlmod fixes This depends on https://github.com/bazelbuild/bazel-central-registry/pull/1699

This is a proposal of a conservative extension to the `ContentAddressableStorage` service, which allows to reduce traffic when blobs are fetched from the remote CAS to the host for local...

Bumps google.golang.org/protobuf from 1.26.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.26.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

[POSIX issue 7, 2018 edition, section 3.303 "Process Termination"](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_303) states the following: > There are two kinds of process termination: > > 1. Normal termination occurs by a return from...

Currently, folks are leveraging the generic key-value in Platform.properties to attach various forms of metadata to an Action execution. This could be as simple as requesting for a specific container...

What's pretty awesome about the Remote Execution protocol is that you can seamlessly send requests to multiple platforms. Run a couple of commands on Linux, combine those results into an...