aboutsummaryrefslogtreecommitdiff
path: root/exec_request.go
AgeCommit message (Collapse)Author
2026-02-06all: use space log prefix instead of dummy dateShulhan
Using dummy date make the test output hard to read in verbose option, because the program logs mixed with the test logs.
2024-03-22all: replace module "share" with "pakakeh.go"Shulhan
The "share" project has been moved to SourceHut with new name "pakakeh.go".
2023-12-22all: check script file is a directoryShulhan
This changes we make sure that the passed script path is not a directory to prevent error when running play with unknown host name.
2023-12-06all: use the same date format between log and mlog packageShulhan
In this way, the date-time output from log.Xxx and mlog.Xxx are consistent.
2023-12-01all: remove script name in the log prefixShulhan
Since each execution now logged in the file with ".log" extension, there is no need to prefix it with script name again, because its redundant.
2023-11-20all: do not changes the Script path in the response of HTTP ExecuteShulhan
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.
2023-11-16all: refactoring, rename Request to ExecRequestShulhan