aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/TargetCompleteEvent.java
Commit message (Expand)AuthorAge
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Fix TargetCompleteEvent.referencedLocalFilesGravatar ulfjack2018-07-23
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Get ConfiguredTargetAndData out of TargetCompleteEvent.Gravatar janakr2018-05-22
* Stop setting deprecated target_kind and test_size fields in TargetComplete me...Gravatar janakr2018-05-22
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Filtering the legacy important_outputs field in the BEP by source, middlemanGravatar ulfjack2018-05-16
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* BEP: also report the built artifacts in case of a testGravatar Klaus Aehlig2018-03-26
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Fix baseline.lcov name in important_outputGravatar Googler2018-02-22
* Get rid of the last reference to getAttributeMapper by keeping packages whichGravatar mjhalupka2018-02-13
* BEP: assert event orderings explicitlyGravatar Klaus Aehlig2018-02-12
* Rollback changes to TargetCompleteEventGravatar mjhalupka2018-02-10
* Stop populating deprecated fields in the TargetComplete Message in theGravatar mjhalupka2018-02-09
* Simplify root relative path calculation.Gravatar tomlu2018-01-12
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* BEP: correctly report AliasConfiguredTargetsGravatar Klaus Aehlig2017-09-29
* BEP: also report baseline coverageGravatar Klaus Aehlig2017-09-27
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* BEP: move configuration-independent information to TargetConfigured eventGravatar Klaus Aehlig2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* BEP: Gracefully handle null configurationsGravatar Klaus Aehlig2017-06-28
* BEP: also report test sizesGravatar Klaus Aehlig2017-06-28
* BEP: use full relative path as file nameGravatar Klaus Aehlig2017-06-09
* BEP: Also report the configuration in testGravatar Klaus Aehlig2017-05-09
* BEP: report configurations for targetsGravatar Klaus Aehlig2017-05-09
* BEP: Also show the rule for each targetGravatar Klaus Aehlig2017-04-28
* BEP: Temporarily readd default outputs for targetsGravatar Klaus Aehlig2017-04-24
* Make TargetCompleteEvent declare its artifact groupsGravatar Klaus Aehlig2017-04-11
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Also report individual test results via BEP Gravatar Klaus Aehlig2017-02-02
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Only announce test summaries in BEP if expectedGravatar Klaus Aehlig2016-11-30
* Declare order constraint in BEPGravatar Klaus Aehlig2016-11-23
* Also provide test summaries in the build-event streamGravatar Klaus Aehlig2016-11-02
* Report completion of a target together with failed actionsGravatar Klaus Aehlig2016-10-27
* Add a new concept of failure causesGravatar Klaus Aehlig2016-10-25
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25