๐ Fixes
- fix: set build injection variables on local build
- PR: #26
- fix: ensure errors are returned
- PR: #30
- fix: ensure tree level output is sorted
- PR: #33
- fix: correct CGO_ENABLED for local build Makefile
- PR: #35
๐งช Tests
- tests: add some tests for init
- PR: #29
- tests: add tests for rest services and states
- PR: #34
- tests: refactor and add tests for rest
- PR: #37
- tests: add rest test for play
- PR: #39
๐ฆ Uncategorized
- Update README.md
- PR: #25
- cleanup: cleanup and logging improvement
- PR: #27
- cleanup: extract to function
- PR: #28
- cleanup: move creation of http.Request to function
- PR: #31
- cleanup: InitializeConfig reduce complexity
- PR: #32
- ci: add github action for go tests
- PR: #36
- build: add
make allandmake all-local-install- PR: #38