| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This commit also merges new changes to checkstyle.xml and fixes new checkstyle
warnings related to Javadocs.
|
| | |
|
| |
|
|
|
| |
- Each task is treated as separate job to run in parallel.
- single script linux_presumbit.sh performs all task based TASK env.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
This change simplifies the example build file but allows us to continue checking
the license headers in CI.
|
| | |
|
| |
|
|
| |
I added a separate build job.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
* Add maven build support for `examples`.
* Add travis task to verify maven examples build (gradle and maven).
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* Remove unnecessary plugins.
* Reuse existing checkstyle.xml and errorprone properties from main project.
* Add script in travis and appveyor to build examples.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#771)
* Add gradle plugin for google java format. Enforce all files to be formatted.
* Fix javadoc comments.
* update to google-java-formatter 1.5
* Fix comments and run formatter only for java8.
* Formatter works only on java8.
|
|
|
* Move the Travis "script" from .travis.yml to a separate file.
* Set -e -v.
* Replace "jdk_switcher use" as it would require sudo.
* Source jdk_switcher.sh on linux only.
|