-
Notifications
You must be signed in to change notification settings - Fork 300
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
feat: removed network topology #3547
Conversation
This pull request involves the removal of the network topology feature from the codebase. The changes focus on simplifying the configuration, validation, and daemon operations by eliminating related structures, methods, and tests. Removal of Network Topology Feature:
|
Because no one maintains it and has no users run in the production Signed-off-by: Gaius <[email protected]>
51d7ce4
to
cdc3b39
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3547 +/- ##
==========================================
- Coverage 51.81% 49.69% -2.13%
==========================================
Files 190 186 -4
Lines 20481 19511 -970
==========================================
- Hits 10613 9696 -917
+ Misses 9062 9020 -42
+ Partials 806 795 -11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Because no one maintains it and has no users run in the production
Description
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist