aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceModule.java
Commit message (Expand)AuthorAge
* Improve error reporting for BuildEventService{Module,Transport}Gravatar lpino2018-07-17
* Pass options to BuildEventArtifactUploaderFactory.Gravatar tomlu2018-07-11
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* 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
* 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
* BEP: make stdout/stderr buffering configurableGravatar Klaus Aehlig2018-01-11
* Prefix all --bes_keywords with "user_keyword=<keyword>" before publishing to ...Gravatar Googler2017-11-07
* Adds option bes_keywords BEP publishing.Gravatar Googler2017-09-27
* 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
* Add keywords to BES PublishBuildToolEventStreamRequest.Gravatar Googler2017-08-07
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* Restrict writing build events to a white-listed set of commandsGravatar Klaus Aehlig2017-07-07
* 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