aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteSpawnStrategy.java
Commit message (Expand)AuthorAge
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Bring back the very useful stacktrace printouts on --verbose_failures (#3380).Gravatar olaola2017-07-14
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Reimplement RemoteSpawnStrategy on top of RemoteSpawnRunnerGravatar ulfjack2017-07-10
* Refactor RemoteSpawn{Strategy,Runner}Gravatar ulfjack2017-07-07
* Move the remote initialization code out of RemoteSpawnStrategyGravatar ulfjack2017-07-07
* Allow the remote server to set its own default action timeout when Bazel does...Gravatar olaola2017-07-05
* Better error handling in RemoteSpawnStrategyGravatar ulfjack2017-07-05
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Rename RemoteUtils to GrpcUtilsGravatar ulfjack2017-06-28
* Enable connection pooling for the remote REST cacheGravatar Benjamin Peterson2017-06-27
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Only create a single per-build instance of the remote cache / executorGravatar ulfjack2017-06-22
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Fix test.xml download for failing testsGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Fix: remote execution was ignoring the exit codeGravatar Ulf Adams2017-06-06
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* RemoteSpawnStrategy: don't round-trip through StringGravatar ulfjack2017-05-30
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Also download stdout & stderr in case of a cache hitGravatar ulfjack2017-04-20
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Fix RemoteSpawnStrategy to upload stdout/stderr to the remote cacheGravatar ulfjack2017-04-19
* Re-enabling the remote caching without remote execution code path, which wasGravatar olaola2017-04-12
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29
* Refactor simple distributed caching support Gravatar Alpha Lam2017-03-28
* Deja-vu: Using an ActionInputFileCache for SHA1 digests used with remote exec...Gravatar Ola Rozenfeld2017-03-27
* Use SpawnInputExpander in the remote spawn strategy to expand runfiles treesGravatar Ulf Adams2017-03-24
* Adding a temporary flag to Bazel to allow Platform override from the commandGravatar Ola Rozenfeld2017-03-14
* Also report the spawn from the remote strategyGravatar Ulf Adams2017-03-10
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Adding a small flag allowing to control remote caching without remote executi...Gravatar Ola Rozenfeld2017-03-03
* Make --hazelcast_node and --remote_cache options mutually exclusive Gravatar Marcin Maliszkiewicz2017-01-20
* Creating separate instances of CAS and execution handlers for every action. T...Gravatar Ola Rozenfeld2016-12-16
* Add a flag for disabling local fallback for actions that failed remotely.Gravatar Ola Rozenfeld2016-12-13
* Debugging flag (will rarely be used by actual users) that disables remoteGravatar Ola Rozenfeld2016-12-13
* Printing the stack trace of remote failures on --verbose_failures.Gravatar Ola Rozenfeld2016-12-13
* Attempt #2 to submit commit e860316559eac366d47923a8eb4b5489a661aa35: Using a...Gravatar Ola Rozenfeld2016-11-24
* Rollback of commit e860316559eac366d47923a8eb4b5489a661aa35.Gravatar Alex Humesky2016-11-21
* Using an ActionFileInputCache for SHA1 digests used with remote execution.Gravatar Ola Rozenfeld2016-11-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20