-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds livelogs support * ignore context error + do not print logs at the end if livelogs are enabled * ignoring websocket close error * improve runner messages * implements reconnection * sse fixes * Update internal/saucecloud/imagerunner.go * process cloudevents for live logs * removed SSE, better error handling * moved asyncEvent logic to http, added imagerunner logs --livelogs command * enable livelogs websocket compression * Added log activity tracker, printing progress less often * handles not authorized * improve message display * improve error handling * Update internal/cmd/imagerunner/logs.go --------- Co-authored-by: Alex Plischke <[email protected]> Co-authored-by: Maciej Plonski <[email protected]>
- Loading branch information
1 parent
d1c2e45
commit b5c8e95
Showing
12 changed files
with
491 additions
and
32 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
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.