Skip to content

v0.1.0

Compare
Choose a tag to compare
@danvergara danvergara released this 18 Jul 05:26
· 71 commits to main since this release
5d0964e

Changelog

5d0964e Merge pull request #7 from danvergara/add-goreleases
0cbd07a ci(actions): add a new workflow to release binaries with every new tag
b9bbc06 Merge pull request #6 from danvergara/re-structure
1de3923 refactor(db): update the main file from the db package
6d79d1d build(makefile): update the build command to compile the cli
eeca0b3 refactor(seeder): move the seeder code to the root of the project
93f3e9b refactor(cli): move the cli code to the cli folder
ffd4dfb Merge pull request #5 from danvergara/readme
7b38387 docs(readme): add the neccesary content to the readme file
18200b2 Merge pull request #4 from danvergara/cli
264131a docs(cmd): add a command used to show the current version
5aa0e0d test(makefile): run the command to validate the cli is working properly using make
bdb8354 build(dockerfile): update the golang version in the dockerfile
d6661dd build(module): update the golang version required for the project
24cf908 feat(cmd): add the root logic to run the cli
260c64b Merge pull request #3 from danvergara/ci-testing
9d8f088 fix(github-actions): fix the yaml files
cf8d2b0 style(seeder): add improvements to the project
cb09a95 ci(github-actions): add yaml files to run checkers steps in the ci
5674e40 test(seeder): add a test function to make sure the data is inserted into the database
e2e30e7 build(makefile): add more commands to run the tests
9c4f72b Merge pull request #2 from danvergara/insert-testing-data
25926da build(scripts): add the seeds command to the entrypoint bash script
8ab732c test(seeds): add insert statements to add testing data to the database
eb8db86 build(migrations): add serial id's instead regular integers
d7f6fca Merge pull request #1 from danvergara/docker-support
2080fc1 build(docker): docker support to run migrations against a database runinning on top of a container
ed3a153 build(migrations): generate migration files using migrate
ca15542 initial commit