Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(honeycomb sink): refactor to new style #18280

Merged
merged 48 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a16de09
First iteration, unit tests pass.
neuronull Aug 9, 2023
969653d
Extract common Service functionality for HTTP based stream sinks.
neuronull Aug 9, 2023
5dc4921
docs touchup
neuronull Aug 9, 2023
10fef82
Touch ups
neuronull Aug 9, 2023
d320b10
spell checker
neuronull Aug 9, 2023
a496821
fix rust doc
neuronull Aug 10, 2023
44c99b3
hopefully fix encoding regression
neuronull Aug 10, 2023
4aa3eca
Try item sized batching
neuronull Aug 14, 2023
68ff83c
Refactor a bit
neuronull Aug 15, 2023
98c3113
cleanup
neuronull Aug 15, 2023
152de8a
cleanup
neuronull Aug 15, 2023
1e696d4
doc clean up
neuronull Aug 16, 2023
06381de
extract common service code for re use in other HTTP sinks
neuronull Aug 16, 2023
24a28f7
Merge branch 'master' into neuronull/sink_newstyle_refactor_http
neuronull Aug 16, 2023
8ff6fbc
chore(honeycomb sink): refactor to new style
neuronull Aug 16, 2023
17198f2
doc
neuronull Aug 16, 2023
9efe546
feeback sw
neuronull Aug 17, 2023
5212b65
Merge branch 'neuronull/sink_newstyle_refactor_http' into neuronull/s…
neuronull Aug 17, 2023
c22f4d3
Merge branch 'master' into neuronull/sink_newstyle_refactor_http
neuronull Aug 17, 2023
aa0b78a
Merge branch 'neuronull/sink_newstyle_refactor_http' into neuronull/s…
neuronull Aug 17, 2023
2ea6181
duplicate
neuronull Aug 17, 2023
58e3807
Merge branch 'neuronull/sink_newstyle_refactor_http' into neuronull/s…
neuronull Aug 17, 2023
2ba7b3e
First iteration, unit tests pass.
neuronull Aug 9, 2023
1ca3166
Extract common Service functionality for HTTP based stream sinks.
neuronull Aug 9, 2023
a9edb3a
docs touchup
neuronull Aug 9, 2023
b3c9e89
Touch ups
neuronull Aug 9, 2023
b81b174
spell checker
neuronull Aug 9, 2023
547ebf6
fix rust doc
neuronull Aug 10, 2023
3a584f9
hopefully fix encoding regression
neuronull Aug 10, 2023
bba7cf0
Try item sized batching
neuronull Aug 14, 2023
9a841b6
Refactor a bit
neuronull Aug 15, 2023
88c4f45
cleanup
neuronull Aug 15, 2023
102132e
cleanup
neuronull Aug 15, 2023
3409f4d
doc clean up
neuronull Aug 16, 2023
1ad89bd
extract common service code for re use in other HTTP sinks
neuronull Aug 16, 2023
60eeb2f
chore(honeycomb sink): refactor to new style
neuronull Aug 16, 2023
d365292
doc
neuronull Aug 16, 2023
a7fd156
feeback sw
neuronull Aug 17, 2023
30c9caf
duplicate
neuronull Aug 17, 2023
f6fc5cc
feedback ds
neuronull Aug 18, 2023
1b38efb
feedback ds
neuronull Aug 18, 2023
67f83e8
clippy
neuronull Aug 18, 2023
0473c28
Merge branch 'neuronull/sink_newstyle_refactor_honeycomb' of github.c…
neuronull Aug 21, 2023
7372b8b
feedback ds
neuronull Aug 21, 2023
dd63ce0
Merge branch 'master' into neuronull/sink_newstyle_refactor_honeycomb
neuronull Aug 21, 2023
be947ac
cleanup
neuronull Aug 21, 2023
787ed9a
use shared retry logic
neuronull Aug 21, 2023
fdf5030
feedback ds
neuronull Aug 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
254 changes: 0 additions & 254 deletions src/sinks/honeycomb.rs

This file was deleted.

Loading