aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceTransport.java
Commit message (Expand)AuthorAge
* Make BES tolerant to duplicate artifacts in output groups.Gravatar tomlu2018-08-03
* Make timestamps of InternalOrderedBuildEvent immutable.Gravatar Googler2018-07-26
* bes: don't retry all status codesGravatar buchgr2018-07-22
* bes: make error handling saneGravatar buchgr2018-07-22
* fix deadlock in the bes upload. Fixes #5402Gravatar buchgr2018-07-17
* bes: fix bug where the bes upload would lose eventsGravatar buchgr2018-07-17
* Improve error reporting for BuildEventService{Module,Transport}Gravatar lpino2018-07-17
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Refactor the build event service transportGravatar ulfjack2018-06-11
* Print an additional link at the end of the build pointing where the Build Eve...Gravatar lpino2018-06-08
* Make bes_best_effort a no-opGravatar ulfjack2018-06-07
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Add logging message when a PublishBuildToolEventStream() RPCs start.Gravatar Googler2018-02-28
* 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
* bes: cancel stream on bazel shutdownGravatar buchgr2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Abort stream if BuildEventServiceTransport does not wait for all ACKs.Gravatar Googler2017-08-25
* Add keywords to BES PublishBuildToolEventStreamRequest.Gravatar Googler2017-08-07
* 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
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* BES: Open Source the build event service gRPC client implementation.Gravatar buchgr2017-06-09