summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Expand)Author
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
2023-09-27all: add tests for local with empty and invalid passphraseShulhan
2023-09-27all: make .Vars, .Val, and .Vals panic if values is emptyShulhan
2023-09-27all: change default path for private key to be located under .ssh directoryShulhan
2023-09-26testdata: rename "encrypt" to "local"Shulhan
2023-09-26all: test local put without encrypted fileShulhan
2023-09-26all: make the magic word "#put" able to copy encrypted fileShulhan