Commit Graph

2378 Commits (64ec45a15423f30577b830a647d7cbaef934f484)

Author SHA1 Message Date
Carol (Nichols || Goulding) 9c4b052ac8 feat: Add bazel installation to CI Docker image 2021-04-09 14:31:18 +00:00
Carol (Nichols || Goulding) db639881be feat: Always rebuild flatbuffers so CI will fail until someone fixes it 2021-04-09 14:31:18 +00:00
Carol (Nichols || Goulding) 1a777a5418 feat: Show more info if flatbuffers check fails 2021-04-09 14:31:18 +00:00
Raphael Taylor-Davies 078c0f3fda
refactor: lift chunk and table summaries out of DBChunk (#1162)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-04-09 12:00:47 +00:00
Marko Mikulicic 89409ca8b7 fix: Update scripts/edit_db_rules
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-04-09 11:12:22 +00:00
Marko Mikulicic f3d40bbff9 feat: Add edit_db_rules script
There are a few yaks to be shaven before we have a good CLI for editing database rules.

This is a simple shell script that uses the grpc API to edit the database rules on a remote
IOx server. It fetches the rules, spawns your default text editor, waits until your editor quits,
and then calls the update API with the results of your local edit.

(if you use emacs, there is a thing called emacsclient which knows how to block until you closed
the buffer in your main persistent emacs)
2021-04-09 11:12:22 +00:00
Marko Mikulicic e76980928b feat: Implement Update API 2021-04-08 22:25:36 +00:00
kodiakhq[bot] 0efc1d8174
Merge pull request #1159 from influxdata/er/flatbuffers
chore: testing
2021-04-08 21:42:32 +00:00
Edd Robinson 2bbe5dd46c chore: update flatc sha 2021-04-08 22:16:41 +01:00
Edd Robinson 10304bdcd8 docs: improve flatc install 2021-04-08 22:16:29 +01:00
kodiakhq[bot] a3e04fecc1
Merge pull request #1076 from jeivardan/feature-query
feat: Add support for query API to influxdb_client
2021-04-08 18:53:04 +00:00
Carol (Nichols || Goulding) 1552c0113a Merge remote-tracking branch 'origin/main' into feature-query 2021-04-08 14:40:12 -04:00
Edd Robinson be369689f2 refactor: fix benchmarks 2021-04-08 18:20:37 +00:00
Edd Robinson 738134004e feat: implement memory tracking on read buffer 2021-04-08 18:20:37 +00:00
Edd Robinson a34de76c49 refactor: wire read buffer tracker in 2021-04-08 18:20:37 +00:00
kodiakhq[bot] 697998a48f
Merge pull request #1149 from influxdata/pd-sequenced-entry
feat: add sequenced entry builder
2021-04-08 17:01:17 +00:00
Paul Dix 3bb283fe20 chore: make SequencedEntryRaw the method of choice for SequencedEntry 2021-04-08 12:57:11 -04:00
Paul Dix 81926279fc chore: add benchmark for SequencedEntryRaw::new_from_entry_bytes 2021-04-08 12:57:11 -04:00
Paul Dix c002d83e9a feat: add SequencedEntryRaw for raw entry bytes 2021-04-08 12:57:11 -04:00
Paul Dix 0546968e13 chore: add SequencedEntry::new_from_entry benchmark 2021-04-08 12:57:11 -04:00
Paul Dix 0c082e2347 feat: add sequenced entry builder 2021-04-08 12:57:11 -04:00
kodiakhq[bot] 1bd4ef592f
Merge pull request #1121 from influxdata/cn/check-regenerated-flatbuffers
chore: CI check that generated flatbuffers code has been updated if needed
2021-04-08 16:04:18 +00:00
Carol (Nichols || Goulding) c26713727f fix: Don't hardcode fbs filenames 2021-04-08 11:32:33 -04:00
Carol (Nichols || Goulding) 2f2ca866dc chore: Check in CI that generated flatbuffers code has been checked in 2021-04-08 11:19:44 -04:00
kodiakhq[bot] c34c6af4f0
Merge pull request #1150 from influxdata/ntran/parquet
feat: continue supporting write chunks to parquet files
2021-04-08 15:05:44 +00:00
kodiakhq[bot] 42e1857a39
Merge branch 'main' into ntran/parquet 2021-04-08 15:01:10 +00:00
Nga Tran bd3816a6c9 chore: merge main to branch 2021-04-08 10:59:33 -04:00
Marko Mikulicic df5349406a feat: Switch to jemalloc 2021-04-08 14:19:35 +00:00
Nga Tran ce8200e8b0 chore: remove unused code 2021-04-08 10:02:28 -04:00
Edd Robinson d429cf9aeb refactor: tighten up Read Buffer API 2021-04-08 10:24:19 +00:00
Edd Robinson dae9f12593 refactor: remove deprecated API 2021-04-08 10:24:19 +00:00
Edd Robinson 232d6ec439 refactor: appease clippy gods 2021-04-08 10:19:11 +00:00
Edd Robinson bd21cf5d24 refactor: remove read buffer db from db 2021-04-08 10:19:11 +00:00
Edd Robinson 721a784ce0 refactor: concrete type to keep streams happy 2021-04-08 10:19:11 +00:00
Edd Robinson 17853266ce refactor: add helper method for all names 2021-04-08 10:19:11 +00:00
Nga Tran c32fe3decd chore: clean up 2021-04-07 21:43:45 -04:00
Nga Tran f501a74aea refactor: Address review comments 2021-04-07 21:28:03 -04:00
Nga Tran be6e1e48e4 feat: add writer_id and object_store in Db 2021-04-07 18:36:07 -04:00
Andrew Lamb a1ee443f2a
chore: update arrow deps (#1148) 2021-04-07 22:08:58 +00:00
Andrew Lamb 03c446ed43
feat: add line protocol ingest metrics (#1119)
* feat: add line protocol ingest metrics

* fix: ensure tests pass correctly when run multi-threaded

* refactor: remove uneeded change

* fix: Add tags to metrics, improve test

* refactor: use global `Counter`

* refactor: move metrics to crate wide struct

* fix: fix test
2021-04-07 21:49:02 +00:00
kodiakhq[bot] d59c5de39a
Merge pull request #1093 from influxdata/cn/influxdb2-integration-tests
chore: Add integration tests for influxdb2_client against InfluxDB 2.0 OSS
2021-04-07 19:42:26 +00:00
Carol (Nichols || Goulding) 7789d776cb docs: Fix copypasta comment 2021-04-07 14:11:02 -04:00
Carol (Nichols || Goulding) 07ce5efcb8 chore: Set up CI for running integration tests against InfluxDB 2.0 OSS 2021-04-07 14:11:02 -04:00
Carol (Nichols || Goulding) 4f627e0560 fix: Onboarding returns 201, not 200 2021-04-07 14:11:02 -04:00
Carol (Nichols || Goulding) 27a45aa036 fix: Don't send auth header if token specified is empty string
Not all endpoints need authorization, sometimes we don't have it!
2021-04-07 14:11:00 -04:00
Carol (Nichols || Goulding) ebb6bbd13c test: start of integration tests of influxdb2 client against influxdb 2.0 OSS 2021-04-07 14:09:39 -04:00
Carol (Nichols || Goulding) 39c07829bd chore: Remove outdated documentation about testing iox client crate
Looks like the type of integration testing referenced in the docs
deleted here was removed in 51981c9.
2021-04-07 14:09:39 -04:00
kodiakhq[bot] 21f3775016
Merge pull request #1120 from influxdata/cn/no-more-test-results
fix: Don't return Result from test functions
2021-04-07 16:49:13 +00:00
kodiakhq[bot] 319e66706e
Merge branch 'main' into cn/no-more-test-results 2021-04-07 16:45:32 +00:00
Carol (Nichols || Goulding) 82588d5c72 fix: Don't return Result from test functions 2021-04-07 12:40:00 -04:00