influxdb/models
Jonathan A. Sternberg 7ca4e644f1
Update flux version to v0.33.2 (#14208)
The flux in influxdb has been upgraded to use v0.33.2. A lot of
interfaces for the storage engine were changed during this so code had
to change to accomodate the new interfaces and remove the old ones.

Included in this commit is a patch file for the changes that were made.
A patch was generated for the following packages:

* `flux/stdlib/influxdata/influxdb`
* `storage/reads`
* `tsdb/cursors`

These are the three packages that are in common with version 2 of the
database and the first of these packages contains the specific
implementations that are used for version 1.

It is very possible that the next time we upgrade this, the patch will
not apply cleanly just like it wouldn't have applied cleanly to this
update. The patch is mostly meant to document exactly what changed
during the copy over to help ensure we don't forget things when adapting
the interfaces.

Add a patch file to hopefully make this easier in the future
2019-06-27 13:52:02 -05:00
..
consistency.go Update godoc for package models 2016-12-30 18:02:52 -08:00
fieldtype_string.go feat(influx_tools): Add support for describing schema via a TOML file 2019-02-26 16:51:19 -07:00
gen.go feat(influx_tools): Add support for describing schema via a TOML file 2019-02-26 16:51:19 -07:00
inline_fnv.go Update godoc for package models 2016-12-30 18:02:52 -08:00
inline_fnv_test.go Implement and use zero-alloc FNV64a. 2016-09-26 11:43:27 -07:00
inline_strconv_parse.go Taught tsm1 storage engine how to read and write uint64 values 2017-07-24 09:03:22 -07:00
inline_strconv_parse_test.go models: Add FieldIterator type 2016-10-03 16:30:21 -06:00
points.go Upgrade flux to the latest version and remove the platform dependency 2019-04-04 10:55:09 -05:00
points_internal_test.go Add test for marshalling a point without fields 2016-12-28 12:09:30 -08:00
points_test.go fix line protocol parsing panic 2018-08-09 10:56:34 -04:00
rows.go Update godoc for package models 2016-12-30 18:02:52 -08:00
statistic.go Update godoc for package models 2016-12-30 18:02:52 -08:00
statistic_test.go Ensure we don't mutate provided statistics tags 2016-08-24 11:40:13 +01:00
tagkeysset.go Update flux version to v0.33.2 (#14208) 2019-06-27 13:52:02 -05:00
tagkeysset_test.go Update flux version to v0.33.2 (#14208) 2019-06-27 13:52:02 -05:00
time.go Fix misspelling identified by misspell 2019-02-03 20:27:43 +00:00
uint_support.go Add uint support into the write protocol 2017-09-19 10:44:26 -05:00