aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BUILD.bazel
Commit message (Collapse)AuthorAgeFilesLines
* Update release version for Bazel build files. (#1457)sebright2018-09-181-1/+0
| | | | | 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.
* Rename StatsRunner to TagContextExample because it's more about TagContext. ↵Yang Song2018-04-271-2/+2
| | | | (#1156)
* Add bazel build for gRPC Hello World example. (#1052)Yang Song2018-03-201-3/+89
|
* Add a gRPC Hello World example. (#1044)Yang Song2018-03-171-1/+2
|
* Add a QuickStart example. (#1039)Yang Song2018-03-011-0/+8
|
* Add bazel build support for `examples`. (#893)Hailong Wen2017-12-121-0/+61
* 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.