aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
...
* 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
* Add a new CachedLocalSpawnRunner to implement remote caching + local execGravatar ulfjack2017-04-05
* Extract a SpawnRunner interfaceGravatar ulfjack2017-04-04
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29
* Deja-vu: Using an ActionInputFileCache for SHA1 digests used with remote exec...Gravatar Ola Rozenfeld2017-03-27
* Fixing reliance on same order for downloading multiple blobs.Gravatar Ola Rozenfeld2017-02-03
* Upload empty files to remote execution. I was too eager to optimize empty filesGravatar Ola Rozenfeld2016-11-08
* Basic implementation of a remote gRPC based cache.Gravatar Ola Rozenfeld2016-09-21
* Improving getAllDigests to remove duplicates.Gravatar Ola Rozenfeld2016-09-20
* Fix the remote tests so that they are copied to the open-source code byGravatar Ola Rozenfeld2016-09-15