aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote/RemoteSpawnCacheTest.java
Commit message (Expand)AuthorAge
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* remote/caching: improve error messages for remote cachingGravatar Jakob Buchgraber2018-05-07
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* 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
* 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