-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: get snapshot and certification request payload via callback (#75)
* feat: initial commit * feat: allow cohort to create the certification request payload in callback * feat: move changes to cohort_v2 * feat: wrap up using a closure get the request + snapshot before sending for certification * feat: copy cohort_v2 temporary changes for callback to cohort * feat: Pass the statemaps from the request created by the callback fn * feat: use callback for installer * fix: lint and fmt on updating rust to 1.72 * chore: updates from review comments * fix: bring back generic trait implementation for Out of order installs * chore: remove unused Enum variant and minor refactors based on review
- Loading branch information
1 parent
c802f0c
commit 78f9059
Showing
14 changed files
with
347 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pub mod certification_candidate_provider; | ||
pub mod oo_installer; | ||
pub mod state_provider; | ||
pub mod statemap_installer; |
Oops, something went wrong.