aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Expand)Author
2017-11-01Use the current release version of Mockito. (#751)Stefan Schmidt
2017-10-31Start 0.9.0 development cycleBogdan Drutu
2017-10-31Update the Gradle Animal Sniffer dependency to its latest version. (#750)Stefan Schmidt
2017-10-30Update the Byte Buddy dependency to its latest version. (#744)Stefan Schmidt
2017-10-27Update google-cloud-java version to 0.26.0-alpha. Fix email. (#734)Bogdan Drutu
2017-10-27Add opencensus-exporter-trace-zipkin to list of artifacts to release. (#733)Bogdan Drutu
2017-10-27Add opencensus-contrib-grpc-metrics to list of artifacts to release. (#732)sebright
2017-10-26Update grpc Context version and junit (#730)Bogdan Drutu
2017-10-20Update to latest Byte Buddy release. (#716)Stefan Schmidt
2017-09-24Adds ZipkinExporter (#620)Adrian Cole
2017-09-22Start 0.8.0 development cycle (#662)Bogdan Drutu
2017-09-20Update Google cloud libraries versions. (#648)Bogdan Drutu
2017-09-19Update to latest Byte Buddy release. (#644)Stefan Schmidt
2017-09-07Start 0.7.0 development cycleBogdan Drutu
2017-09-05Add a new artifact for gRPC utility classes for instrumentation. (#577)Bogdan Drutu
2017-09-02Add RedundantImport check and upgrade checkstyle to 8.0. (#579)Bogdan Drutu
2017-08-30Update grpc dependency to 1.6.0 (#572)Bogdan Drutu
2017-08-28Enable to export artifacts for zpages and exporters. (#568)Bogdan Drutu
2017-08-28Add a Stackdriver trace exporter using V1 Stackdriver Trace API. (#554)Bogdan Drutu
2017-08-24Move checkstyle files to buildscripts directory. (#542)Bogdan Drutu
2017-08-24Also upload the agent artifact to Maven Central. (#547)Stefan Schmidt
2017-08-18Add the Gradle Versions plugin. (#524)Stefan Schmidt
2017-08-16Update to newer versions of errorprone and animalsniffer. (#521)Bogdan Drutu
2017-08-16Merge pull request #506 from ubschmidt2/pluginsStefan Schmidt
2017-08-11Enable checkstyle for tests in stats package.Kristen Kozak
2017-08-11Introduce a simplistic plug-in mechanism.Stefan Schmidt
2017-07-17Define the ByteBuddy library in the root buildscript.Stefan Schmidt
2017-07-17Define the FindBugs Annotations library in the root buildscript, using same v...Stefan Schmidt
2017-07-14Sort extra properties by name. Libraries are sorted, too.Stefan Schmidt
2017-07-14Introduce a new property "findBugsVersion" and use it consistently.Stefan Schmidt
2017-07-06Start 0.6.0 development cycleBogdan Drutu
2017-07-04Upgrade to Gradle 3.5.Stefan Schmidt
2017-06-21Update repo release details and status badges. (#384)Bogdan Drutu
2017-06-21Change grpc version to 1.4.0. (#381)Bogdan Drutu
2017-06-19Update main build.gradle for export to use OpenCensus. (#374)Bogdan Drutu
2017-06-16Move stats classes to io.opencensus.stats.Kristen Kozak
2017-06-16Enable checkstyle for all tests in io.opencensus.*. (#361)Bogdan Drutu
2017-05-12Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu
2017-05-10Update gRPC context dependency version to 1.3.0. (#295)Bogdan Drutu
2017-04-17Suppress a FindBugs warning.Kristen Kozak
2017-04-14Enable Error Prone experimental suggestions.Kristen Kozak
2017-04-14Start 0.5.0 development cycle (#221)Bogdan Drutu
2017-04-13Remove proto directory. (#216)Yang Song
2017-04-13Add initial gradle support to push to maven central. (#204)Bogdan Drutu
2017-04-13Bump io.grpc.context version to 1.2.0. (#209)Bogdan Drutu
2017-03-29Gradle plugin making it easier/safer to use Java annotation processors (#180)Bogdan Drutu
2017-03-28Add AutoValue to Gradle build.Kristen Kozak
2017-03-27Add Annotation and Link as classes in the trace API. Change Span to accept Li...Bogdan Drutu
2017-03-23Enable all warnings including experimental for errorprone. (#167)Bogdan Drutu
2017-03-23merge and resolve conflicts before submitting.Alistair Veitch