<feed xmlns='http://www.w3.org/2005/Atom'>
<title>awwan/testdata/http_server/play_ssh_config_changes/test.data, branch main</title>
<subtitle>Configuration management software, scriptable shell with SSH support.</subtitle>
<id>http://git.kilabit.info/awwan/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/awwan/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/'/>
<updated>2026-02-15T05:36:37Z</updated>
<entry>
<title>all: fix integration tests from previous refactoring</title>
<updated>2026-02-15T05:36:37Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-02-15T05:36:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=827a2741e4fcb8e6feb5bf76acb20799c2913451'/>
<id>urn:sha1:827a2741e4fcb8e6feb5bf76acb20799c2913451</id>
<content type='text'>
When we made the refactoring, we forgot to run the test-integration task
which cause some tests are fails.
</content>
</entry>
<entry>
<title>all: refactoring HTTP endpoint for Execute</title>
<updated>2023-12-01T06:17:30Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-22T06:16:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=a73f0d5d0108e2e10d89f93c7867addbe073add9'/>
<id>urn:sha1:a73f0d5d0108e2e10d89f93c7867addbe073add9</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>all: do not changes the Script path in the response of HTTP Execute</title>
<updated>2023-11-19T19:04:00Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-19T19:04:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=45af2385eb98994e91792e77e6912b1b74ebb677'/>
<id>urn:sha1:45af2385eb98994e91792e77e6912b1b74ebb677</id>
<content type='text'>
Previously, the ExecRequest from HTTP Execute endpoint changes the Script
value to the absolute script path in the system.
This changes fix this issue to minimize inconsistency between request
and response.
</content>
</entry>
<entry>
<title>all: always load SSH config when running Play</title>
<updated>2023-11-16T04:22:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-16T04:22:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=f2b71ae4bf9d264d5c6ea51edc2d402e462e2033'/>
<id>urn:sha1:f2b71ae4bf9d264d5c6ea51edc2d402e462e2033</id>
<content type='text'>
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.
</content>
</entry>
</feed>
