aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/build_event_stream_test.sh
Commit message (Expand)AuthorAge
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* build_event_stream_test: fix usage of ed(1)Gravatar Klaus Aehlig2017-09-29
* BEP: correctly report AliasConfiguredTargetsGravatar Klaus Aehlig2017-09-29
* Make build_event_stream_test more portableGravatar aehlig2017-09-27
* build_event_stream_test: simplify quotingGravatar Klaus Aehlig2017-09-18
* 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
* BEP: Add TargetConfigured events also for aspectsGravatar Klaus Aehlig2017-09-01
* BEP: add tool_tag explicitlyGravatar Klaus Aehlig2017-08-30
* Replace deprecated `set` constructor and its order names in integration testsGravatar vladmos2017-08-24
* BEP: Make tags available in TargetConfigured eventGravatar Klaus Aehlig2017-08-14
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* BEP: do not generate test summaries for broken testsGravatar Klaus Aehlig2017-08-02
* Add configuration and target label to ActionCompletedId.Gravatar Eduardo Colaco2017-07-27
* BEP: Merge all failures into the Aborted eventGravatar Klaus Aehlig2017-07-24
* Use new actions API in docs.Gravatar Dmitry Lomov2017-07-21
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* build_event_stream_test: stop daemon before removing filesGravatar Klaus Aehlig2017-07-10
* Restrict writing build events to a white-listed set of commandsGravatar Klaus Aehlig2017-07-07
* Make build_event_stream_test more robustGravatar aehlig2017-07-07
* Fix JSON expectationsGravatar Klaus Aehlig2017-07-05
* AspectCompleteEvent: correctly report artifacts for a failed aspectGravatar Klaus Aehlig2017-07-05
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* build_event_stream_test: action listener is still experimentalGravatar Klaus Aehlig2017-06-29
* Writing build events to a file is no longer experimentalGravatar aehlig2017-06-28
* BEP: Gracefully handle null configurationsGravatar Klaus Aehlig2017-06-28
* BEP: also report test sizesGravatar Klaus Aehlig2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* BEP: Support longer streams on non building commandsGravatar Klaus Aehlig2017-06-26
* Make NoBuildEvent an instance of BuildEventGravatar Klaus Aehlig2017-06-19
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* BEP: report visibility errorsGravatar Klaus Aehlig2017-06-01
* BEP: Correctly report test exit code.Gravatar buchgr2017-05-30
* BEP: also report make variablesGravatar Klaus Aehlig2017-05-29
* BEP: add a JSON transportGravatar Klaus Aehlig2017-05-11
* BEP: report configurations for targetsGravatar Klaus Aehlig2017-05-09
* Automated g4 rollback of commit 48c636637a5a4fba1c0c509bdc3724450155d792.Gravatar aehlig2017-05-09
* Automated g4 rollback of commit 9e37b2e52d6e42eec15712942c7f208b64c651e5.Gravatar michajlo2017-05-08
* BEP: Report stdout/stderrGravatar Klaus Aehlig2017-05-03
* BEP: Add WorkspaceStatusGravatar Klaus Aehlig2017-05-03
* BEP: Also show the rule for each targetGravatar Klaus Aehlig2017-04-28
* BEP: Report exit code in BuildCompleteEventGravatar Jakob Buchgraber2017-04-27
* BEP: Temporarily readd default outputs for targetsGravatar Klaus Aehlig2017-04-24
* Make TargetCompleteEvent declare its artifact groupsGravatar Klaus Aehlig2017-04-11
* BEP: Extend infrastructure to allow reporting artifacts only onceGravatar Klaus Aehlig2017-04-07
* Also report starting times of test actionsGravatar aehlig2017-03-31
* BEP: Unconditionally report ExtraActions Gravatar Klaus Aehlig2017-03-28
* BEP: Also report the original command line Gravatar Klaus Aehlig2017-03-23
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* BEP: Indicate caching status in TestResult Gravatar Klaus Aehlig2017-03-20