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

92 feature imix callback and main loop #110

Merged
merged 49 commits into from
Feb 24, 2023

Conversation

hulto
Copy link
Collaborator

@hulto hulto commented Feb 22, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

Implements main_loop and callbacks for imix.

Which issue(s) this PR fixes:

Fixes #92

@hulto hulto linked an issue Feb 22, 2023 that may be closed by this pull request
Copy link
Collaborator Author

@hulto hulto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments with Nick.

implants/imix/src/graphql.rs Outdated Show resolved Hide resolved
implants/imix/src/graphql.rs Outdated Show resolved Hide resolved
implants/imix/src/graphql.rs Outdated Show resolved Hide resolved
implants/imix/src/graphql.rs Outdated Show resolved Hide resolved
implants/imix/src/graphql.rs Outdated Show resolved Hide resolved
implants/imix/src/graphql.rs Outdated Show resolved Hide resolved
implants/imix/src/main.rs Outdated Show resolved Hide resolved
implants/imix/src/main.rs Outdated Show resolved Hide resolved
implants/imix/src/main.rs Outdated Show resolved Hide resolved
implants/imix/src/graphql.rs Show resolved Hide resolved
@hulto
Copy link
Collaborator Author

hulto commented Feb 24, 2023

Resolved all issues @Cictrone

Copy link
Collaborator

@Cictrone Cictrone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Cictrone Cictrone merged commit d38407d into main Feb 24, 2023
@Cictrone Cictrone deleted the 92-feature-imix-callback-and-main-loop branch February 24, 2023 04:53
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
92 feature imix callback and main loop (#110)

* init

* stashhingn

* merged

* merging

* init

* stashhingn

* merged

* merging

* Saving

* claim tasks works

* Imixcallback json deserializes.

* Struggling with private structs.

* Callbacks deserialize

* add header

* Saving to merge.

* Saving

* Testing for imix callback.

* Post task results works.

* Some mainloop tasking.

* Comments.

* Merging main loops

* Adding imix main tests.

* MVP of imix callbacks.

* Removed dead code.

* Small fixups.

* Cleanup.

* Delete imix-test-config.json

* Deque finished tasks. Ty Nick.

* Delete dead code.

* Removed (crate)

* Moved claim_task_input.

* ClaimTask input is real.

* Not a test.

* Cleaned up warnings.

* Small bug fixes.

* Added test config to .gitignore.

* HTTPS request ignore errors.

* Tested SSL with reqwest builder.

* Added timeout.

* Removed bad test.
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.

[feature] imix callback and main loop
2 participants