influxdb/models
Ben Johnson 9784ebb781 feat(storage): Add option to disable WritePoints() validation.
This commit adds the `WithWritePointsValidationEnabled()` option
to disable validation in `Engine.WritePoints()` as the same
validation is performed earlier in the call stack by cloud.
2020-06-23 09:07:49 -06:00
..
testdata feat(models): Add limits options to line-protocol parser 2020-01-10 14:42:02 -07:00
inline_fnv.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
inline_fnv_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
inline_strconv_parse.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
inline_strconv_parse_test.go Initial import of models package 2018-10-01 12:03:19 +01:00
points.go fix(models): Optimize allocations in VerifyPoint() 2020-04-10 13:39:30 -06:00
points_internal_test.go Merge point parse & explode. 2019-04-24 10:12:15 -06:00
points_parser.go fix(models): fix the line breaker 2020-03-19 18:32:29 -04:00
points_test.go feat(storage): Add option to disable WritePoints() validation. 2020-06-23 09:07:49 -06:00
rows.go Initial import of models package 2018-10-01 12:03:19 +01:00
statistic.go Initial import of models package 2018-10-01 12:03:19 +01:00
statistic_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
tagkeysset.go feat(storage): TagKeysSet is a set of tag keys derived from models.Tags 2019-04-24 11:14:21 -07:00
tagkeysset_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
time.go Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00