Skip to content

Conversation

ilija-lazoroski
Copy link
Contributor

@ilija-lazoroski ilija-lazoroski commented Jun 9, 2022

What does this PR do?

Fixes #1974

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?
  • Have you checked that you haven't introduced any duplicate code?

Testing Checklist

  • Added relevant unit tests?
  • Have you successfully tested your changes locally? Elaborate:

    Tested by running locally and exploiting a machine

  • If applicable, add screenshots or log transcripts of the feature working

image

image

@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #2005 (2415ddc) into develop (b8c4ae8) will increase coverage by 0.03%.
The diff coverage is 37.96%.

@@             Coverage Diff             @@
##           develop    #2005      +/-   ##
===========================================
+ Coverage    56.50%   56.53%   +0.03%     
===========================================
  Files          463      465       +2     
  Lines        12985    12991       +6     
===========================================
+ Hits          7337     7345       +8     
+ Misses        5648     5646       -2     
Impacted Files Coverage Δ
...tory/file_storage/local_storage_file_repository.py 97.77% <ø> (-0.05%) ⬇️
monkey/monkey_island/cc/server_setup.py 0.00% <ø> (ø)
monkey/monkey_island/cc/services/initialize.py 0.00% <0.00%> (ø)
...onkey/monkey_island/cc/resources/agent_binaries.py 42.85% <20.00%> (+3.83%) ⬆️
...nkey/monkey_island/cc/services/run_local_monkey.py 30.43% <24.00%> (-11.68%) ⬇️
monkey/monkey_island/cc/resources/local_run.py 52.17% <33.33%> (-0.21%) ⬇️
...ey_island/cc/repository/agent_binary_repository.py 52.94% <52.94%> (ø)
monkey/common/utils/file_utils.py 100.00% <100.00%> (ø)
monkey/monkey_island/cc/app.py 80.13% <100.00%> (-0.14%) ⬇️
monkey/monkey_island/cc/repository/__init__.py 100.00% <100.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee38c31...2415ddc. Read the comment docs.

@ilija-lazoroski ilija-lazoroski marked this pull request as ready for review June 9, 2022 11:26
Dropper configurations are removed entirely.
* Register the data_dir in the DI container
* Construct LocalRun resource with the LocalMonkeyRunService
@ilija-lazoroski ilija-lazoroski force-pushed the 1974-refactor-agent-binaries-resource branch from 31c4831 to 2415ddc Compare June 9, 2022 17:18
@ilija-lazoroski ilija-lazoroski merged commit ae2d212 into develop Jun 9, 2022
@ilija-lazoroski ilija-lazoroski deleted the 1974-refactor-agent-binaries-resource branch June 9, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor MonkeyDownload resource
2 participants