aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnCache.java
Commit message (Expand)AuthorAge
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* More resilient to remote spawn cache errorsGravatar Alpha Lam2017-11-16
* Properly attaching context for remote uploads in RemoteSpawnCache.Gravatar olaola2017-10-20
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* 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
* remote: don't fail build if upload failsGravatar Benjamin Peterson2017-08-22
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14