aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2018-09-18Update release version for Bazel build files. (#1457)sebright
This commit also sets the version of the com.google.guava:guava-jdk5 artifact in the generate_workspace command and removes the com_fasterxml_jackson_core_jackson_core dependency from BUILD.bazel.
2018-09-18Update release versions for all readme and build files. (#1452)sebright
2018-09-15Update release versions for all readme and build files. (#1435)sebright
This commit also updates the gRPC dependency to 1.13.1 in the Maven and Gradle examples in order to resolve a dependency conflict in the Maven build.
2018-09-14Start 0.17.0 development cycle (#1429)sebright
2018-08-31Examples : set sampler to always sample (#1388)Mayur Kale
* Examples : set sampler to always sample * Add sleep method to utils class * Utils: make package-private * Add info on always sampler * Fix style checker and java format * minor fix
2018-08-28Update release versions for all readme and build files. (#1398)Yang Song
2018-08-07gradle wrapper --gradle-version 4.9 (#1360)Bogdan Drutu
2018-07-11Remove use of deprecated AggregationWindow from QuickStart.java.Kristen Kozak
2018-06-25Example: record against an example method tag. (#1280)Yang Song
2018-06-22Examples: Record some stats and spans for ZPageTester. (#1279)Yang Song
* Examples: Record some stats and spans for ZPageTester. * Fix format. * Fix review comments.
2018-06-21Update release versions for all readme and build files. (#1277)Yang Song
* Update release versions for all readme and build files. * Fix the gRPC version conflict for example mvn build.
2018-06-20Start 0.16.0 development cycleKristen Kozak
2018-06-08Examples: add runtime dependency on netty-tcnative-boringssl-static. (#1247)Yang Song
2018-06-05Update release versions for all readme and build files. (#1237)Yang Song
* Update release versions for all readme and build files. * Manually update gRPC version in example build. * Remove a stale TODO.
2018-06-04Start 0.15.0 development cyclesongy23
2018-06-04Update gradle to 4.7. (#1231)Bogdan Drutu
2018-05-08Update release versions for all readme and build files. (#1190)Yang Song
2018-05-02Update release versions for all readme and build files. (#1178)Yang Song
2018-04-30Update release versions for Bazel BUILD. (#1166)Yang Song
* Update release versions for Bazel BUILD. * Fix conflicts in WORKSPACE.
2018-04-27Update release versions for readme and build files. (#1160)Yang Song
Update release versions for readme and build files.
2018-04-27Start 0.14.0 development cycle (#1157)Yang Song
2018-04-27Rename StatsRunner to TagContextExample because it's more about TagContext. ↵Yang Song
(#1156)
2018-04-13Update release versions for all readme and build files. (#1129)Yang Song
2018-03-20Move the examples/ format check from the build file to the Travis script.Kristen Kozak
This change simplifies the example build file by removing plugins not necessary to build the project. The new Travis job is under allow_failures, so that contributors aren't required to download and run the tool.
2018-03-20Move the examples/ checkstyle check from the build file to the Travis script.Kristen Kozak
This change simplifies the example build file but allows us to continue checking the license headers in CI.
2018-03-20Add bazel build for gRPC Hello World example. (#1052)Yang Song
2018-03-19Fix comment about bucket boundaries in the helloworld example. (#1070)Ian Sturdy
2018-03-17Add a gRPC Hello World example. (#1044)Yang Song
2018-03-15Change MBy to By units. (#1058)easy
This reflects the default gRPC views which use bytes as units.
2018-03-15Make "./gradlew goJF" work in examples/ (#1059)easy
2018-03-05Update ZPagesTester section in examples README (#1049)Yang Song
2018-03-04Prefer non-deprecated classes. (#1045)Stefan Schmidt
2018-03-02Update QuickStart to improve readability. (#1043)Yang Song
2018-03-02Update example README to include QuickStart (#1042)Yang Song
2018-03-01Add a QuickStart example. (#1039)Yang Song
2018-02-27Update release versions for all readme and build files. (#1033)Yang Song
2018-02-20Update opencensus version for bazel build file in examples (#1011)Yang Song
2018-02-19Update release versions for all readme and build files. (#1010)Yang Song
2018-02-16Start 0.13.0 development cycle (#1004)Yang Song
2018-01-31Fix broken command in examples readme. (#969)Hailong Wen
2018-01-24Update release versions for all readme and build files. (#961)Hailong Wen
2018-01-22Update script in RELEASING.md and use them to update release version in all ↵Hailong Wen
readmes and build files. (fixes #941) (#946)
2018-01-19Update scripts in RELEASING.md to include examples/pom.xml, and apply the ↵Hailong Wen
change. (#943)
2018-01-18Bump version in examples/build.gradle (#939)Bogdan Drutu
2017-12-12Add bazel build support for `examples`. (#893)Hailong Wen
* Add bazel build support for `examples`. * Generate workspace depedencies by [migration-tooling](https://github.com/bazelbuild/migration-tooling). * Change README and add travis job to check bazel build. * Move sudo command to .travis.yml * Change library name to opencensus_examples.
2017-12-11Add maven build support for `examples`. (#891)Hailong Wen
* Add maven build support for `examples`. * Add travis task to verify maven examples build (gradle and maven).
2017-12-08Remove unnecessary plugins and script commands; update README commands.Hailong Wen
2017-12-07Use fixed latest opencensusVersion and remove findbugs and errorprone.Hailong Wen
2017-12-07Address comments from bogdan and sebright.Hailong Wen
* Remove unnecessary plugins. * Reuse existing checkstyle.xml and errorprone properties from main project. * Add script in travis and appveyor to build examples.
2017-12-06Make `examples` an independent gradle project.Hailong Wen