summaryrefslogtreecommitdiff
path: root/awwan.go
AgeCommit message (Expand)Author
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
2022-03-13all: move variables for embedded to constantsShulhan
2022-02-05Release awwan 0.4.0 (2022.02.05)v0.4.0Shulhan
2021-12-09go.mod: update to latest share moduleShulhan
2021-10-20www: various changesShulhan
2021-10-20all: watch the tsconfig.json file on worker buildShulhan
2021-10-20all: add sub-command "build" to awwanShulhan
2021-08-22all: implement serve commandShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan
2021-08-09all: rewrite the join statements function on ScriptShulhan
2021-08-09all: refactoring the codeShulhan
2021-08-01all: refactoring the commandShulhan
2021-06-09Release awwan 0.3.0 (2021.06.09)v0.3.0Shulhan