summaryrefslogtreecommitdiff
path: root/awwan.go
AgeCommit message (Expand)Author
2023-11-11Release awwan v0.9.0 (2023-11-11)v0.9.0Shulhan
2023-11-09cmd/awwan: add option "-address" to command serveShulhan
2023-10-30all: pass Request when creating new SSH clientShulhan
2023-10-30all: refactoring Local and Play so that error get loggedShulhan
2023-10-30all: log all execution into fileShulhan
2023-10-29all: remove global variable newLineShulhan
2023-10-29all: replace environment AWWAN_DEVELOPMENT with flag "-dev"Shulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-10-21all: prepare change logs for the next releaseShulhan
2023-10-21all: implement remote "#get:" and "#put:" with owner and modeShulhan
2023-10-18all: add make task to release based on main branchShulhan
2023-10-12all: return error from executeScriptOnLocalShulhan
2023-10-06all: simplify parsing statement for magic command getShulhan
2023-10-04Release awwan v0.8.0 (2023-10-04)v0.8.0Shulhan
2023-09-28all: create struct to handle HTTP serverShulhan
2023-09-27all: print any path relative to base directoryShulhan
2023-09-27all: make .Vars, .Val, and .Vals panic if values is emptyShulhan
2023-09-27all: change default path for private key to be located under .ssh directoryShulhan
2023-09-26all: add prefix "awwan." to the name of temporary directoryShulhan
2023-09-26all: move ssh and sftp client into separate structShulhan
2023-09-26all: call loadEnvFromPaths inside newSessionShulhan
2023-09-26all: move fields and methods related to encryption to struct cryptoContextShulhan
2023-09-23all: merge some functions into NewScript and ParseScriptShulhan
2023-09-23all: allow empty passphrase when running commandShulhan
2023-09-22all: implement reading encrypted awwan environment ".awwan.env.vault"Shulhan
2023-09-22all: split the decrypt into separate functionShulhan
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-20cmd/awwan: implement command to encrypt fileShulhan
2023-09-20all: add method Encrypt to AwwanShulhan
2023-05-14Release awwan v0.7.0 (2023-05-14)v0.7.0Shulhan
2023-03-26all: move code for development to package internalShulhan
2023-03-26all: add configuration for golangci-lintShulhan
2023-03-20all: changes the line number arguments for "local" and "play" commandShulhan
2023-03-17all: fix and add comments to global constants and methodsShulhan
2023-03-03Release awwan v0.6.2 (2023-03-03)v0.6.2Shulhan
2022-08-02all: remove calling tsc when building main.jsShulhan
2022-08-02all: watch and convert .adoc files during developmentShulhan
2022-08-02all: convert the adoc during build and serveShulhan
2022-08-01all: clean up codesShulhan
2022-07-30all: update dependenciesShulhan
2022-07-04Release awwan v0.6.0 (2022-07-04)v0.6.0Shulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-04-05all: changes the way to build JavaScript using esbuildShulhan
2022-04-03cmd/awwan: make the "help" and "version" as commandShulhan
2022-04-03go.mod: update share module to v0.36.0Shulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan