aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Moving the RemoteWorker into tools/remote directory.Gravatar olaola2017-12-05
* remote: Have --remote_rest_cache respect --remote_timeout.Gravatar buchgr2017-12-05
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* RestBlobStore: add missing CAS_PREFIXGravatar nicolov2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Change error on adding a directory to the remote cache to be non-fatalGravatar Rahul Malik2017-11-29
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Adding checks for empty metadata and digest.Gravatar olaola2017-11-17
* More resilient to remote spawn cache errorsGravatar Alpha Lam2017-11-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* remote: remove maximum blob size check.Gravatar Jakob Buchgraber2017-10-25
* Properly attaching context for remote uploads in RemoteSpawnCache.Gravatar olaola2017-10-20
* Stream rest cache file uploads.Gravatar Benjamin Peterson2017-10-18
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Simplify the SpawnExecException constructorGravatar ulfjack2017-10-16
* Fixing displayed retry attempts one-off error, when the error is non-retriable.Gravatar olaola2017-10-06
* Using only one GetMissingBlobs RPC per action instead of two.Gravatar olaola2017-09-29
* Making RESOURCE_EXHAUSTED a retriable error, per guideine in: https://cloud.g...Gravatar olaola2017-09-29
* Checking both old and new error fields on remote execute operation.Gravatar olaola2017-09-29
* Internal changeGravatar David Ostrovsky2017-09-25
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Removing deprecated field total_input_file_count.Gravatar olaola2017-09-21
* 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
* Automatic code cleanup.Gravatar cushon2017-09-11
* ActionInputFileCache: move getMetadata to a new super-interfaceGravatar ulfjack2017-09-11
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* remote: support timeoutsGravatar buchgr2017-08-30
* remote: simplify upload logicGravatar buchgr2017-08-29
* remote: close file when uploadingGravatar buchgr2017-08-29
* remote/http: distinquish between action cache and casGravatar buchgr2017-08-29
* 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
* remote: Refactor RemoteSpawnRunner to distinquish between remoteGravatar buchgr2017-08-11
* CachedLocalSpawnRunner: reuse existing code from RemoteSpawnRunnerGravatar ulfjack2017-08-11