Commit Graph

24 Commits (19e2af2abf3939b8bdd423cccc9438eb36dedc3e)

Author SHA1 Message Date
Edd Robinson 207bafae8a Create a Point from a models.Point 2016-03-14 16:59:06 +00:00
Nathaniel Cook 68f468817d add AddPoints method to v2 client 2016-03-11 10:28:05 -07:00
Phil Sorber a23f727d3c Fix golint warnings. 2016-02-10 15:00:25 -07:00
Ben Johnson 2f1e83427b Merge pull request #5617 from benbjohnson/influxdata
Rename influxdb/influxdb to influxdata/influxdb
2016-02-10 13:29:46 -07:00
Ben Johnson d9a6a7340f add canonical paths 2016-02-10 11:30:52 -07:00
Ben Johnson 5a0d1ab7c1 rename influxdb/influxdb to influxdata/influxdb
This commit changes all the import and URL references from:

    github.com/influxdb/influxdb

to:

    github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Phil Sorber 7d44293506 Update comments to be more idiomatic. 2016-02-09 09:39:30 -07:00
Phil Sorber ed650cf4d5 Add Ping() to v2 client. 2016-02-09 09:00:36 -07:00
Cameron Sparr df1980ebe5 Support for adding custom TLS Config for HTTP client 2016-02-04 13:09:27 -07:00
Cameron Sparr 616da49019 It _is_ recommended to send data with a timestamp
closes #5061
2015-12-15 18:33:36 -06:00
Farshid Tavakolizadeh 460275a254 go-client: changed statements' Err type to string, tagged by `error` 2015-12-08 23:28:42 +01:00
Cameron Sparr e32d97e770 Don't send data _without_ a timestamp 2015-11-12 15:27:18 -07:00
Cameron Sparr 909f5e8ae3 Small comment fixups 2015-11-12 15:18:04 -07:00
Cameron Sparr b0e9f7e844 Refactor HTTP client for consistency with UDP
This makes error handling easier across clients and more consistent.
Also eliminates the need for users to parse their own URLs first,
because that doesn't even guarantee the URLs will be correct http URLs
2015-11-12 14:22:16 -07:00
Philip O'Toole 3cab8fac02 Revert to Go 1.4.2
This is not passing 'go vet' under 1.4.2.
2015-11-11 15:48:37 -08:00
Cameron Sparr cc077f6fb0 Create a new query request for each Query 2015-11-06 15:22:42 -07:00
Cameron Sparr 7d3c84f92a Another revision to the v2 client godoc, lowercase letters all around 2015-11-06 12:21:22 -07:00
Cameron Sparr 5bcb3cbe41 Fixup the v2 client godoc examples 2015-11-06 09:59:21 -07:00
Nicholas Katsaros 8fe41e1870 Increase performance of the UDP client 2015-11-05 13:53:05 -05:00
Cameron Sparr e2db577e0f Implement a UDP client
closes #4647
2015-11-04 14:18:14 -07:00
Jason Wilder 0926b19e6b Prevent creating points with NaN float values
Float values are not supported in the existing engine and the tsm1
engines.  This changes NewPoint to return an error if a field value
contains a NaN field.  It also allows us to validate fields to prevent
other unsupported types from sneaking in through other input plugins.
2015-10-27 17:12:52 -06:00
Cameron Sparr 66a31ee9bc Add more public point functions for v2 client
Closes #4505
2015-10-19 17:55:26 -06:00
Charles Chan e0d4ccd1a7 Typo: omitt --> omit. 2015-10-17 07:30:07 -07:00
Cameron Sparr 696838a8c2 InfluxDB client v2
Closes #4387
2015-10-15 15:53:48 -06:00