aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* 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
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* Sorting the Action output files.Gravatar olaola2017-07-14
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* remote: fix flaky test. Fixes #3348Gravatar buchgr2017-07-12
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* remote: Fix flaky ByteStreamUploaderTest.Gravatar buchgr2017-07-11
* remote: Rewrite the ByteStream upload.Gravatar buchgr2017-07-10
* Refactor RemoteSpawn{Strategy,Runner}Gravatar ulfjack2017-07-07
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Slight refactoring, functional noop: uploadChunks will need to get a Chunker....Gravatar olaola2017-06-30
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Change CAS URI to use the "bytestream" scheme instead of being scheme-lessGravatar ulfjack2017-06-22
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Fix bug in URI computation in RemoteModuleGravatar ulfjack2017-06-13
* Remote execution: post CAS links to the BEP instead of local file URIsGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Add a tag to ExecutionRequirements that allows disabling local prefetchGravatar ulfjack2017-06-06
* Remote caching: don't crash for actions with no inputsGravatar Ulf Adams2017-06-01
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Handle null action inputs in TreeNodeRepositoryGravatar ulfjack2017-05-03
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Write stdout and stderr to the remote cacheGravatar ulfjack2017-04-18
* Open source LocalSpawnRunnerGravatar ulfjack2017-04-07
* Refactoring the chunking logic out of GrpcActionCache, and cleaning it up. AlsoGravatar olaola2017-04-06
* Automated g4 rollback of commit 520f947580634cb9b62020fba4c93d5e78044ccf.Gravatar mstaib2017-04-06
* Refactoring the chunking logic out of GrpcActionCache, and cleaning it up. AlsoGravatar olaola2017-04-06
* Expand the SpawnRunner/SpawnResult interfaces to cover more functionalityGravatar ulfjack2017-04-06