Releases: gogolcorp/go-gadgeto
0.0.11
Changelog
4147c92 Merge pull request #80 from edwinvautier/feat-clean-doc
1561284 Merge branch 'main' into feat-clean-doc
cd82283 docs: add update command to the TOC
106d3a5 docs: add update command documentation
ab3f030 feat: add delimiters
3a1207e docs: add table of contents
d5a3335 feat: add logo
e3d5083 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.9 to 2.2.12 (#79)
0dd82f1 Upgrade to GitHub-native Dependabot (#78)
23a8d73 Merge branch 'main' of github.com:edwinvautier/go-gadgeto into main
8abf6b2 feat: send link to the doc once a bundle is installed
446f31f docs: Add documentation for the bundle inside the README.
b5cfda4 feat: add comments to exported struct and interface.
692ce80 feat: finished bundle
bf18302 fix: fix conflict in search.go
86b56d2 feat: add base for es bundle.
2dfa7c7 feat: make fixtures and make tests commands (#65)
475c714 Merge branch 'main' of github.com:edwinvautier/go-gadgeto into main
485872d fix: remove unused import
438e52c refacto: Rewrite logs of all CLI
5448ab4 Merge branch 'main' of github.com:edwinvautier/go-gadgeto into main
af3afd3 Update README.md
8653941 refacto: change project name
be18d89 Merge branch 'main' of github.com:edwinvautier/go-cli into main
a6d9b38 fix: changed bundle
9dc3363 feat: add cqrs bundle
cd6f90c feat: add rabbitMQ bundle
c53d6e8 feat: add success log at the end of bundle install
aec68bb Merge branch 'main' of github.com:edwinvautier/go-cli into main
e57f839 feat: make fixtures and make tests commands (#65)
0.0.10
0.0.9
Changelog
07787e0 Update README.md
53b527f Merge pull request #59 from edwinvautier/feat-make-model-improvement
97d1758 fix: codacy
c95eb48 feat: update model on make model on existing model.
f042bff feat: new model is now added to migrations
be7c5f7 feat: support all types in make model cmd.
85e62c8 fix: fixed typo
0.0.8
Changelog
6cd4c65 feat: pass to 0.0.8
9d39e49 Merge pull request #56 from edwinvautier/feat-make-crud
619aed6 docs: Add docs for update and make crud commands
e0915b7 fix: codacy
d60db1e fix: replace itsjamie/gin-cors by gin-contrib/cors package
569b5ee feat: new controller is added to router when created
e29825c feat: warn user if model does not exist when running make crud.
643e505 fix(updatecmd): avoid loading id field to config, fix bug in update that caused tabs to not be recognized
1faaa24 Merge branch 'feat-make-crud' of github.com:edwinvautier/go-cli into feat-make-crud
9738b84 feat(crud): generate crud
877c27f Merge branch 'main' into feat-make-crud
558e8cb refacto: rename entity to models in all code.
d37b604 Update README.md
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
0.0.6
Changelog
9459fd6 Merge pull request #34 from edwinvautier/feat_make-entity
8caf0cd Merge branch 'main' into feat_make-entity
00f2105 fix(codacy): lint code to be up to codacy standards.
ccf7b3e fix: Fixed comments
30beb91 fix: lint code
60c3094 fix: remove useless logs
052c20b fix: remove useless logs
0fcff8d fix(make): fixed error that caused cyclic import in models after executing make command with custom field.
e6d76a6 feat(make): changed template for better formating.
0331753 feat: save new entity to config and fixed templates.
71551c6 feat(make): Make entity first wip version working.
1cbd71d feat: add prompt and advanced in new entity process.
f543a3d feat: finished templates and configuration
79949d6 feat: add base for the make entity command
c743051 refacto: moved templates to newProjectFolder
a9f3264 refacto: moved templates to newProjectFolder
41a04dc docs: update version on readme
374a029 Merge pull request #32 from edwinvautier/feat_authenticator-bundle
7c87d4b docs(authenticator): Update env description.
0.0.5
0.0.4
Changelog
74a83b9 feat: run goreleaser on new tag
6aa496f Merge pull request #30 from edwinvautier/feat_release-CI
003bf17 feat(CI): add go releaser to the CI
1aabb46 Merge pull request #29 from edwinvautier/feat_documentation
e955ca3 docs: add doc on the install command.
d2c6020 docs: add tag linked to go reference page and removed release documentation from readme, it is in the wiki now
3128150 Merge pull request #26 from edwinvautier/feat_version-badge
57c0847 Merge branch 'main' into feat_version-badge
79c11c3 docs: Add a badge for the version.
First working version of install cmd
Merge pull request #24 from edwinvautier/feat_install-command Feat install command
Add fake bundle
Merge pull request #22 from edwinvautier/feat_install-command Feat: Add fake bundle to test importing it.