| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-22 | _wui: implement button to stop execution | Shulhan | |
| The Stop button call "DELETE /awwan/api/execute?id=" with id is the previous execution ID. Implements: https://todo.sr.ht/~shulhan/awwan/9 | |||
| 2023-12-01 | all: implement HTTP API to fetch execution output by ID | Shulhan | |
| The new API is "GET /awwan/api/execute/tail" that implement Server-sent events, not a normal GET request. Its accept the query parameter "id" with value is the execution ID from "/awwan/api/execute". Once called with valid ID, it will streaming the command output to client. By using this new API, the WUI can receive the output of command immediately without waiting for all commands to be completed. Implements: https://todo.sr.ht/~shulhan/awwan/5 Signed-off-by: Shulhan <ms@kilabit.info> | |||
