-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not freeze when downloading the logs (#1693)
## Problem If you try to download the logs using the web UI, `agama-web-server` gets unresponsive. ## Solution - Use `tokio::process::Command` to download the logs. - Rename the endpoint to reflect the file format. ## To do - The UI is not properly adapted yet but @dgdavid is working on it.
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
------------------------------------------------------------------- | ||
Wed Oct 23 15:25:36 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Fix the action to download the logs (gh#agama-project/agama#1693). | ||
|
||
------------------------------------------------------------------- | ||
Tue Oct 22 09:46:41 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
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,8 @@ | ||
------------------------------------------------------------------- | ||
Wed Oct 23 15:26:29 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Adapt the URL to fetch the logs (gh#agama-project/agama#1693). | ||
|
||
------------------------------------------------------------------- | ||
Fri Oct 11 09:46:02 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
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