aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote/GrpcRemoteCacheTest.java
Commit message (Expand)AuthorAge
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* More detach context that was attachedGravatar Googler2018-05-06
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Adding awaitTermination in our tests tear down.Gravatar olaola2018-02-08
* remote: rename auth flags.Gravatar Jakob Buchgraber2017-12-20
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* remote: Allow auth scopes to be a comma-separated list.Gravatar Jakob Buchgraber2017-12-19
* remote: Add support for Google Cloud Storage.Gravatar Jakob Buchgraber2017-12-18
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Uploading failed action outputs to the remote cache, because even if the test...Gravatar olaola2017-09-19
* Remove ALREADY_EXISTS special treatment from the CAS uploader. This error sho...Gravatar olaola2017-08-22
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* remote: Fix a bug where local executed results would not be uploaded. Fixes #...Gravatar Ola Rozenfeld2017-07-14
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05