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
/
session.go
Age
Commit message (
Expand
)
Author
2023-09-27
all: print any path relative to base directory
Shulhan
2023-09-27
all: make .Vars, .Val, and .Vals panic if values is empty
Shulhan
2023-09-26
all: test local put without encrypted file
Shulhan
2023-09-26
all: add prefix "awwan." to the name of temporary directory
Shulhan
2023-09-26
all: move ssh and sftp client into separate struct
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: move the parseTemplate as method of Session generateFileInput
Shulhan
2023-09-22
all: implement reading encrypted awwan environment ".awwan.env.vault"
Shulhan
2023-09-20
all: remove rand.Seed
Shulhan
2023-09-04
go.mod: update share module
Shulhan
2023-09-04
all: fix #require does not get executed on the same start position
Shulhan
2023-05-14
all: update module share and ciigo to latest version
Shulhan
2023-03-26
all: add configuration for golangci-lint
Shulhan
2023-03-20
all: changes the line number arguments for "local" and "play" command
Shulhan
2022-08-01
all: clean up codes
Shulhan
2022-07-31
all: realign some structs to minimize memory usage
Shulhan
2022-06-20
all: fix the #get! statement when executing on local
Shulhan
2022-06-20
all: reformat all go files using the next gofmt
Shulhan
2022-04-03
all: replace ioutil.ReadFile with os.ReadFile
Shulhan
2022-03-14
all: change the awwan software license to GPL 3.0 or later
Shulhan
2021-12-09
all: make the local statement executed with "/bin/sh -c ..."
Shulhan
2021-08-22
all: implement serve command
Shulhan
2021-08-22
all: refactoring to support custom standard output and error
Shulhan
2021-08-22
all: rewrite the Session and Script using Statement
Shulhan
2021-08-09
all: rewrite the join statements function on Script
Shulhan
2021-08-09
all: refactoring the code
Shulhan