aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteActionContextProvider.java
Commit message (Expand)AuthorAge
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* Retry ensureInputsPresent/execute/downloadGravatar George Gensure2018-07-10
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Enable --experimental_remote_spawn_cache by defaultGravatar ulfjack2018-05-28
* remote/caching: improve error messages for remote cachingGravatar Jakob Buchgraber2018-05-07
* remote: introduce --disk_cache_flagGravatar David Ostrovsky2018-05-02
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Fix env for local fallback (from remote exec) on Windows and LinuxGravatar ulfjack2018-02-20
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Internal changeGravatar David Ostrovsky2017-09-25
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* remote: don't fail build if upload failsGravatar Benjamin Peterson2017-08-22
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Fixing #3380: output stack traces and informative messages.Gravatar olaola2017-07-27
* Simplify RemoteActionContextProviderGravatar ulfjack2017-07-24
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* remote: Improve error handling for --remote_* cmd line flags. Fixes #3361, #3358Gravatar buchgr2017-07-14
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* Reimplement RemoteSpawnStrategy on top of RemoteSpawnRunnerGravatar ulfjack2017-07-10
* Move the remote initialization code out of RemoteSpawnStrategyGravatar ulfjack2017-07-07
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05
* Enable connection pooling for the remote REST cacheGravatar Benjamin Peterson2017-06-27
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Creating separate instances of CAS and execution handlers for every action. T...Gravatar Ola Rozenfeld2016-12-16
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10