aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventstream
Commit message (Expand)AuthorAge
* 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
* Automated rollback of commit f5a0b380aadf3dd976b45fd19b2dd5150ced8f41.Gravatar Googler2017-09-11
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* bep: encode file paths in URI formatGravatar Jakob Buchgraber2017-09-04
* BEP: Add TargetConfigured events also for aspectsGravatar Klaus Aehlig2017-09-01
* BEP: Rename enum entryGravatar aehlig2017-09-01
* Publish TARGET_SKIPPED status to Goops and Master Log for targets with incomp...Gravatar Googler2017-09-01
* devtools/build/lib/buildeventstream/proto: fix spelling in commentGravatar matloob2017-08-30
* BEP: add tool_tag explicitlyGravatar Klaus Aehlig2017-08-30
* BEP: Make tags available in TargetConfigured eventGravatar Klaus Aehlig2017-08-14
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* BEP: expose the number of cached test action in the summaryGravatar Klaus Aehlig2017-08-02
* Add configuration and target label to ActionCompletedId.Gravatar Eduardo Colaco2017-07-27
* BEP: add events about fetches to the streamGravatar Klaus Aehlig2017-07-26
* BEP: Report AbortedEvent with SKIPPED status for targets with incompatible CP...Gravatar Googler2017-07-26
* BEP: Merge all failures into the Aborted eventGravatar Klaus Aehlig2017-07-24
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* BEP: Report test warningsGravatar aehlig2017-07-10
* BEP: Positively identify the last messageGravatar Klaus Aehlig2017-07-10
* Also provide the configuration id of executed actionsGravatar Klaus Aehlig2017-07-05
* BEP JSON file: omit unnecessary white spaceGravatar Klaus Aehlig2017-07-05
* Writing build events to a file is no longer experimentalGravatar aehlig2017-06-28
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28