forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Split transforms into streaming and non-streaming. (vectordotd…
…ev#4684) * wip Signed-off-by: Ana Hobden <[email protected]> * A couple mystery errors Signed-off-by: Ana Hobden <[email protected]> * fmt Signed-off-by: Ana Hobden <[email protected]> * No more mystery errors! Signed-off-by: Ana Hobden <[email protected]> * It builds yay Signed-off-by: Ana Hobden <[email protected]> * Wip Signed-off-by: Ana Hobden <[email protected]> * Wrap up Signed-off-by: Ana Hobden <[email protected]> * Fixups Signed-off-by: Ana Hobden <[email protected]> * Fixups Signed-off-by: Ana Hobden <[email protected]> * Fixup Rfc Signed-off-by: Ana Hobden <[email protected]> * Reflect https://twitter.com/khuey_/status/1319477390385426433?s=20 Signed-off-by: Ana Hobden <[email protected]> * checkpoint some fixups Signed-off-by: Ana Hobden <[email protected]> * It builds! Signed-off-by: Ana Hobden <[email protected]> * Fixups Signed-off-by: Ana Hobden <[email protected]> * fixup k8s Signed-off-by: Ana Hobden <[email protected]> * Maybe?? Signed-off-by: Ana Hobden <[email protected]> * Fixup unit tests Signed-off-by: Ana Hobden <[email protected]> * fmt Signed-off-by: Ana Hobden <[email protected]> * Fixup @lukesteensen's RFC list style :) Signed-off-by: Ana Hobden <[email protected]> * fixup Signed-off-by: Ana Hobden <[email protected]> * fmt Signed-off-by: Ana Hobden <[email protected]>
- Loading branch information
Showing
107 changed files
with
1,460 additions
and
1,101 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ pub fn drop(criterion: &mut Criterion) { | |
"#, | ||
) | ||
.unwrap(), | ||
) | ||
)r | ||
.unwrap(), | ||
), | ||
), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ pest = "2" | |
pest_derive = "2" | ||
regex = "1" | ||
thiserror = "1" | ||
dyn-clone = "1.0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.