index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
/
local
Age
Commit message (
Expand
)
Author
2023-12-22
all: add [context.Context] to Local and Play
Shulhan
2023-12-21
all: changes default date-time prefix on test
Shulhan
2023-12-18
all: fix panic due to out of range when running "#require" statement
Shulhan
2023-12-16
all: make the magic line "#put:" use explicit source for encrypted file
Shulhan
2023-12-14
all: make the magic line "#local" works on "local" command too
Shulhan
2023-12-01
all: move wrapping BEGIN and END outside of session
Shulhan
2023-12-01
all: remove script name in the log prefix
Shulhan
2023-10-30
all: refactoring Local and Play so that error get logged
Shulhan
2023-10-30
all: add begin and end for each script execution
Shulhan
2023-10-30
all: log all execution into file
Shulhan
2023-10-26
all: use "mlog.MultiLogger" to log Request output and error
Shulhan
2023-10-25
all: log and simplify error when source file is not exist
Shulhan
2023-10-22
all: add magic command "#local"
Shulhan
2023-10-21
all: implement local "#get!" and "#put!" with owner and mode
Shulhan
2023-10-21
all: implement local "#get:" and "#put:" with owner and mode
Shulhan
2023-10-14
all: add integration tests for local "#put!"
Shulhan
2023-10-12
all: add integration tests for magic command "#get!"
Shulhan
2023-10-12
all: return error from executeScriptOnLocal
Shulhan
2023-10-06
all: simplify parsing statement for magic command get
Shulhan
2023-09-27
all: print any path relative to base directory
Shulhan
2023-09-27
all: add tests for local with empty and invalid passphrase
Shulhan
2023-09-27
all: make .Vars, .Val, and .Vals panic if values is empty
Shulhan
2023-09-27
all: change default path for private key to be located under .ssh directory
Shulhan
2023-09-26
testdata: rename "encrypt" to "local"
Shulhan