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

Executions are capable of depending upon or producing invalid definitions or products, respectively. Currently, the remote system has limited options for influencing the behavior of the client, exemplified here with...

If #91 is merged I think `is_executable` can be deprecated in v3 and this can be handled via properties.

Right now it is allowed to create Digest messages that have `size_bytes == 0`, referring to the empty blob. In #131 we're extending the protocol to require that the empty...

## Opportunity CAS/AC implementations could benefit from additional metadata that would hint about the appropriate lifetime of the object. That would allow tailor the cache for specific usages, reduce the...

Right now the Digest message uses a string to store the checksum of the object. This is wasteful, because for the hashing algorithms that we use, the output is always...

Consider the case that you have a storage service that supports multiple hashing algorithms. If someone downloads/uploads a blob, you can currently derive the hashing algorithm that was used by...

_As discussed in https://github.com/bazelbuild/remote-apis/pull/116 , and previous places._ The REAPI currently does not specify what APIs and resources must be accessible from the same endpoint (domain), and what are able...

I am integrating this repository into my own Bazel project. I am already using `github.com/googleapis/googleapis` as the `@googleapis` repository (the canonical one), which collides with the definition of the `@googleapis`...

I'm seeing the following error when building a go binary that depends on `semver.proto` and `remote_execution.proto`: ``` $ bazel build //:test INFO: Invocation ID: 5938ca3c-1dae-404a-833e-20b364aed4bb INFO: Analyzed target //:test (1...

At the London Build Meetup @sstriker suggested to prefix all platform keys with the backend type, e.g. `rbe-container-image` instead of `container-image` (enforce namespaces). Sander, can you please remind me the...