aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnCache.java
Commit message (Expand)AuthorAge
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* 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
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* Don't warn about /dev/null having been modifiedGravatar Mike Morearty2018-04-12
* Remove unused execRoot parameter from buildActionGravatar George Gensure2018-03-27
* 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
* Fix typo in cache download failure warningGravatar Alex Ryan2018-02-20
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* 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