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. |
VakarisZ left a comment
There was a problem hiding this comment.
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_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 |
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