aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventservice
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
* Pass options to BuildEventArtifactUploaderFactory.Gravatar tomlu2018-07-11
* Update third_party/protobuf to 3.6.0Gravatar Loo Rong Jie2018-07-10
* Sync jmmv@'s table styles for the docs.bazel.build site.Gravatar jingwen2018-07-09
* Update protobuf to 3.6.0. Fixes #5439Gravatar Loo Rong Jie2018-07-09
* Revert "Update protobuf to 3.6.0. Fixes #5439"Gravatar Jakob Buchgraber2018-07-09
* Update protobuf to 3.6.0. Fixes #5439Gravatar Loo Rong Jie2018-07-09
* 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
* bes: disable best effort upload by default.Gravatar buchgr2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Fix modules returning command optionsGravatar ulfjack2018-05-17
* Create {Un}ManagedBuildEventServiceGrpcClient to allow customization of the c...Gravatar lpino2018-05-16
* bes: add --bes_results_urlGravatar Jakob Buchgraber2018-05-07
* PiperOrigin-RevId: 188862123Gravatar lpino2018-03-13
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Add logging message when a PublishBuildToolEventStream() RPCs start.Gravatar Googler2018-02-28
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* BEP: make stdout/stderr buffering configurableGravatar Klaus Aehlig2018-01-11
* remote: Add support for Google Cloud Storage.Gravatar Jakob Buchgraber2017-12-18
* 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