aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/tags
AgeCommit message (Expand)Author
2018-08-28Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu
2018-06-26Clarify Javadoc for Tagger.withTagContext.Kristen Kozak
2018-04-04Replace Guava VisibleForTesting in opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
2018-03-19Remove usages of guava collections in api/ (#1069)Eric Gribkoff
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-01-31Add '@since' Javadoc tag to all tagging APIs (issue #864).Kristen Kozak
2017-12-20Remove warning suppression related to null ClassLoaders.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak
2017-12-19Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-11-17Remove an obsolete TODO from TagKey.java.Kristen Kozak
2017-11-10Avoid guaranteeing that the result of Tags.getState() won't change.Kristen Kozak
2017-11-10Deprecate Tags.setState, and throw an exception when it is called after getSt...Kristen Kozak
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-10-31Avoid specifying maximum size of serialized TagContext.Kristen Kozak
2017-10-31Add maximum serialized TagContext size to fromByteArray Javadoc.Kristen Kozak
2017-10-31Don't mention parsing in TagContextDeserializationException Javadoc.Kristen Kozak
2017-10-31Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak
2017-10-31Add maximum serialized TagContext size to toByteArray Javadoc.Kristen Kozak
2017-10-31Make TagContextBinarySerializer.toByteArray throw a checked exception.Kristen Kozak
2017-10-27Change TagValue.MAX_LENGTH to 255, to match TagKey.MAX_LENGTH.Kristen Kozak
2017-10-26Disallow empty tag keys.Kristen Kozak
2017-10-25Improve TagContextBuilder.put Javadoc.Kristen Kozak
2017-10-25Remove an obsolete TODO.Kristen Kozak
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-23Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright
2017-06-09Temporarily move "tags" package back to "core" directory.Kristen Kozak
2017-06-07Fix all javadocs warnings and errors and re-enable javadoc for api module. (#...Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu