aboutsummaryrefslogtreecommitdiff
path: root/awwan_test.go
AgeCommit message (Expand)Author
2026-02-06all: use space log prefix instead of dummy dateShulhan
2023-12-21all: changes default date-time prefix on testShulhan
2023-12-14all: changes based on reports from linter reviveShulhan
2023-12-01all: refactoring HTTP endpoint for ExecuteShulhan
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-10-30all: move the awwan unit test to separate filesShulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-10-21all: implement local "#get:" and "#put:" with owner and modeShulhan
2023-10-12all: return error from executeScriptOnLocalShulhan
2023-10-12all: tag all unit test files with "!integration"Shulhan
2023-10-07all: simplify parsing statement for magic command "#put"Shulhan
2023-10-06all: simplify parsing statement for magic command getShulhan
2023-09-30all: add option to bypass input passphrase from terminalShulhan
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-26testdata: rename "encrypt" to "local"Shulhan
2023-09-26all: test local put without encrypted fileShulhan
2023-09-26all: call loadEnvFromPaths inside newSessionShulhan
2023-09-26all: move fields and methods related to encryption to struct cryptoContextShulhan
2023-09-26all: make the magic word "#put" able to copy encrypted fileShulhan
2023-09-23all: allow empty passphrase when running commandShulhan
2023-09-22all: implement reading encrypted awwan environment ".awwan.env.vault"Shulhan
2023-09-22all: make the private key loaded when Awwan initializedShulhan
2023-09-21all: return the encrypted file in Encrypt methodShulhan
2023-09-20all: replace rsa.Decrypt/EncryptOAEP with libcrypto.Decrypt/EncryptOaepShulhan
2023-09-20cmd/awwan: implement command to decrypt file using private keyShulhan
2023-09-20all: implement method to decrypt file using private keyShulhan
2023-09-20all: add method Encrypt to AwwanShulhan