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
/
awwan.go
Age
Commit message (
Expand
)
Author
2023-10-04
Release awwan v0.8.0 (2023-10-04)
v0.8.0
Shulhan
2023-09-28
all: create struct to handle HTTP server
Shulhan
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-27
all: change default path for private key to be located under .ssh directory
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-23
all: merge some functions into NewScript and ParseScript
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: split the decrypt into separate function
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
cmd/awwan: implement command to encrypt file
Shulhan
2023-09-20
all: add method Encrypt to Awwan
Shulhan
2023-05-14
Release awwan v0.7.0 (2023-05-14)
v0.7.0
Shulhan
2023-03-26
all: move code for development to package internal
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
2023-03-17
all: fix and add comments to global constants and methods
Shulhan
2023-03-03
Release awwan v0.6.2 (2023-03-03)
v0.6.2
Shulhan
2022-08-02
all: remove calling tsc when building main.js
Shulhan
2022-08-02
all: watch and convert .adoc files during development
Shulhan
2022-08-02
all: convert the adoc during build and serve
Shulhan
2022-08-01
all: clean up codes
Shulhan
2022-07-30
all: update dependencies
Shulhan
2022-07-04
Release awwan v0.6.0 (2022-07-04)
v0.6.0
Shulhan
2022-06-20
all: reformat all go files using the next gofmt
Shulhan
2022-04-05
all: changes the way to build JavaScript using esbuild
Shulhan
2022-04-03
cmd/awwan: make the "help" and "version" as command
Shulhan
2022-04-03
go.mod: update share module to v0.36.0
Shulhan
2022-03-14
all: change the awwan software license to GPL 3.0 or later
Shulhan
2022-03-13
all: move variables for embedded to constants
Shulhan
2022-02-05
Release awwan 0.4.0 (2022.02.05)
v0.4.0
Shulhan
2021-12-09
go.mod: update to latest share module
Shulhan
2021-10-20
www: various changes
Shulhan
2021-10-20
all: watch the tsconfig.json file on worker build
Shulhan
2021-10-20
all: add sub-command "build" to awwan
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
2021-08-01
all: refactoring the command
Shulhan
2021-06-09
Release awwan 0.3.0 (2021.06.09)
v0.3.0
Shulhan
[next]