index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
awwan_test.go
Age
Commit message (
Expand
)
Author
2026-02-06
all: use space log prefix instead of dummy date
Shulhan
2023-12-21
all: changes default date-time prefix on test
Shulhan
2023-12-14
all: changes based on reports from linter revive
Shulhan
2023-12-01
all: refactoring HTTP endpoint for Execute
Shulhan
2023-11-17
all: move the file argument in env-set to the last argument
Shulhan
2023-11-17
all: implement command "env-get" to get value from environment files
Shulhan
2023-11-17
all: implement command to set environment value with "env-set"
Shulhan
2023-10-30
all: move the awwan unit test to separate files
Shulhan
2023-10-26
all: use "mlog.MultiLogger" to log Request output and error
Shulhan
2023-10-21
all: implement local "#get:" and "#put:" with owner and mode
Shulhan
2023-10-12
all: return error from executeScriptOnLocal
Shulhan
2023-10-12
all: tag all unit test files with "!integration"
Shulhan
2023-10-07
all: simplify parsing statement for magic command "#put"
Shulhan
2023-10-06
all: simplify parsing statement for magic command get
Shulhan
2023-09-30
all: add option to bypass input passphrase from terminal
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-26
testdata: rename "encrypt" to "local"
Shulhan
2023-09-26
all: test local put without encrypted file
Shulhan
2023-09-26
all: call loadEnvFromPaths inside newSession
Shulhan
2023-09-26
all: move fields and methods related to encryption to struct cryptoContext
Shulhan
2023-09-26
all: make the magic word "#put" able to copy encrypted file
Shulhan
2023-09-23
all: allow empty passphrase when running command
Shulhan
2023-09-22
all: implement reading encrypted awwan environment ".awwan.env.vault"
Shulhan
2023-09-22
all: make the private key loaded when Awwan initialized
Shulhan
2023-09-21
all: return the encrypted file in Encrypt method
Shulhan
2023-09-20
all: replace rsa.Decrypt/EncryptOAEP with libcrypto.Decrypt/EncryptOaep
Shulhan
2023-09-20
cmd/awwan: implement command to decrypt file using private key
Shulhan
2023-09-20
all: implement method to decrypt file using private key
Shulhan
2023-09-20
all: add method Encrypt to Awwan
Shulhan