Dom
|
df82e8ced7
|
Merge branch 'main' into dom/rustfmt-wrapping-unmangle
|
2020-12-14 13:58:56 +00:00 |
Dom
|
4c35253fd5
|
style: unmangle wrapped diagrams
Adds #[rustfmt::skip] to comment blocks containing diagrams to skip wrapping.
|
2020-12-14 13:14:36 +00:00 |
Dom
|
2d29b985b4
|
chore(deps): remove env_logger from ingest
Already using tracing!
|
2020-12-14 12:06:53 +00:00 |
Dom
|
6f473984d0
|
style: wrap comments
Runs rustfmt with the new config.
|
2020-12-11 18:22:26 +00:00 |
Dom
|
e7fa6ab20a
|
perf(ingest): use flate2
|
2020-12-01 11:01:09 +00:00 |
Andrew Lamb
|
3a9ee88f00
|
chore: update to latest version of arrow + update code (#486)
* chore: update to latest version of arrow + update code
* chore: Update rust toolchain to match arrow
* fix: clippy
|
2020-11-25 14:46:35 -05:00 |
Andrew Lamb
|
cdb26e60e4
|
refactor: rename `storage` crate to `query` to better reflect what it is (#475)
* refactor: rename storage --> query
* refactor: update a few more referenes
|
2020-11-24 14:19:29 -05:00 |
Andrew Lamb
|
831a0875d6
|
chore: update to latest arrow + Rust nightly-2020-11-14 (#454)
* chore: update to latest arrow + Rust nightly-2020-11-14
* chore: update ci
* fix: update for clippy lints
* fix: Allow redundant_field_names in generated types crate
* fix: clippy about try_for_each
* fix: clippy uneeded-collect
* fix: clippy about default values
* fix: clippy mathces --> matches!
* fix: clippy sort --> sort_by_key
* fix: clippy about default values again
|
2020-11-16 11:48:42 -05:00 |
Edd Robinson
|
4edbe171c8
|
refactor: change UtfString variant to String
|
2020-11-11 09:50:14 +00:00 |
Edd Robinson
|
c6439e46a9
|
refactor: change String variant to Bytes
|
2020-11-10 22:31:14 +00:00 |
Carol (Nichols || Goulding)
|
05b60b8fd0
|
fix: Remove remaining mentions of Delorean
|
2020-11-10 11:47:42 -05:00 |
Andrew Lamb
|
5bb530ccc6
|
refactor: rename tsm --> influxdb_tsm (#418)
|
2020-11-05 14:35:38 -05:00 |
Andrew Lamb
|
b745a180a4
|
refactor: rename delorean --> InfluDB IOx (#417)
|
2020-11-05 13:51:04 -05:00 |
Andrew Lamb
|
a52e0001c5
|
refactor: rename all crates that start with`delorean_` in preparation for rename (#415)
* refactor: rename delorean_cluster --> cluster
* refactor: rebane delorean_generated_types --> generated_types
* refactor: rename delorean_write_buffer --> write_buffer
* refactor: rename delorean_ingest --> ingest
* refactor: rename delorean_storage --> storage
* refactor: rename delorean_tsm --> tsm
* refactor: rename delorean_test_helpers --> test_helpers
* refactor: rename delorean_arrow --> arrow_deps
* refactor: rename delorean_line_parser --> influxdb_line_protocol
|
2020-11-05 13:44:36 -05:00 |