aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Do not crash when attempting to upload a tree artifact.Gravatar tomlu2018-08-10
* Pass digest to Chunker construction when available.Gravatar tomlu2018-08-03
* Add support for VirtualActionInputs to the remote cache.Gravatar tomlu2018-08-02
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* remote: fix race on download error. Fixes #5047Gravatar buchgr2018-07-25
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* remote: unix socket support for remote http cachingGravatar buchgr2018-07-11
* Retry ensureInputsPresent/execute/downloadGravatar George Gensure2018-07-10
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Adding a check to remote execution to ensure the result from the server has aGravatar Googler2018-06-29
* remote: enable previously ignored testsGravatar Jakob Buchgraber2018-06-26
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Disable another testGravatar ulfjack2018-06-13
* Disable flaky testGravatar ulfjack2018-06-12
* Deletes default implemetation of MetadataProvider.getInputGravatar shahan2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* remote/http: simplify download logicGravatar Jakob Buchgraber2018-05-24
* remote/caching: improve error messages for remote cachingGravatar Jakob Buchgraber2018-05-07
* Sort entries by segment when building a parent node to prevent unordered dire...Gravatar James Judd2018-05-07
* More detach context that was attachedGravatar Googler2018-05-06
* Always detach context that was attachedGravatar Googler2018-05-04
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* remote/http: fully read http content on error statusGravatar Jakob Buchgraber2018-04-30
* This change adds timestamps (call start and end time) to the remote grpc log.Gravatar Googler2018-04-23
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* This CL adds log entry protos and logging handlers for bytestream Read and Wr...Gravatar Googler2018-04-16
* This CL adds log entry protos and logging handlers for Watch, FindMissingBlob...Gravatar Googler2018-04-13
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* remote/http: properly support read timeoutGravatar Jakob Buchgraber2018-03-22
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* Propagating remote results, including stdout/err, to Bazel on execution timeo...Gravatar olaola2018-03-16
* remote: fix flakiness of HttpBlobStoreTest on Windows.Gravatar buchgr2018-03-12
* remote/http: support refresh of oauth2 tokens in the remote cache.Gravatar Jakob Buchgraber2018-03-10
* update to MethodDescriptor methods instead of fieldsGravatar Carl Mastrangelo2018-03-08
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Verifying result read with retries in the remote execute unit test.Gravatar olaola2018-02-28
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* remote: Add support for HTTP Basic AuthGravatar Jakob Buchgraber2018-02-08
* Adding awaitTermination in our tests tear down.Gravatar olaola2018-02-08
* User-friendlier representation of a missing digest.Gravatar olaola2018-02-08