-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/envelopes' into feature/envelopes
* feat/envelopes: (110 commits) ref: Revert changes to HttpServer startup (#313) meta: Changelog for 0.4.61 feat(general): Add thread.errored attribute (#306) fix(config): Add a default for the attachment chunk size feat(server): Add back missing release and env for security reports feat: Re-introduce security report normalization feat(server): Implement sending of attachments to Kafka release: 0.4.60 doc: Changelog for 0.4.60 ref(server): Use envelopes to encapsulate EventMeta fix: Start clientconnector earlier fix: Spawn http server on separate thread (#312) ref(server): Unify incoming and outgoing envelopes fix(clippy): Implement Default for EventId fix(server): Add serialization for incoming envelopes ref(server): Move python shim logic to store endpoint feat(general): Create a constructor for EventId wip: Restructure EventProcessor to work on envelopes feat: More concurrency options (#311) fix: Formatting ...
- Loading branch information
Showing
192 changed files
with
15,962 additions
and
2,216 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,5 +8,6 @@ Cargo.lock | |
GeoLite2-City.mmdb | ||
GeoLiteCity.dat | ||
target | ||
/.venv/ | ||
.venv/ | ||
/.idea/ | ||
/site |
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 |
---|---|---|
|
@@ -25,5 +25,6 @@ | |
"[markdown]": { | ||
"editor.rulers": [80], | ||
"editor.tabSize": 2 | ||
} | ||
}, | ||
"rust.all_features": true | ||
} |
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.