aboutsummaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
2026-02-15all: fix chmod/chown if destination is directoryShulhan
2026-02-15all: fix integration tests from previous refactoringShulhan
2026-02-06all: improve the Server-Sent Events (SSE) outputShulhan
2026-02-06all: use space log prefix instead of dummy dateShulhan
2026-02-06all: use separate buffer for stdout and stderr in TestAwwanLocalShulhan
2026-02-03all: fix data race in tests and [httpServer.ExecuteTail]Shulhan
2025-10-03all: add option "$noparse" for magic "#put" commandShulhan
2025-01-12all: update machine container setup with latest ArchShulhan
2024-01-16all: refactoring "env-set" argumentsShulhan
2023-12-22all: implement HTTP API to stop local or play executionShulhan
2023-12-22all: add [context.Context] to Local and PlayShulhan
2023-12-21all: changes default date-time prefix on testShulhan
2023-12-20testdata/http_server: fix missing .ssh directory on executeShulhan
2023-12-18all: fix panic due to out of range when running "#require" statementShulhan
2023-12-16all: make the magic line "#put:" use explicit source for encrypted fileShulhan
2023-12-14all: make the magic line "#local" works on "local" command tooShulhan
2023-12-04all: write the output as is when sending with server-sent eventsShulhan
2023-12-01all: move wrapping BEGIN and END outside of sessionShulhan
2023-12-01all: remove script name in the log prefixShulhan
2023-12-01all: handle reconnecting when streaming executionShulhan
2023-12-01all: implement HTTP API to fetch execution output by IDShulhan
2023-12-01all: refactoring HTTP endpoint for ExecuteShulhan
2023-11-20all: do not changes the Script path in the response of HTTP ExecuteShulhan
2023-11-19all: return 403 Forbidden when requesting awwan.key and awwan.passShulhan
2023-11-17all: move the file argument in env-set to the last argumentShulhan
2023-11-17all: implement command "env-get" to get value from environment filesShulhan
2023-11-17all: implement command to set environment value with "env-set"Shulhan
2023-11-16all: always load SSH config when running PlayShulhan
2023-11-16all: implement HTTP API to decrypt fileShulhan
2023-11-15all: implement HTTP API to encrypt fileShulhan
2023-11-11script: respect spaces when joining multi lines commandShulhan
2023-10-30all: pass Request when creating new SSH clientShulhan
2023-10-30all: refactoring Local and Play so that error get loggedShulhan
2023-10-30all: add begin and end for each script executionShulhan
2023-10-30all: log all execution into fileShulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-10-25all: log and simplify error when source file is not existShulhan
2023-10-22all: add magic command "#local"Shulhan
2023-10-21all: implement remote "#get!" and "#put!" with owner and modeShulhan
2023-10-21all: implement remote "#get:" and "#put:" with owner and modeShulhan
2023-10-21testdata/play: awwan workspace for testing SSH functionalitiesShulhan
2023-10-21all: implement local "#get!" and "#put!" with owner and modeShulhan
2023-10-21all: implement local "#get:" and "#put:" with owner and modeShulhan
2023-10-14all: add integration tests for local "#put!"Shulhan
2023-10-12all: add integration tests for magic command "#get!"Shulhan
2023-10-12all: return error from executeScriptOnLocalShulhan
2023-10-06all: simplify parsing statement for magic command getShulhan
2023-09-30testdata/decrypt-wrong-privatekey: replace symlink on .awwan.env.vaultShulhan
2023-09-30all: add option to bypass input passphrase from terminalShulhan
2023-09-27all: print any path relative to base directoryShulhan