Releases: justinrubek/thoenix
0.2.0
Bug Fixes
-
fea185b - call
nix build
instead ofnix eval
when evaluating terraform configurations - @justinrubek -
1bbb917 - use macro to impl error from for hyper - @justinrubek
-
cded0bb - extraArgs are unspecified - @justinrubek
-
e3d9f2e - remove broken line - @justinrubek
-
b90229c - make flake-module example import flakeModule - @justinrubek
-
fc81cf3 - make examples use github url for input - @justinrubek
Build system
- 33e8c06 - (cargo) cargo update - @justinrubek
- f4fc942 - (cargo) add versioning info to cargo manifest - @justinrubek
- 4f507c1 - (cli) rename cli package to thoenix - @justinrubek
Continuous Integration
- 0917eb4 - (github/actions) add release action - @justinrubek
Documentation
-
c0a4047 - (examples) Replace old tnix bash script with the new command - @justinrubek
-
1b8b2a7 - (readme) update with new command - @justinrubek
-
f233e2e - comment plan idea to remove execing git - @justinrubek
-
4a90557 - add readme - @justinrubek
-
953af2a - add license - @justinrubek
Features
-
a27d8fe - (cli) terraform command uses generated configuration from nix - @justinrubek
-
5a23102 - (cli) terraform command - @justinrubek
-
1e19f13 - (cli) process commands using clap - @justinrubek
-
b5377b4 - both list_refs handlers function - @justinrubek
-
ad7d0e7 - handle receive-pack - @justinrubek
-
a547a16 - axum webserver - @justinrubek
-
304640d - store keypair in file and reuse - @justinrubek
-
71f8495 - encode/decode git chunks - @justinrubek
-
8c31085 - accept data directory from args - @justinrubek
-
04c6c91 - use russh to receive ssh requests - @justinrubek
-
13b132c - add nix flake - @justinrubek
-
4f3a4e1 - flakeModule has extraArgs - @justinrubek
-
86d86ab - pass extraArgs to terranix - @justinrubek
-
f955a84 - flakeModule allows for specifying terranix modules - @justinrubek
-
d898e1d - added terranix module passthrough - @justinrubek
-
178a8df - add flakeModule example - @justinrubek
-
78e198c - expose flake-parts module - @justinrubek
-
596cb22 - added example using thoenix flake.lib - @justinrubek
-
7d955dc - basic lib for terraform configs - @justinrubek
Miscellaneous Chores
-
afc6c7b - (version) 0.2.0 - @justinrubek
-
efa4127 - darwin builds - Alexey Lapitsky
-
89f0917 - removed dead_code allow - @justinrubek
-
c0d00b5 - attempt to decode packfile - @justinrubek
-
0cf032c - changes - @justinrubek
-
0196250 - semi-working - @justinrubek
-
08356b1 - current status - @justinrubek
-
d3ed7f8 - enable rustfmt pre-commit-hook - @justinrubek
-
95608a4 - remove old variables from flake-module example - @justinrubek
-
41579b6 - don't import custom outputs module - @justinrubek
-
91f0ee5 - remove systems - @justinrubek
Refactoring
-
3359c62 - (nix) restructure flake - @justinrubek
-
ed2c503 - default to opentofu - @justinrubek
-
c7c9de5 - use project-base-directory crate - @justinrubek
-
f932711 - extract handler functions into separate file - @justinrubek
-
05165b5 - move ssh code into separate crate - @justinrubek
Style
- 22ab04e - (nix) alejandra . - @justinrubek