-
Notifications
You must be signed in to change notification settings - Fork 786
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
Rename event serializers #2300
Rename event serializers #2300
Conversation
Codecov ReportBase: 59.37% // Head: 59.40% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #2300 +/- ##
===========================================
+ Coverage 59.37% 59.40% +0.02%
===========================================
Files 531 532 +1
Lines 13765 13774 +9
===========================================
+ Hits 8173 8182 +9
Misses 5592 5592
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rename monkey/common/events
to monkey/common/agent_events
?
|
Maybe the resource should also be called |
|
I agree with @VakarisZ . That being said, the issue was fairly tightly scoped. I'd say fix as many of those things as you can in 30 minutes and create a new issue for the rest. |
6144b8e
to
d1654a4
Compare
…vent_serializer.py
…er in test_pydantic_agent_event_serializer.py
…alizer_registry.py
…ry in test_agent_event_serializer_registry.py
d1654a4
to
f0e8691
Compare
from monkey_island.cc.repository.i_log_repository import ILogRepository | ||
from monkey_island.cc.repository.i_machine_repository import IMachineRepository | ||
from monkey_island.cc.repository.i_report_repository import IReportRepository | ||
from monkey_island.cc.repository.i_simulation_repository import ISimulationRepository | ||
from monkey_island.cc.repository.ICredentials import ICredentialsRepository | ||
from monkey_island.cc.repository.zero_trust.IEventRepository import IEventRepository | ||
from monkey_island.cc.repository.zero_trust.IAgentEventRepository import IAgentEventRepository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happy-noises
What does this PR do?
Fixes #2293
PR Checklist
Was the CHANGELOG.md updated to reflect the changes?Was the documentation framework updated to reflect the changes?Testing Checklist
Added relevant unit tests?If applicable, add screenshots or log transcripts of the feature working