Carol (Nichols || Goulding)
|
7d09485cba
|
refactor: Alphabetize dependencies
|
2020-07-27 14:06:03 -04:00 |
Carol (Nichols || Goulding)
|
e15efb71cf
|
test: Have the end-to-end test use DataPoint from the influx client
This is revealing a bug in the client
|
2020-07-27 14:03:06 -04:00 |
Carol (Nichols || Goulding)
|
cd70373aa2
|
Merge pull request #257 from influxdata/refactor-data-point
|
2020-07-27 13:55:15 -04:00 |
Carol (Nichols || Goulding)
|
9de97e60a1
|
fix: Remove unneeded 'static and into
|
2020-07-27 13:46:22 -04:00 |
Carol (Nichols || Goulding)
|
d944cce1f9
|
feat: Make FieldValues implement PartialEq
To enable assert_eq! for testing
|
2020-07-27 11:43:21 -04:00 |
Carol (Nichols || Goulding)
|
605f982b17
|
refactor: Switch from LineProtocol to a WriteDataPoint trait
|
2020-07-27 11:43:13 -04:00 |
Jake Goulding
|
3a9693d289
|
refactor: Switch from Escaped* types to String
And leave a comment explaining how non-UTF-8 data may be implemented in
the future.
|
2020-07-27 11:39:46 -04:00 |
Jake Goulding
|
b72c2ffd73
|
Merge pull request #253 from influxdata/client-dynamic-data-point
|
2020-07-24 09:50:11 -04:00 |
Carol (Nichols || Goulding)
|
d7859b9959
|
docs: Add explanation for why LineProtocol exists and is private
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
|
2020-07-24 09:42:57 -04:00 |
Carol (Nichols || Goulding)
|
5b9a460173
|
Merge pull request #256 from influxdata/cn/remove-generate-and-seed-commands
fix: Remove generate/seed utilities
|
2020-07-23 09:43:31 -04:00 |
Carol (Nichols || Goulding)
|
c179a7e8b2
|
fix: Remove generate/seed utilities
These are going to be redone in the fusion repo.
|
2020-07-22 17:15:30 -04:00 |
Carol (Nichols || Goulding)
|
3243300dec
|
docs: Add a quick start example at the top with all functionality so far
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
7ddd793264
|
fix: Return an error if attempting to build a DataPoint without any fields
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
8cac2f1ca3
|
fix: Expose the detailed error types in the public API
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
34c0977820
|
test: Add line parser tests inspired by line protocol generation
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
1867d2a44d
|
fix: Timestamps are signed
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
876796a59d
|
refactor: Remove duplication by having write call write_line_protocol
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
879b981897
|
refactor: Rename write methods to clarify their uses
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
938e604b08
|
fix: Use Self in more places as recommended by clippy
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
40f3ca7880
|
fix: Use a specific version constraint
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
53ec997d8d
|
docs: Clean up link to API docs
|
2020-07-22 17:03:29 -04:00 |
Jake Goulding
|
f8304e6e6b
|
feat: Add a dynamic type to construct data points for ingestion
|
2020-07-22 17:03:29 -04:00 |
Carol (Nichols || Goulding)
|
0e7351335a
|
Merge pull request #255 from influxdata/cn/use-other-quay-repo
fix: Switch to fusion quay repo for performance builds
|
2020-07-22 11:10:15 -04:00 |
Carol (Nichols || Goulding)
|
c7380dbe79
|
Merge pull request #254 from influxdata/cn/further-improvement
refactor: Improve InputPath to InputReader conversion
|
2020-07-22 10:31:10 -04:00 |
Carol (Nichols || Goulding)
|
3340c45053
|
fix: Switch to fusion quay repo for performance builds
Connects to influxdata/fusion#29.
|
2020-07-22 09:33:42 -04:00 |
Carol (Nichols || Goulding)
|
9302af7c56
|
refactor: Improve InputPath to InputReader conversion
By extracting the conversion code into a method named input_reader.
|
2020-07-20 20:32:09 -04:00 |
Andrew Lamb
|
143c350ecb
|
Merge pull request #250 from influxdata/alamb/feat-multi-col-stats
feat: Update stats command to handle directories of files
|
2020-07-20 16:48:31 -04:00 |
alamb
|
e8974e8947
|
fix: clarify comments
|
2020-07-20 16:43:53 -04:00 |
alamb
|
b8dce655b3
|
fix: Fix use of predicate
|
2020-07-20 16:29:44 -04:00 |
alamb
|
c3656e492a
|
fix: derive default rather than implement it
|
2020-07-20 16:25:38 -04:00 |
Andrew Lamb
|
48c37e193e
|
fix: Apply suggestions from code review
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
|
2020-07-20 16:22:46 -04:00 |
Carol (Nichols || Goulding)
|
f1c3d0b2de
|
Merge pull request #249 from influxdata/cn/influx-2-client
|
2020-07-20 10:56:47 -04:00 |
Carol (Nichols || Goulding)
|
b3f6d4ab69
|
refactor: Make conversion from paths to InputReaders clearer
|
2020-07-20 10:49:05 -04:00 |
Carol (Nichols || Goulding)
|
c1091587f0
|
docs: Add a TODO about reviewing the name
|
2020-07-20 09:51:08 -04:00 |
alamb
|
91381c19d0
|
fix: add tests
|
2020-07-17 17:24:46 -04:00 |
Carol (Nichols || Goulding)
|
bfd0f30152
|
test: Avoid an allocation and have a consistent API
This is temporary until we have a better point-building method anyway.
|
2020-07-17 17:14:20 -04:00 |
Carol (Nichols || Goulding)
|
d15528c2d7
|
docs: Add link to API doc specification
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
|
2020-07-17 17:06:27 -04:00 |
alamb
|
ca1bd79902
|
feat: Update stats command to handle directories of files
|
2020-07-17 16:47:11 -04:00 |
Carol (Nichols || Goulding)
|
3684e48bfc
|
fix: typo
Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
|
2020-07-17 16:19:17 -04:00 |
Carol (Nichols || Goulding)
|
668aefae9b
|
feat: Implement a rudimentary write API in the influx client
|
2020-07-17 10:28:19 -04:00 |
Carol (Nichols || Goulding)
|
7ed24241b5
|
feat: Set up an InfluxData 2.0 client crate
|
2020-07-17 10:27:33 -04:00 |
Carol (Nichols || Goulding)
|
be3e307c1c
|
Merge pull request #248 from influxdata/cn/ignore-invalid-wal-dirs/perf
|
2020-07-17 10:27:13 -04:00 |
Carol (Nichols || Goulding)
|
da181faba0
|
Merge pull request #247 from influxdata/cn/no-blocking-reqwest
fix: Remove the blocking feature from reqwest
|
2020-07-17 09:14:24 -04:00 |
Carol (Nichols || Goulding)
|
9a743e7c36
|
fix: Switch logging level from debug to info
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
|
2020-07-16 20:32:55 -04:00 |
Carol (Nichols || Goulding)
|
b1ce3958e5
|
fix: Define a fully-featured error for the Id type
|
2020-07-16 20:30:54 -04:00 |
Carol (Nichols || Goulding)
|
5afc3a1e3b
|
fix: Ignore anything in the WAL dir that doesn't parse as an Org ID instead of crashing
|
2020-07-16 11:28:57 -04:00 |
Andrew Lamb
|
b6f2a9331e
|
Merge pull request #243 from influxdata/alamb/take-2-228-index-parse-error
fix: Allow arbitrary characters after the delimiter in a field key
|
2020-07-15 16:08:47 -04:00 |
Carol (Nichols || Goulding)
|
ac6f3befd0
|
fix: Remove the blocking feature from reqwest
This should have been removed in fdcef79 but wasn't.
|
2020-07-15 15:48:34 -04:00 |
alamb
|
5ac0069020
|
Merge remote-tracking branch 'origin/master' into alamb/take-2-228-index-parse-error
|
2020-07-15 11:20:40 -04:00 |
Andrew Lamb
|
201ad1ae87
|
fix: Apply suggestions from code review
Update comment to match new name
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
|
2020-07-15 11:19:07 -04:00 |