-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: continuous logs (prepare and run) (#49)
* feat(agent): add channels for streaming logs of build and run stage fix(proto): use optional field for non-used output and exit_code Signed-off-by: Mateo Fernandez <[email protected]> * feat(agent): merge 'prepare' and 'run' streams fix(agent): prevent 'run' if 'prepare' failed Signed-off-by: Mateo Fernandez <[email protected]> * feat(proto): update proto to keep the 'stage' field Signed-off-by: Mateo Fernandez <[email protected]> * fix(agent): wait for stdout/stderr to be sent fix(agent): add option on process_utils functions Signed-off-by: Mateo Fernandez <[email protected]> * fix(vmm): process message in a tokio thread to not block the current flow Signed-off-by: Mateo Fernandez <[email protected]> * fix(lint): to pass CI, cargo fmt Signed-off-by: Mateo Fernandez <[email protected]> * doc(example): add println with loop count Signed-off-by: Mateo Fernandez <[email protected]> --------- Signed-off-by: Mateo Fernandez <[email protected]>
- Loading branch information
Showing
11 changed files
with
386 additions
and
174 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
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
Oops, something went wrong.