0.0.7
Changelog
ddeaa1b Merge pull request #44 from edwinvautier/feat-add-config-read
29ce8d0 refacto: rename udpate.go to update_command.go
e772b0d fix: fix codacy errors.
8213221 test(update): Test the entity parser
448b5ce feat: Add update command that reads in models to update project config.
cc54004 feat(install): Stop install if bundle in config
97ba635 Merge pull request #40 from edwinvautier/feat-test-app
6593bdc feat: test filesystem and fix problem in installCmdConfig tests.
46a1dd6 refacto: Add function to get workdir or log fatal.
c08c752 Merge pull request #38 from edwinvautier/feat-test-app
71b6cfe test(config): finished testing config package.
e82a87c test(config): add tests for baseConfig init
69619ba test(config): test a part of the config package
37bd11e test(helpers): finished testing all files.
ddab3b6 Merge branch 'main' into feat-test-app
03ff681 test(helpers): Add test for all function and refactor joinString to be in accordance with tests.
76d26ac Update codecov.yml
23d70fc Merge pull request #35 from edwinvautier/feat-test-app
917c228 Merge branch 'main' into feat-test-app
24459fc Update README.md
92fb063 Update README.md
a58fdb4 Update codecov.yml
6f46dbe Update codecov.yml
e42e379 Update codecov.yml
3a32c39 fix: fix codacy issue
6dcee7c feat(ci): add codecov
931285d test(authbundle): Add code coverage for 27% of the bundle.
0c84af3 refacto(authbundle): split code.
4a56b13 docs: Add doc for make command
72d25eb Merge pull request #37 from edwinvautier/feat-document-make
8f4aa76 docs: Add doc for make command
335d0f6 format code, removed useless functions, factorized template generation and command initializations
fa03b10 Update README.md