aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java
Commit message (Expand)AuthorAge
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* 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
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* Internal changeGravatar David Ostrovsky2017-09-25
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Move the remote initialization code out of RemoteSpawnStrategyGravatar ulfjack2017-07-07
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Enable connection pooling for the remote REST cacheGravatar Benjamin Peterson2017-06-27
* Disable local fallback by defaultGravatar ulfjack2017-06-09
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Enabling chunking of outputs in the RemoteWorker downloadBlob. This fixes the...Gravatar olaola2017-04-24
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Adding a temporary flag to Bazel to allow Platform override from the commandGravatar Ola Rozenfeld2017-03-14
* Adding a small flag allowing to control remote caching without remote executi...Gravatar Ola Rozenfeld2017-03-03
* 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
* Basic implementation of a remote gRPC based cache.Gravatar Ola Rozenfeld2016-09-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20
* Simple REST URL cacheGravatar Dan Fabulich2016-07-22
* Add support for Hazelcast configuration fileGravatar Dan Fabulich2016-07-18
* Remote worker to listen to a specific port for HazelcastGravatar Alpha Lam2016-05-20
* Prototype for remote execution using gRPC and Netty transportGravatar Alpha Lam2016-05-16
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10