aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Verifying result read with retries in the remote execute unit test.Gravatar olaola2018-02-28
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* remote: Add support for HTTP Basic AuthGravatar Jakob Buchgraber2018-02-08
* Adding awaitTermination in our tests tear down.Gravatar olaola2018-02-08
* User-friendlier representation of a missing digest.Gravatar olaola2018-02-08
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* remote: fix download of output directoriesGravatar buchgr2017-12-20
* 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
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Properly attaching context for remote uploads in RemoteSpawnCache.Gravatar olaola2017-10-20
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Fixing displayed retry attempts one-off error, when the error is non-retriable.Gravatar olaola2017-10-06
* Checking both old and new error fields on remote execute operation.Gravatar olaola2017-09-29
* 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
* Delete the unused CachedLocalSpawnRunner, which is superseeded by SpawnCacheGravatar ulfjack2017-09-12
* remote: Add new retrier with support for circuit breakingGravatar buchgr2017-09-12
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* remote: support timeoutsGravatar buchgr2017-08-30
* remote: don't fail build if upload failsGravatar Benjamin Peterson2017-08-22
* Remove ALREADY_EXISTS special treatment from the CAS uploader. This error sho...Gravatar olaola2017-08-22
* Fixing #3552: re-execute cached orphaned Actions.Gravatar olaola2017-08-17
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* remote: Provide a clear error message if the remote cache is in an invalid st...Gravatar buchgr2017-08-14
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* remote: Don't upload failed action to cache. Fixes #3452Gravatar Jakob Buchgraber2017-07-27
* Fixing #3380: output stack traces and informative messages.Gravatar olaola2017-07-27
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* remote: Chunker.reset() should release resources.Gravatar buchgr2017-07-17
* remote: Fix a bug where local executed results would not be uploaded. Fixes #...Gravatar Ola Rozenfeld2017-07-14
* remote: Improve error handling for --remote_* cmd line flags. Fixes #3361, #3358Gravatar buchgr2017-07-14