aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventservice
Commit message (Expand)AuthorAge
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Prefix all --bes_keywords with "user_keyword=<keyword>" before publishing to ...Gravatar Googler2017-11-07
* Make BuildEventServiceTransport sender thread verify the streaming RPC is act...Gravatar Googler2017-10-31
* Fix flakiness of BuildEventServiceTestsGravatar ulfjack2017-09-29
* Adds option bes_keywords BEP publishing.Gravatar Googler2017-09-27
* Improve BES retries.Gravatar buchgr2017-09-26
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* bes: cancel stream on bazel shutdownGravatar buchgr2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Abort stream if BuildEventServiceTransport does not wait for all ACKs.Gravatar Googler2017-08-25
* Add keywords to BES PublishBuildToolEventStreamRequest.Gravatar Googler2017-08-07
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* The first step to allow non-lifecycle build stream to specify notification ke...Gravatar Kai Xu2017-07-24
* Update install-os-x.mdGravatar Oleg Tsarev2017-07-24
* bes: Update RPC PublishBuildToolEventStream.Gravatar Kai Xu2017-07-24
* Move the DurationConverter to the common.options packageGravatar ulfjack2017-07-24
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* Fix documentation: no best effort guarantees to waitGravatar aehlig2017-07-14
* Also generate a build stream for fetchGravatar Klaus Aehlig2017-07-14
* Restrict writing build events to a white-listed set of commandsGravatar Klaus Aehlig2017-07-07
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add categories to BES-related optionsGravatar aehlig2017-06-29
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* BES: Open Source the build event service gRPC client implementation.Gravatar buchgr2017-06-09