Skip to content
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

182 eldritch sleep blocks imix agent #208

Merged
merged 7 commits into from
Jun 15, 2023

Conversation

hulto
Copy link
Collaborator

@hulto hulto commented Jun 13, 2023

What type of PR is this?

/kind bug

What this PR does / why we need it:

PR improves the way imix and handles async connections tasks will no longer block the main thread or each other.

Which issue(s) this PR fixes:

Fixes #182

@hulto hulto added the bug Something isn't working label Jun 13, 2023
@hulto hulto linked an issue Jun 13, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #208 (6efff1e) into main (c945c0a) will increase coverage by 0.58%.
The diff coverage is 92.68%.

@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
+ Coverage   72.16%   72.75%   +0.58%     
==========================================
  Files          83       83              
  Lines        4646     4695      +49     
==========================================
+ Hits         3353     3416      +63     
+ Misses       1208     1194      -14     
  Partials       85       85              
Impacted Files Coverage Δ
implants/imix/src/main.rs 72.37% <92.59%> (+4.50%) ⬆️
implants/golem/src/main.rs 87.61% <100.00%> (ø)

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hulto hulto merged commit b890003 into main Jun 15, 2023
8 checks passed
@hulto hulto deleted the 182-eldritch-sleep-blocks-imix-agent branch June 15, 2023 01:41
hulto added a commit that referenced this pull request Jun 16, 2023
* Couple tests.

* Resolve async errors.
Cictrone added a commit that referenced this pull request Jun 16, 2023
* sysshell now return dict with stdout stderr status

* Expanded sys exec output.

* Update tests.yml (#207)

* Update tests.yml

needed

* Update tests.yml

ugg windows

* Update tests.yml

fml

* 182 eldritch sleep blocks imix agent (#208)

* Couple tests.

* Resolve async errors.

* 193 resolve docs issues (#195)

* Updated docs.

* Added golem to toc.

* Fix typo start to sort by name.

* Add assets docs.

* Unified wording.

* Clean up spelling.

* Update tests.

* Removed double defined test.

---------

Co-authored-by: Nicholas O'Brien <ndo9903@rit.edu>
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
182 eldritch sleep blocks imix agent (#208)

* Couple tests.

* Resolve async errors.
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
194 expand shell command to return exit code and stderr (#209)

* sysshell now return dict with stdout stderr status

* Expanded sys exec output.

* Update tests.yml (#207)

* Update tests.yml

needed

* Update tests.yml

ugg windows

* Update tests.yml

fml

* 182 eldritch sleep blocks imix agent (#208)

* Couple tests.

* Resolve async errors.

* 193 resolve docs issues (#195)

* Updated docs.

* Added golem to toc.

* Fix typo start to sort by name.

* Add assets docs.

* Unified wording.

* Clean up spelling.

* Update tests.

* Removed double defined test.

---------

Co-authored-by: Nicholas O'Brien <ndo9903@rit.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eldritch sleep blocks imix agent
2 participants