| Age | Commit message (Collapse) | Author |
|
When we made the refactoring, we forgot to run the test-integration task
which cause some tests are fails.
|
|
The "share" project has been moved to SourceHut with new name
"pakakeh.go".
|
|
Better to fix and follow the reported warnings rather than adding
configuration file to add an exception.
|
|
Previously, the Execute endpoint wait for command execution to finish.
In case the command takes longer than proxy or server write timeout, it
will return with an timeout error to client.
In this changes, we generate an execution ID for each request and return
it immediately.
The next commit will implement HTTP endpoint to fetch the latest status
and/or output by execution ID.
References: https://todo.sr.ht/~shulhan/awwan/5
|
|
|
|
In case awwan run with "serve" and we modify the ".ssh/config", the
changes does not detected by awwan because we only read ".ssh/config"
once we Awwan instance created.
This changes fix this issue by always loading SSH config everytime
the Play method executed so the user CLI and WUI has the same experiences.
|