aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* remote: fix download of output directoriesGravatar buchgr2017-12-20
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* remote: delete dead codeGravatar Jakob Buchgraber2017-12-20
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* remote: Rename --remote_rest_cache to --remote_http_cacheGravatar Jakob Buchgraber2017-12-19
* remote: deprecate --remote_rest_cache_pool_sizeGravatar Jakob Buchgraber2017-12-19
* remote: update READMEGravatar buchgr2017-12-18
* remote: fix out-of-date documentationGravatar Jakob Buchgraber2017-12-18
* remote: fix rest cache documentation. Fixes #4246Gravatar buchgr2017-12-18
* 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
* 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