aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* 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
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* remote: fix download of output directoriesGravatar buchgr2017-12-20
* remote: rename auth flags.Gravatar Jakob Buchgraber2017-12-20
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* remote: Allow auth scopes to be a comma-separated list.Gravatar Jakob Buchgraber2017-12-19
* remote: Add support for Google Cloud Storage.Gravatar Jakob Buchgraber2017-12-18
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Properly attaching context for remote uploads in RemoteSpawnCache.Gravatar olaola2017-10-20
* Removing local fallback on failed action commands.Gravatar olaola2017-10-18
* Fixing displayed retry attempts one-off error, when the error is non-retriable.Gravatar olaola2017-10-06
* Checking both old and new error fields on remote execute operation.Gravatar olaola2017-09-29
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22