aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/tags
AgeCommit message (Expand)Author
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Update lists of enabled Error Prone warnings with the latest bug patterns.Kristen Kozak
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-10Combine tests for Tags.getState and Tags.setState.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-31Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak
2017-10-31Make TagContextBinarySerializer.toByteArray throw a checked exception.Kristen Kozak
2017-10-27Make TagKey and TagValue tests consistent.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-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-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu