aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/GrpcRemoteExecutor.java
Commit message (Expand)AuthorAge
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Checking both old and new error fields on remote execute operation.Gravatar olaola2017-09-29
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* remote: support timeoutsGravatar buchgr2017-08-30
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* Refactor RemoteSpawn{Strategy,Runner}Gravatar ulfjack2017-07-07
* Stop reusing gRPC stubs, that causes the deadline to be per-build rather than...Gravatar olaola2017-07-05
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29