aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update scripts in RELEASING.md to include examples/pom.xml, and apply the cha...Hailong Wen2018-01-192-1/+2
* Bump version in examples/build.gradle (#939)Bogdan Drutu2018-01-182-1/+2
* Start 0.12.0 development cycle (#937)Hailong Wen2018-01-182-2/+2
* Update google cloud java version. (#936)Bogdan Drutu2018-01-183-4/+4
* Annotate `PropagationComponent#getB3Format()` with `ExperimentalApi`. (#934)Hailong Wen2018-01-171-0/+3
* Add http propagation APIs. (#930)Hailong Wen2018-01-1712-8/+174
* Add Javadocs for tag keys in RpcMeasureConstants.java (#932)Yang Song2018-01-171-0/+5
* Change "opencensus-task" to "opencensus_task" in documentation to match the i...Ian Sturdy2018-01-171-2/+2
* Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu2018-01-1711-25/+48
* SignalFx stats exporter (#903)Maxime Petazzoni2018-01-1715-0/+1293
* Update gradle-versions-plugin to 0.17.0 (was 0.15.0). (#929)Stefan Schmidt2018-01-081-1/+1
* Update Byte Buddy to 1.7.9 (was 1.7.8). (#928)Stefan Schmidt2018-01-081-1/+1
* Update the JMH plugin to 0.4.5 (was 0.4.4). (#927)Stefan Schmidt2018-01-082-3/+3
* Add unit test for SD trace exporter proto generation method. (#923)Hailong Wen2018-01-053-4/+365
* Merge pull request #921 from sebright/stub-filessebright2017-12-303-13/+14
|\
| * Add Checker Framework stub file for Guava (fixes #920).Kristen Kozak2017-12-303-13/+14
* | Merge pull request #922 from sebright/document-checker-frameworksebright2017-12-291-3/+38
|\ \ | |/ |/|
| * Add a section about the Checker Framework to CONTRIBUTING.md (fixes #918).Kristen Kozak2017-12-281-3/+38
| * Update Gradle commands in CONTRIBUTING.md to check format.Kristen Kozak2017-12-281-2/+2
|/
* Merge pull request #916 from sebright/enable-checker-frameworksebright2017-12-2248-90/+491
|\
| * Remove warning suppression related to null ClassLoaders.Kristen Kozak2017-12-204-20/+10
| * Minor Javadoc update.Kristen Kozak2017-12-202-4/+4
| * Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak2017-12-2016-56/+73
| * Run Checker Framework null analysis with Travis (fixes #359).Kristen Kozak2017-12-192-0/+7
| * Add Checker Framework null analysis to build.gradle (issue #359).Kristen Kozak2017-12-191-20/+68
| * Add Checker Framework annotations in comments (issue #359).Kristen Kozak2017-12-1910-31/+83
| * Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak2017-12-1913-17/+63
| * Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak2017-12-1910-24/+119
| * Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak2017-12-1924-0/+146
|/
* Merge pull request #915 from sebright/null-annotations-2sebright2017-12-1910-28/+54
|\
| * Suppress nullness warnings from issue #914.Kristen Kozak2017-12-191-2/+6
| * Add missing null checks (issue #359).Kristen Kozak2017-12-193-11/+26
| * Refactor some code to pass Checker Framework null analysis (issue #359).Kristen Kozak2017-12-194-12/+17
| * Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak2017-12-192-3/+5
|/
* Merge pull request #913 from sebright/contrib-null-checkssebright2017-12-194-8/+19
|\
| * Update contrib directory to pass Checker Framework null analysis (issue #359).Kristen Kozak2017-12-194-8/+19
|/
* Merge pull request #912 from sebright/null-annotationssebright2017-12-1922-38/+71
|\
| * Add more null annotations (issue #359).Kristen Kozak2017-12-1922-38/+71
* | Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song2017-12-192-43/+203
|/
* Update shadow plugin to 2.0.2. Fixes #825. (#911)Stefan Schmidt2017-12-181-1/+1
* Merge pull request #910 from sebright/test-name-typosebright2017-12-151-1/+1
|\
| * Fix typo in test name.Kristen Kozak2017-12-151-1/+1
|/
* Merge pull request #909 from sebright/TagContextImpl-testssebright2017-12-152-34/+83
|\
| * Check for null in TagContextBuilderImpl.remove and add tests.Kristen Kozak2017-12-152-1/+29
| * Improve TagContextImpl tests.Kristen Kozak2017-12-152-33/+54
|/
* Add helper class to register views. (#906)Bogdan Drutu2017-12-153-6/+258
* Increase exporting interval and fix warnings. (#905)Bogdan Drutu2017-12-144-14/+19
* Add a convenient method to create Stackdriver exporter with default settings ...Yang Song2017-12-141-0/+29
* Add initial support fox X-Cloud-Trace-Context. (#900)Hailong Wen2017-12-142-0/+424
* Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu2017-12-1311-66/+648