1. ee62862 Sync jmmv@'s table styles for the docs.bazel.build site. by jingwen · 7 years ago
  2. 6fd4e0e Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
  3. 868060b Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
  4. a2cac54 Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
  5. 35ff63a bep: introduce BuildEventArtifactUploaderFactory by buchgr · 7 years ago
  6. 2348a75 Include more information about build events' referenced local files. by tomlu · 7 years ago
  7. d3f7f7a bep: Make the BuildEventArtifactUploader async. by buchgr · 7 years ago
  8. 68aa410 Add a mechanism for build event protocol events to upload files by ulfjack · 7 years ago
  9. ce9aafc Refactor the build event service transport by ulfjack · 7 years ago
  10. 28e4e91 Print an additional link at the end of the build pointing where the Build Event Protocol is being streamed. by lpino · 7 years ago
  11. 1b97ae08 Make bes_best_effort a no-op by ulfjack · 7 years ago
  12. fbf2756 Add BuildEventProtocolOptions; use to enable/disable important_outputs by ulfjack · 7 years ago
  13. 2d8dced bes: disable best effort upload by default. by buchgr · 7 years ago
  14. 26e586d Rename BuildEventConverters to BuildEventContext by ulfjack · 7 years ago
  15. e1ada6d Remove AbruptException(ExitCode exitCode) constructor. by lpino · 7 years ago
  16. 4ca4b8d Fix modules returning command options by ulfjack · 7 years ago
  17. 2380796 Create {Un}ManagedBuildEventServiceGrpcClient to allow customization of the channel used to connect with BES. by lpino · 7 years ago
  18. d06a366 bes: add --bes_results_url by Jakob Buchgraber · 7 years ago
  19. 19444d5 PiperOrigin-RevId: 188862123 by lpino · 7 years ago
  20. 76de73b BEP: Add a --build_event_publish_all_actions flag to allow all actions to be published via the BEP, instead of only publishing failed actions and extra actions. by ruperts · 7 years ago
  21. c19869e Add logging message when a PublishBuildToolEventStream() RPCs start. by Googler · 7 years ago
  22. 146ff24 Remove some unnecessary deps by Ulf Adams · 7 years ago
  23. ad0d7e9 BEP: make stdout/stderr buffering configurable by Klaus Aehlig · 7 years ago
  24. dd11a0e remote: Add support for Google Cloud Storage. by Jakob Buchgraber · 7 years ago
  25. a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
  26. 62c9474 Prefix all --bes_keywords with "user_keyword=<keyword>" before publishing to BES. by Googler · 7 years ago
  27. 1fef527 Make BuildEventServiceTransport sender thread verify the streaming RPC is active, restarting the RPC if required. by Googler · 7 years ago
  28. 3dc2f54 Fix flakiness of BuildEventServiceTests by ulfjack · 7 years ago
  29. 7477c7a Adds option bes_keywords BEP publishing. by Googler · 7 years ago
  30. 926fd29 Improve BES retries. by buchgr · 7 years ago
  31. 6f32d5a Passing Bazel metadata in gRPC headers. by olaola · 8 years ago
  32. 0ca8f4b bes: cancel stream on bazel shutdown by buchgr · 8 years ago
  33. 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
  34. fd4f5ac Rewrite all code to use the new Java 8 java.time classes. by Philipp Wollermann · 8 years ago
  35. a94ef48 Extract authandtls, buildeventservice, buildeventstream into package-level BUILD files. by philwo · 8 years ago
  36. e7e0f87 Abort stream if BuildEventServiceTransport does not wait for all ACKs. by Googler · 8 years ago
  37. 4928abf Add keywords to BES PublishBuildToolEventStreamRequest. by Googler · 8 years ago
  38. fe9ba89 grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486 by buchgr · 8 years ago
  39. 9e62187 The first step to allow non-lifecycle build stream to specify notification keywords. by Kai Xu · 8 years ago
  40. 20416ff Update install-os-x.md by Oleg Tsarev · 8 years ago
  41. 7d85d8b bes: Update RPC PublishBuildToolEventStream. by Kai Xu · 8 years ago
  42. f9625f0 Move the DurationConverter to the common.options package by ulfjack · 8 years ago
  43. c82a197 Make the @Option annotation depend on the java version of the tagging enums. by ccalvarin · 8 years ago
  44. f1c1427 Merge handleOptions into beforeCommand by ulfjack · 8 years ago
  45. bcde0ed Fix documentation: no best effort guarantees to wait by aehlig · 8 years ago
  46. 63f01a6 Also generate a build stream for fetch by Klaus Aehlig · 8 years ago
  47. 93a84bf Restrict writing build events to a white-listed set of commands by Klaus Aehlig · 8 years ago
  48. 3d2a68c Automated conversion to Java 8 by laurentlb · 8 years ago
  49. 669fcbb Add categories to BES-related options by aehlig · 8 years ago
  50. 3bc1547 Add the default category and tag to all options. by ccalvarin · 8 years ago
  51. 624c706 BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule. by buchgr · 8 years ago
  52. a6a9910 Simplify BlazeModule.beforeCommand by ulfjack · 8 years ago
  53. 2730bae BES: Open Source the build event service gRPC client implementation. by buchgr · 8 years ago