aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventstream
Commit message (Expand)AuthorAge
* Do not crash when attempting to upload a tree artifact.Gravatar tomlu2018-08-10
* Make BES tolerant to duplicate artifacts in output groups.Gravatar tomlu2018-08-03
* Fix TargetCompleteEvent.referencedLocalFilesGravatar ulfjack2018-07-23
* Ensure BEP file output stream is flushed promptly.Gravatar Googler2018-07-16
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* Pass options to BuildEventArtifactUploaderFactory.Gravatar tomlu2018-07-11
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Publish used_heap_size_post_build metric to BEP.Gravatar tomlu2018-07-06
* bep: guarantee event ordering in file transports.Gravatar buchgr2018-07-06
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Fix NoSuchElementException when BuildEventArtifactUploaderMap has no elements.Gravatar lpino2018-06-21
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Add status details to the protosGravatar ulfjack2018-06-08
* Cleanup BuildEventStreamOptionsGravatar ulfjack2018-06-08
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Implement a limit for named_set_of_file eventsGravatar ulfjack2018-05-15
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Fix some typos.Gravatar Googler2018-04-16
* Make build_event_stream_java_proto public so it can be used by the IntelliJ p...Gravatar Googler2018-04-12
* Fixes a broken @link.Gravatar shahan2018-04-09
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Refactoring FileTransport to use the AsynchronousFileOutputStream.Gravatar olaola2018-03-07
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Replace path implementation.Gravatar tomlu2018-02-08
* BEP: report analysis failure eventsGravatar Klaus Aehlig2018-01-26
* BEP: add a separate id for visibility errorsGravatar Klaus Aehlig2018-01-10
* BEP: In the TestResult meta data, allow reporting remote cache hitsGravatar aehlig2017-12-06
* BEP: Extend TestResult to optionally contain meta dataGravatar aehlig2017-11-29
* BuildToolLogs: clean up interfaceGravatar aehlig2017-11-14
* BEP: add commandline for reported actionsGravatar Klaus Aehlig2017-11-10
* BEP: also report the mnemonic of reported actionsGravatar Klaus Aehlig2017-11-09
* BEP: Add an additional event with tool statisticsGravatar aehlig2017-10-27
* BuildEventStreamer: allow final messagesGravatar aehlig2017-10-26
* BEP: correctly report unbuilt targets if --nobuild is givenGravatar Klaus Aehlig2017-10-25
* BEP: correctly report the cause of unbuilt targets if --noanalyze is givenGravatar Klaus Aehlig2017-10-20
* BuildEventStreamer: clear a pending BuildStarted event firstGravatar Klaus Aehlig2017-10-16
* BEP: explicitly report failures associated with a label as suchGravatar Klaus Aehlig2017-10-16
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* BEP: also report baseline coverageGravatar Klaus Aehlig2017-09-27
* BEP: Add coverage data to test_resultGravatar Klaus Aehlig2017-09-26
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* bes: cancel stream on bazel shutdownGravatar buchgr2017-09-12