1. 46e365f Pass artifact metadata along to BEP so that uploaders can better tell if a file needs to be uploaded. by janakr · 3 years, 1 month ago
  2. da6d949 Add artifact digest and length to BEP. by adgar · 3 years, 5 months ago
  3. f1b1cc5 BEP events retain ActionInputMap holding only important artifacts. by adgar · 3 years, 10 months ago
  4. 06c9566 LocalFilesArtifactUploader skips isDirectory checks for non-directory artifacts. by adgar · 4 years ago
  5. 821d850 bazel runtime: fix cast error in BuildEventStreamer by adonovan · 4 years, 5 months ago
  6. 621559c bazel collect: simplify NestedSet depth limit check by adonovan · 4 years, 10 months ago
  7. 867d232 Roll back https://github.com/bazelbuild/bazel/commit/ed9d6390eb78303631c25b3d4776cb07eeded544 due to memory regression. by gregce · 4 years, 10 months ago
  8. ed9d639 bazel collect: simplify NestedSet depth limit check by adonovan · 4 years, 10 months ago
  9. 841ac61 bazel: encapsulate the representation of NestedSet by adonovan · 4 years, 10 months ago
  10. 02ce2a6 Fully qualify class names in javadoc when there is no other reference. by jcater · 5 years ago
  11. 3ca2468 Remove superfluous BuildEventId Java class. The protobuf is just as good, and it reduces complexity to not have these wrapper classes floating around. by janakr · 5 years ago
  12. 733a377 In NamedSetOfFiles traversal, expand aggregate artifacts prior to splitting based on the --build_event_max_named_set_of_file_entries value. by felly · 5 years ago
  13. f6408d6 Optionally expand Fileset in BEP. When referenced in top-level targets, we now show the expanded Fileset in BEP when enabled. by felly · 6 years ago
  14. 9b91cb4 Expand tree artifacts in BEP. by felly · 6 years ago
  15. d0bd3c8 Annotate BEP output files with "prefix" information sufficient to reconstruct the full output path. by felly · 6 years ago
  16. 34ec365 Re-enable Fileset "output_file" lines in master log. by felly · 6 years ago
  17. 2765ca4 Drop Filesets from artifact groups, as we can never construct a valid pointer to them. by felly · 6 years ago
  18. 533444f Skip uploading source files to BEP. by tomlu · 7 years ago
  19. 261a113 Automated rollback of commit f358961125ae909508782f8f1100fb3f8c4f7971. by tomlu · 7 years ago
  20. f358961 Skip uploading source files to BEP. by tomlu · 7 years ago
  21. 04e9281 Thread a path resolver through target/aspect complete event. by tomlu · 7 years ago
  22. fb8332f Omit parts of BEP events (like stdout, stderr) when the associated artifact uploader cannot upload a particular file. by tomlu · 7 years ago
  23. 2348a75 Include more information about build events' referenced local files. by tomlu · 7 years ago
  24. 68aa410 Add a mechanism for build event protocol events to upload files by ulfjack · 7 years ago
  25. 7f6c3e9 Filter middleman artifacts from NamedArtifactGroup by ulfjack · 7 years ago
  26. 26e586d Rename BuildEventConverters to BuildEventContext by ulfjack · 7 years ago
  27. e788674 Implement a limit for named_set_of_file events by ulfjack · 7 years ago
  28. 3e379d1 Simplify root relative path calculation. by tomlu · 7 years ago
  29. 9a95852 BEP: use full relative path as file name by Klaus Aehlig · 8 years ago
  30. ee3e192 BEP: Extend infrastructure to allow reporting artifacts only once by Klaus Aehlig · 8 years ago