1. 8808721 Update grpc dependency to 1.6.0 (#572) by Bogdan Drutu · 7 years ago
  2. a79694b Add details about how to link/setup the library. (#573) by Bogdan Drutu · 7 years ago
  3. 1fb1025 Add new api that is easier to use for user to add only one Attribute. (#571) by Bogdan Drutu · 7 years ago
  4. 45f115a Fix zpages readme and add helper function that starts a server. (#570) by Bogdan Drutu · 7 years ago
  5. 8e60e9c Add Duration.toMillis() method and tests. (#535) by Yang Song · 7 years ago
  6. b58a599 Merge pull request #564 from sebright/tag-value-class by sebright · 7 years ago
  7. b1a7bdf Add combine() method to MutableAggregation. (#544) by Yang Song · 7 years ago
  8. a851696 Enable to export artifacts for zpages and exporters. (#568) by Bogdan Drutu · 7 years ago
  9. 47433a7 Rename the package for exporters to match the artifact name. (#566) by Bogdan Drutu · 7 years ago
  10. 88c0dd0 Rename zpage package to match the artifact name. (#567) by Bogdan Drutu · 7 years ago
  11. 6cc9831 Re-enable integration tests. (#563) by Stefan Schmidt · 7 years ago
  12. 778d3b5 Add a Stackdriver trace exporter using V1 Stackdriver Trace API. (#554) by Bogdan Drutu · 7 years ago
  13. 078c7f1 Update TagValueString max length to 256. by Kristen Kozak · 7 years ago
  14. 9961a82 Fix a typo in TagValue.match signature. by Kristen Kozak · 7 years ago
  15. 333574d Merge pull request #565 from sebright/update-stats-runner by sebright · 7 years ago
  16. 295778a Update StatsRunner for new tagging API. by Kristen Kozak · 7 years ago
  17. 843e959 Add a TagValue class. by Kristen Kozak · 7 years ago
  18. b31d121 Increase test timeouts. (#562) by Stefan Schmidt · 7 years ago
  19. c137b14 Add missing task dependency on shadowJar. (#561) by Stefan Schmidt · 7 years ago
  20. 55bbc16 Merge pull request #560 from sebright/fix-build by sebright · 7 years ago
  21. 55dedf0 Fix failing current TagContext test. by Kristen Kozak · 7 years ago
  22. 6dc64ec Update license header. by Kristen Kozak · 7 years ago
  23. ded6b00 Merge pull request #498 from sebright/current-context by sebright · 7 years ago
  24. 4611fbd Merge pull request #558 from sebright/java-7-precise by sebright · 7 years ago
  25. 3d1cf7d Specify Ubuntu Precise only for Java 7 Travis build job. by Kristen Kozak · 7 years ago
  26. 81fc783 Update README for zpages configuration. Add a generic class that registers all Handlers. (#555) by Bogdan Drutu · 7 years ago
  27. ee067d7 Disable integration tests in the Agent. Always fail. (#556) by Bogdan Drutu · 7 years ago
  28. efb18be Cleanup LoggingExporter. (#553) by Bogdan Drutu · 7 years ago
  29. b216db3 Move checkstyle files to buildscripts directory. (#542) by Bogdan Drutu · 7 years ago
  30. 68e117b Rename integration test classes to *IT, following the naming convention used by the Maven Failsafe plugin, avoiding potential naming collision with unit test class. (#531) by Stefan Schmidt · 7 years ago
  31. 3eb3f96 Document where to get the agent JAR file from. (#546) by Stefan Schmidt · 7 years ago
  32. ad6c7f4 Make osx build not required and enable fast_finish. (#552) by Bogdan Drutu · 7 years ago
  33. 973ee9b Also upload the agent artifact to Maven Central. (#547) by Stefan Schmidt · 7 years ago
  34. dab8185 Rename contrib projects. (#551) by Stefan Schmidt · 7 years ago
  35. 87e78c3 Add a naive JMH benchmark for ThreadInstrumentation. (#523) by Stefan Schmidt · 7 years ago
  36. 9e5ca39 Reduce log level to avoid spamming stdout. (#543) by Stefan Schmidt · 7 years ago
  37. 350dedc Output stdout/stderr and detailed exception from failed integration tests to facilitate investigating #540. (#541) by Stefan Schmidt · 7 years ago
  38. 3e0ddbb Add uncompressed and compressed message sizes and deprecate the old message size. (#528) by Bogdan Drutu · 7 years ago
  39. b2f48c5 Change the licence to OpenCensus authors. (#539) by Bogdan Drutu · 7 years ago
  40. ae8add9 Add documentation on name restrictions. (#532) by Yang Song · 7 years ago
  41. 6d8f6e4 Merge pull request #529 from sebright/record-with-current-context by sebright · 7 years ago
  42. 0ca1adf Add comments to tests for NoopStatsRecorder. by Kristen Kozak · 7 years ago
  43. 0021550 Add more tests for NoopStatsRecorder. by Kristen Kozak · 7 years ago
  44. bda41ba Implement StatsRecorder.record(MeasureMap). by Kristen Kozak · 7 years ago
  45. 69ccb1a Merge pull request #533 from sebright/default-tag-context by sebright · 7 years ago
  46. 50bfc48 Give TAG_CONTEXT_KEY a default value (an empty TagContext). by Kristen Kozak · 7 years ago
  47. 2d39681 Add missing @RunWith(JUnit4.class) annotation. Not strictly required here, but for consistency. (#530) by Stefan Schmidt · 7 years ago
  48. bc5f903 Merge pull request #526 from sebright/split-packages by sebright · 7 years ago
  49. e220edb Add the Gradle Versions plugin. (#524) by Stefan Schmidt · 7 years ago
  50. d12624d Move classes added in #511 to implcore package. by Kristen Kozak · 7 years ago
  51. d14ed20 Update TraceComponentImplLite package name in a comment. by Kristen Kozak · 7 years ago
  52. 7edf0c6 Use different package names in each artifact. (fixes #379) by Kristen Kozak · 7 years ago
  53. 5999040 Add @MustBeClosed annotations to the Scoped objects. (#527) by Bogdan Drutu · 7 years ago
  54. 67c86e4 Merge pull request #511 from sebright/tag-serialization by sebright · 7 years ago
  55. 24583b2 Rename serialization methods. by Kristen Kozak · 7 years ago
  56. 1c6acd7 Merge pull request #522 from ubschmidt2/plugins_cleanup by Stefan Schmidt · 7 years ago
  57. 210fb57 Update imports for #516. by Kristen Kozak · 7 years ago
  58. c21350a Remove TODO. by Kristen Kozak · 7 years ago
  59. 4995535 Add a TODO about linking to tags serialization format. by Kristen Kozak · 7 years ago
  60. 78987ec Document that the TagContext encoding is shared across OpenCensus implementations. by Kristen Kozak · 7 years ago
  61. 4b9eea1 Add a class to hold multiple TagContext serialization formats. by Kristen Kozak · 7 years ago
  62. 1ec4e1b Document exceptions thrown by serialization methods. by Kristen Kozak · 7 years ago
  63. 32fafe9 Add TagContext serialization. by Kristen Kozak · 7 years ago
  64. 920f53e Run google-java-format on serialization tests. by Kristen Kozak · 7 years ago
  65. 617c9cb Copy StatsContext serialization tests to tags package. by Kristen Kozak · 7 years ago
  66. 8ffe239 Run google-java-format on SerializationUtils.java. by Kristen Kozak · 7 years ago
  67. 88246a4 Copy i/o/stats/StatsSerializer.java to i/o/impl/tags/SerializationUtils.java. by Kristen Kozak · 7 years ago
  68. 56436cf Move stats to impl.stats, change some visibility. (#510) by Yang Song · 7 years ago
  69. 31b3fdd Update to newer versions of errorprone and animalsniffer. (#521) by Bogdan Drutu · 7 years ago
  70. a77f1b6 Add initial implementation of the tracez page. (#517) by Bogdan Drutu · 7 years ago
  71. f418803 Inline trivial methods, remove an inapplicable TODO (I'm currently not aware of such call sites). by Stefan Schmidt · 7 years ago
  72. 468ece1 Merge pull request #461 from ubschmidt2/threading by Stefan Schmidt · 7 years ago
  73. 52d7be1 Merge pull request #516 from sebright/move-trace-implementation-to-impl-package by sebright · 7 years ago
  74. d6a3c28 Rebased after merging #506 and turned ThreadInstrumentation into a plugin. by Stefan Schmidt · 7 years ago
  75. 276d27e More comments. by Stefan Schmidt · 7 years ago
  76. a9cf2e5 Addressed review comments: by Stefan Schmidt · 7 years ago
  77. b04e1f7 Removed unneeded import. by Stefan Schmidt · 7 years ago
  78. 1d12a79 Add a test for mixed Thread/Executor context propagation and assert that the Runnable is executed with the expected context. by Stefan Schmidt · 7 years ago
  79. e10bd13 doc fix. by Stefan Schmidt · 7 years ago
  80. 9aaa42b Mention InheritableThreadLocal and the difference. by Stefan Schmidt · 7 years ago
  81. 6e34e62 Javadoc for ContextStrategyImpl#savedContexts. by Stefan Schmidt · 7 years ago
  82. c0f309f Add trivial tests for {save,attach}ContextForThread. by Stefan Schmidt · 7 years ago
  83. 6c3042f No need to make the cache a static field. by Stefan Schmidt · 7 years ago
  84. 4dc2f04 Mention automatic context propagation for Threads. by Stefan Schmidt · 7 years ago
  85. 01c99a3 Add automatic context propagation to Thread#start. by Stefan Schmidt · 7 years ago
  86. 1ae718e Merge pull request #506 from ubschmidt2/plugins by Stefan Schmidt · 7 years ago
  87. 2e2fb0b Move two more classes into 'impl' packages. by Kristen Kozak · 7 years ago
  88. 3b5ec6e Move tracing implementation classes to io.opencensus.impl.trace. by Kristen Kozak · 7 years ago
  89. 54daf8a Merge pull request #515 from sebright/use-new-tags by sebright · 7 years ago
  90. 6a60437 Replace original tag classes with classes in the tags package. by Kristen Kozak · 7 years ago
  91. 4598da6 Merge pull request #514 from sebright/refactor-tag-validation by sebright · 7 years ago
  92. 0318bc5 Refactor tag validation code. by Kristen Kozak · 7 years ago
  93. d088c0e Clean links to travis/appveyor in agent readme and add maven release status (#513) by Bogdan Drutu · 7 years ago
  94. df093f3 Merge pull request #512 from ubschmidt2/t2 by Stefan Schmidt · 7 years ago
  95. dce343a Let JMH benchmarks depend on successful integration tests. by Stefan Schmidt · 7 years ago
  96. ce93181 Merge pull request #509 from sebright/stats-checkstyle by sebright · 7 years ago
  97. 9ee885d Enable checkstyle for tests in stats package. by Kristen Kozak · 7 years ago
  98. b9154e9 Merge pull request #481 from songy23/api-stats-4 by Yang Song · 7 years ago
  99. c06ffca Remove outdated data structures. by songy23 · 7 years ago
  100. 85b2cc7 Merge pull request #508 from census-instrumentation/view by Yang Song · 7 years ago