aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BuildEventStreamer.java
Commit message (Expand)AuthorAge
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Rewrite TargetPattern failure reportingGravatar ulfjack2018-06-07
* Implement a limit for named_set_of_file eventsGravatar ulfjack2018-05-15
* BEP: Report the correct exit code for blaze coverageGravatar ulfjack2018-03-30
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* BuildEventStreamer: ingore noop-flush()sGravatar Klaus Aehlig2018-01-11
* Properly capitalize Build Event Protocol in Blaze output for consistency.Gravatar jingwen2017-12-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Unify buildevnts indicating build completionGravatar Klaus Aehlig2017-09-19
* BEP: Upon missing test targets, still generate a finished eventGravatar Klaus Aehlig2017-09-15
* BEP: always close stream, even if aborted due to missing testsGravatar Klaus Aehlig2017-09-12
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* BEP: do not generate test summaries for broken testsGravatar Klaus Aehlig2017-08-02
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* BEP: Positively identify the last messageGravatar Klaus Aehlig2017-07-10
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* BEP: Gracefully handle null configurationsGravatar Klaus Aehlig2017-06-28
* Make BuildEventStreamer flushable before first eventGravatar Klaus Aehlig2017-06-26
* BEP: Support longer streams on non building commandsGravatar Klaus Aehlig2017-06-26
* Make NoBuildEvent an instance of BuildEventGravatar Klaus Aehlig2017-06-19
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* BEP: Correctly report test exit code.Gravatar buchgr2017-05-30
* BES: Capture stdout/stderr.Gravatar buchgr2017-05-30
* BEP: send stdout/stderr in smaller chunksGravatar Klaus Aehlig2017-05-11
* BEP: Provide infrastructure to report configurationsGravatar Klaus Aehlig2017-05-08
* BEP: Add WorkspaceStatusGravatar Klaus Aehlig2017-05-03
* BuildEventStreamer: support also providing stdout/stderrGravatar Klaus Aehlig2017-05-02
* Automated g4 rollback of commit d9fea57268ff01c001fbcbdc2bd057c86c362e6f.Gravatar buchgr2017-04-25
* Automated g4 rollback of commit 3d596d63f883fff56001ed7b2e5cf51dba45f082.Gravatar ajmichael2017-04-25
* BEP: Show protocol upload in the UIGravatar buchgr2017-04-24
* BEP: Extend infrastructure to allow reporting artifacts only onceGravatar Klaus Aehlig2017-04-07
* BEP: Improve the BuildEventTransport interface.Gravatar buchgr2017-04-07
* BEP: Unconditionally report ExtraActions Gravatar Klaus Aehlig2017-03-28
* BuildEventStreamer: fix handling of postedEvents Gravatar Klaus Aehlig2017-03-21
* BEP: Add BuildFinished event. Gravatar Jakob Buchgraber2017-02-28
* Support ordering constraints on build eventsGravatar Klaus Aehlig2016-11-21
* Writes a machine readable representation of BuildEvents to a file (varint del...Gravatar Eduardo Colaco2016-11-03
* Report completion of a target together with failed actionsGravatar Klaus Aehlig2016-10-27
* Add a build-event streamer classGravatar Klaus Aehlig2016-10-04