summaryrefslogtreecommitdiff
path: root/testdata/local
AgeCommit message (Expand)Author
2023-12-22all: add [context.Context] to Local and PlayShulhan
2023-12-21all: changes default date-time prefix on testShulhan
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-01all: move wrapping BEGIN and END outside of sessionShulhan
2023-12-01all: remove script name in the log prefixShulhan
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 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-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