aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2018-04-04Remove usages of Guava LongMath from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Add nullness annotations to Preconditions.checkNotNull.Kristen Kozak
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-30Sort TagKeys in View.create(...) (fixes #1080).Kristen Kozak
2018-03-30Remove some uses of deprecated AggregationWindow in ViewTest.java.Kristen Kozak
2018-03-30Clean up ViewTest.java.Kristen Kozak
2018-03-28Deprecate Mean and MeanData (#1101)Yang Song
2018-03-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
2018-03-26Update Guava and Jmh versions (#1095)Yang Song
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-21Move BaseMessageEventUtil to trace package. (#1076)Yang Song
2018-03-19Remove usages of guava collections in api/ (#1069)Eric Gribkoff
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-03-02Fix probabilitySampler_getDescription for all locales. (#1040)Stefan Schmidt
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-16Start 0.13.0 development cycle (#1004)Yang Song
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-02-15Add Nullable annotation to tag values. (#998)Yang Song
2018-02-05Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak
2018-02-05Add '@since' Javadoc tag to all common APIs (issue #864).Kristen Kozak
2018-02-01Checker Framework: 2.3.0 -> 2.3.2Kristen Kozak
2018-01-31Add '@since' Javadoc tag to all stats APIs (issue #864).Kristen Kozak
2018-01-31Add '@since' Javadoc tag to all tagging APIs (issue #864).Kristen Kozak
2018-01-18Start 0.12.0 development cycle (#937)Hailong Wen
2018-01-17Annotate `PropagationComponent#getB3Format()` with `ExperimentalApi`. (#934)Hailong Wen
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-20Remove warning suppression related to null ClassLoaders.Kristen Kozak
2017-12-20Minor Javadoc update.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Add Checker Framework annotations in comments (issue #359).Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak
2017-12-19Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak
2017-12-19Add missing null checks (issue #359).Kristen Kozak
2017-12-19Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak
2017-12-19Merge pull request #912 from sebright/null-annotationssebright
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-12-19Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-11Change fromHex methods to accept CharSequence. (#897)Bogdan Drutu
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-06Adds TextFormat and usage example. (#724)Bogdan Drutu
2017-12-04Start 0.11.0 development cycle (#874)Yang Song
2017-12-02Merge pull request #826 from HailongWen/noop-span-storeHailong Wen
2017-12-01Update project name in api/README.md.Kristen Kozak
2017-11-29Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu
2017-11-21Update length limit for View.Name (#834)Yang Song
2017-11-21Use unmodifiableSet instead of ImmutableSet to get rid of build error. Refine...Hailong Wen